Age | Commit message (Expand) | Author | Files | Lines |
2000-12-19 | Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I | Sebastian Wilhelmi | 1 | -0/+10 |
2000-12-19 | Added --disable-mem-pools option. | Alexander Larsson | 1 | -0/+11 |
2000-12-17 | Use GetACP to get the current ANSI codepage. | Tor Lillqvist | 1 | -0/+9 |
2000-12-14 | No need to -DGSPAWN_HELPER when compiling gspawn-win32-helper any longer. | Tor Lillqvist | 1 | -0/+3 |
2000-12-14 | Warn if no callback. Call callback correctly. (g_io_win32_create_watch): | Tor Lillqvist | 1 | -0/+28 |
2000-12-13 | make static | Havoc Pennington | 1 | -0/+11 |
2000-12-13 | don't try to use thread stuff unless G_THREADS_ENABLED | Havoc Pennington | 1 | -0/+8 |
2000-12-13 | return whether a value got removed. | Tim Janik | 1 | -0/+5 |
2000-12-12 | Revert unauthorized changes. | Owen Taylor | 1 | -0/+4 |
2000-12-12 | GMainContext useful in implementing some additional styles of main loop | Elliot Lee | 1 | -0/+11 |
2000-12-10 | Remove pollfds from the context here, not when actually freeing the | Owen Taylor | 1 | -0/+19 |
2000-12-08 | Rename from GLIB_DIVERT_BEFORE_HELP. Update to track autoconf 2.49b. | Raja R Harinath | 1 | -0/+7 |
2000-12-08 | Fix typo, and fix some formatting. | Raja R Harinath | 1 | -27/+30 |
2000-12-08 | Rearrange into other veriables, and include run-markup-tests.sh. | Raja R Harinath | 1 | -0/+10 |
2000-12-08 | move markup-test to noinst_PROGRAMS; it isn't a proper test, the proper | Havoc Pennington | 1 | -0/+7 |
2000-12-08 | Don't put anything after an #endif. Likewise. | Raja R Harinath | 1 | -0/+5 |
2000-12-07 | add g_strdupv test | Havoc Pennington | 1 | -0/+7 |
2000-12-05 | Major change in API for creating sources to handle multiple main loops | Owen Taylor | 1 | -0/+32 |
2000-12-01 | Include make.msc from GLib's build subdir. | Tor Lillqvist | 1 | -0/+8 |
2000-12-01 | Provide G_CONST_RETURN which is 'const' by default, and nothing when | Havoc Pennington | 1 | -2/+7 |
2000-11-29 | Forgot gunibreak.c, mistake in ChangeLog | Havoc Pennington | 1 | -2/+1 |
2000-11-29 | s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/ | Havoc Pennington | 1 | -0/+23 |
2000-11-28 | Fix warnings. | Elliot Lee | 1 | -0/+10 |
2000-11-28 | Patches by Hans Breuer: | Tor Lillqvist | 1 | -0/+16 |
2000-11-28 | Revamped errorcheck mutexes and added errorcheck cond_wait() and | Sebastian Wilhelmi | 1 | -0/+10 |
2000-11-28 | Add void in empty function arg list | Havoc Pennington | 1 | -0/+4 |
2000-11-26 | Add gqsort. | Tor Lillqvist | 1 | -0/+6 |
2000-11-21 | Add a surrogate for thread priorities using PID niceness for systems with | Sebastian Wilhelmi | 1 | -0/+15 |
2000-11-20 | Patch from David Benson <daveb@idealab.com> to add user_data support to | Jonathan Blandford | 1 | -0/+18 |
2000-11-20 | Use a switch here, maybe helps the compiler optimize things. Also, ' ' is | Havoc Pennington | 1 | -0/+6 |
2000-11-19 | Add g_trash_stack entry points. | Tor Lillqvist | 1 | -0/+4 |
2000-11-17 | Released 1.3.2GLIB_1_3_2 | Owen Taylor | 1 | -0/+11 |
2000-11-15 | Check for the sched.h header and include it on gthread/gthread-posix.c if | Sebastian Wilhelmi | 1 | -0/+24 |
2000-11-14 | Make #endif comment match #ifdef. | Tor Lillqvist | 1 | -0/+4 |
2000-11-13 | Up version to 1.3.2 | Owen Taylor | 1 | -0/+9 |
2000-11-13 | Add USE_LIBICONV. | Tor Lillqvist | 1 | -0/+8 |
2000-11-13 | Made recursive mutexes also work when the thread system is not (yet) | Sebastian Wilhelmi | 1 | -0/+5 |
2000-11-12 | Create wrapper functions for iconv() so that we can transparently use the | Owen Taylor | 1 | -0/+17 |
2000-11-12 | Remove g_filename_{to,from}_utf8 | Robert Brady | 1 | -0/+12 |
2000-11-12 | template is a reserved word in C++ s/template/tmpl/. | Owen Taylor | 1 | -0/+5 |
2000-11-11 | Handle a long stream of bytes containing no UTF-8 character starts | Havoc Pennington | 1 | -0/+5 |
2000-11-11 | Add missing entry points. | Tor Lillqvist | 1 | -0/+2 |
2000-11-11 | Improve chance to generate unique names with less effort a bit. | Tor Lillqvist | 1 | -0/+11 |
2000-11-11 | Add gtypemodule.h | Owen Taylor | 1 | -0/+4 |
2000-11-10 | New function, suggested by Havoc earlier this month. (g_mkstemp): Use only | Tor Lillqvist | 1 | -0/+9 |
2000-11-09 | Don't take threads with other priorities into account as changing the | Sebastian Wilhelmi | 1 | -0/+8 |
2000-11-05 | rename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG | Havoc Pennington | 1 | -0/+7 |
2000-11-05 | inline docs (unescape_text): properly check strtoul for failure. | Havoc Pennington | 1 | -0/+3 |
2000-11-05 | Free the src error if the dest location is NULL - I'm pretty sure that's | Havoc Pennington | 1 | -0/+6 |
2000-11-05 | Added | Havoc Pennington | 1 | -0/+15 |