| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove pollfds from the context here, not when actually freeing the | Owen Taylor | 2000-12-10 | 1 | -0/+19 |
* | Rename from GLIB_DIVERT_BEFORE_HELP. Update to track autoconf 2.49b. | Raja R Harinath | 2000-12-08 | 1 | -0/+7 |
* | Fix typo, and fix some formatting. | Raja R Harinath | 2000-12-08 | 1 | -27/+30 |
* | Rearrange into other veriables, and include run-markup-tests.sh. | Raja R Harinath | 2000-12-08 | 1 | -0/+10 |
* | move markup-test to noinst_PROGRAMS; it isn't a proper test, the proper | Havoc Pennington | 2000-12-08 | 1 | -0/+7 |
* | Don't put anything after an #endif. Likewise. | Raja R Harinath | 2000-12-08 | 1 | -0/+5 |
* | add g_strdupv test | Havoc Pennington | 2000-12-07 | 1 | -0/+7 |
* | Major change in API for creating sources to handle multiple main loops | Owen Taylor | 2000-12-05 | 1 | -0/+32 |
* | Include make.msc from GLib's build subdir. | Tor Lillqvist | 2000-12-01 | 1 | -0/+8 |
* | Provide G_CONST_RETURN which is 'const' by default, and nothing when | Havoc Pennington | 2000-12-01 | 1 | -2/+7 |
* | Forgot gunibreak.c, mistake in ChangeLog | Havoc Pennington | 2000-11-29 | 1 | -2/+1 |
* | s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/ | Havoc Pennington | 2000-11-29 | 1 | -0/+23 |
* | Fix warnings. | Elliot Lee | 2000-11-28 | 1 | -0/+10 |
* | Patches by Hans Breuer: | Tor Lillqvist | 2000-11-28 | 1 | -0/+16 |
* | Revamped errorcheck mutexes and added errorcheck cond_wait() and | Sebastian Wilhelmi | 2000-11-28 | 1 | -0/+10 |
* | Add void in empty function arg list | Havoc Pennington | 2000-11-28 | 1 | -0/+4 |
* | Add gqsort. | Tor Lillqvist | 2000-11-26 | 1 | -0/+6 |
* | Add a surrogate for thread priorities using PID niceness for systems with | Sebastian Wilhelmi | 2000-11-21 | 1 | -0/+15 |
* | Patch from David Benson <daveb@idealab.com> to add user_data support to | Jonathan Blandford | 2000-11-20 | 1 | -0/+18 |
* | Use a switch here, maybe helps the compiler optimize things. Also, ' ' is | Havoc Pennington | 2000-11-20 | 1 | -0/+6 |
* | Add g_trash_stack entry points. | Tor Lillqvist | 2000-11-19 | 1 | -0/+4 |
* | Released 1.3.2GLIB_1_3_2 | Owen Taylor | 2000-11-17 | 1 | -0/+11 |
* | Check for the sched.h header and include it on gthread/gthread-posix.c if | Sebastian Wilhelmi | 2000-11-15 | 1 | -0/+24 |
* | Make #endif comment match #ifdef. | Tor Lillqvist | 2000-11-14 | 1 | -0/+4 |
* | Up version to 1.3.2 | Owen Taylor | 2000-11-13 | 1 | -0/+9 |
* | Add USE_LIBICONV. | Tor Lillqvist | 2000-11-13 | 1 | -0/+8 |
* | Made recursive mutexes also work when the thread system is not (yet) | Sebastian Wilhelmi | 2000-11-13 | 1 | -0/+5 |
* | Create wrapper functions for iconv() so that we can transparently use the | Owen Taylor | 2000-11-12 | 1 | -0/+17 |
* | Remove g_filename_{to,from}_utf8 | Robert Brady | 2000-11-12 | 1 | -0/+12 |
* | template is a reserved word in C++ s/template/tmpl/. | Owen Taylor | 2000-11-12 | 1 | -0/+5 |
* | Handle a long stream of bytes containing no UTF-8 character starts | Havoc Pennington | 2000-11-11 | 1 | -0/+5 |
* | Add missing entry points. | Tor Lillqvist | 2000-11-11 | 1 | -0/+2 |
* | Improve chance to generate unique names with less effort a bit. | Tor Lillqvist | 2000-11-11 | 1 | -0/+11 |
* | Add gtypemodule.h | Owen Taylor | 2000-11-11 | 1 | -0/+4 |
* | New function, suggested by Havoc earlier this month. (g_mkstemp): Use only | Tor Lillqvist | 2000-11-10 | 1 | -0/+9 |
* | Don't take threads with other priorities into account as changing the | Sebastian Wilhelmi | 2000-11-09 | 1 | -0/+8 |
* | rename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG | Havoc Pennington | 2000-11-05 | 1 | -0/+7 |
* | inline docs (unescape_text): properly check strtoul for failure. | Havoc Pennington | 2000-11-05 | 1 | -0/+3 |
* | Free the src error if the dest location is NULL - I'm pretty sure that's | Havoc Pennington | 2000-11-05 | 1 | -0/+6 |
* | Added | Havoc Pennington | 2000-11-05 | 1 | -0/+15 |
* | Added documentation for asynchronous queues. | Sebastian Wilhelmi | 2000-11-02 | 1 | -0/+2 |
* | Changed unportable __FUNCTION__ to the verbatim function name. | Sebastian Wilhelmi | 2000-11-02 | 1 | -1/+4 |
* | Include sys/select.h (some platforms need it for select). | Sebastian Wilhelmi | 2000-11-02 | 1 | -0/+5 |
* | gutils.c gutils.h gfileutils.c Actually, g_mkstemp() is better suited in | Tor Lillqvist | 2000-10-30 | 1 | -1/+8 |
* | Check for mkstemp. | Tor Lillqvist | 2000-10-30 | 1 | -0/+11 |
* | Introduced new function type GEqualFunc to return TRUE for equal params. | Sebastian Wilhelmi | 2000-10-30 | 1 | -0/+15 |
* | Add gmarkup. | Tor Lillqvist | 2000-10-27 | 1 | -0/+8 |
* | New module to parse a simple markup language | Havoc Pennington | 2000-10-27 | 1 | -0/+13 |
* | Cosmetics. | Tor Lillqvist | 2000-10-26 | 1 | -0/+4 |
* | When the string is ended by a delimiter, return an extra empty string just | Sebastian Wilhelmi | 2000-10-26 | 1 | -0/+7 |