Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-11-02 | Added documentation for asynchronous queues. | Sebastian Wilhelmi | 1 | -0/+2 |
2000-11-02 | Changed unportable __FUNCTION__ to the verbatim function name. | Sebastian Wilhelmi | 1 | -1/+4 |
2000-11-02 | Include sys/select.h (some platforms need it for select). | Sebastian Wilhelmi | 1 | -0/+5 |
2000-10-30 | gutils.c gutils.h gfileutils.c Actually, g_mkstemp() is better suited in | Tor Lillqvist | 1 | -1/+8 |
2000-10-30 | Check for mkstemp. | Tor Lillqvist | 1 | -0/+11 |
2000-10-30 | Introduced new function type GEqualFunc to return TRUE for equal params. | Sebastian Wilhelmi | 1 | -0/+15 |
2000-10-27 | Add gmarkup. | Tor Lillqvist | 1 | -0/+8 |
2000-10-27 | New module to parse a simple markup language | Havoc Pennington | 1 | -0/+13 |
2000-10-26 | Cosmetics. | Tor Lillqvist | 1 | -0/+4 |
2000-10-26 | When the string is ended by a delimiter, return an extra empty string just | Sebastian Wilhelmi | 1 | -0/+7 |
2000-10-25 | added newly added gobject/ headers. | Tim Janik | 1 | -0/+6 |
2000-10-23 | Use one = instead of two, which is plainly wrong. | Sebastian Wilhelmi | 1 | -0/+4 |
2000-10-19 | Pass -DGSPAWN_HELPER when building it. Link with user32.lib. | Tor Lillqvist | 1 | -0/+17 |
2000-10-19 | Change ERROR_OTHER to ERROR_FAILED, add some dummy marking with _(). | Owen Taylor | 1 | -0/+9 |
2000-10-16 | Remove alloca stuff from here. galloca.h takes care of it, correctly. | Tor Lillqvist | 1 | -0/+3 |
2000-10-16 | Add gspawn-win32.c to EXTRA_DIST. | Tor Lillqvist | 1 | -0/+2 |
2000-10-16 | Some more debugging output. (g_io_channel_win32_poll): Remove unused vars. | Tor Lillqvist | 1 | -0/+39 |
2000-10-16 | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). | Raja R Harinath | 1 | -128/+152 |
2000-10-13 | Added inline documentation. | Sebastian Wilhelmi | 1 | -0/+2 |
2000-10-13 | Readded GFreeFunc, g_node_insert_after and g_find_program_in_path resp., | Sebastian Wilhelmi | 1 | -0/+6 |
2000-10-12 | Adapted accordingly to header separation and GLIB_HAVE_ALLOCA_H renaming. | Sebastian Wilhelmi | 1 | -0/+3 |
2000-10-12 | Added the new headers to glibinclude_HEADERS. | Sebastian Wilhelmi | 1 | -1/+5 |
2000-10-12 | Split glib.h into many header files mostly according to the resp. | Sebastian Wilhelmi | 1 | -0/+18 |
2000-10-12 | Removed cruft from old threading code. | Sebastian Wilhelmi | 1 | -1/+3 |