Age | Commit message (Expand) | Author | Files | Lines |
2000-09-01 | Include gerror.h before it is used for some g_thread_* functions. | Sebastian Wilhelmi | 1 | -9/+30 |
2000-08-31 | glib.h glib.def New function, to make a GPollFD from a GIOChannel. Creates | Tor Lillqvist | 1 | -5/+18 |
2000-08-31 | glib.h No use for separate condition parameter. | Tor Lillqvist | 1 | -1/+0 |
2000-08-27 | Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array, | Tor Lillqvist | 1 | -2/+2 |
2000-08-27 | New function, otherwise like g_io_channel_win32_wait_for_condition(), but | Tor Lillqvist | 1 | -9/+10 |
2000-08-25 | Mark the following functions G_GNUC_CONST (to allow betteroptimization) | Elliot Lee | 1 | -10/+10 |
2000-08-21 | Fix a couple of trivial bugs that were causing warnings. | Owen Taylor | 1 | -13/+26 |
2000-08-17 | Return the data left behind. Return the data left behind. | Darin Adler | 1 | -4/+4 |
2000-07-29 | Finally, a new and improved IO Channel and condition watch implementation | Tor Lillqvist | 1 | -38/+28 |
2000-07-26 | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 1 | -4/+4 |
2000-07-26 | added g_strlcat() and g_strlcpy() wrappers, supplied by David Wheeler | Tim Janik | 1 | -0/+6 |
2000-07-26 | include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined. | Tim Janik | 1 | -4/+3 |
2000-07-25 | applied patch from Darin Adler <darin@eazel.com> which supplies | Tim Janik | 1 | -6/+54 |
2000-07-20 | Mark the functions g_basename and g_dirname deprecated. They will issue an | Sebastian Wilhelmi | 1 | -2/+9 |
2000-07-20 | Mark the functions g_hash_table_freeze, g_hash_table_thaw and thus | Sebastian Wilhelmi | 1 | -4/+8 |
2000-07-19 | glibconfig.h and glib.h now include files outside of the extern "C" block. | Sebastian Wilhelmi | 1 | -3/+3 |
2000-07-12 | #include <gerror.h> | Havoc Pennington | 1 | -0/+1 |
2000-07-08 | Rename the GUTILS_C_VAR macro to GLIB_VAR. | Tor Lillqvist | 1 | -12/+12 |
2000-07-03 | Comment g_get_codeset() out of the header file temporarily. (Very similar | Owen Taylor | 1 | -1/+1 |
2000-06-29 | updated | Owen Taylor | 1 | -6/+9 |
2000-06-24 | define gstring in terms of gchar*. this typedef reflects the type name of | Tim Janik | 1 | -0/+1 |
2000-06-21 | Initial pass at adding unicode support functions. A few things still need | Owen Taylor | 1 | -1/+2 |
2000-05-30 | Move the g_locale_get_codeset() up in the header file to correspond to to | Owen Taylor | 1 | -2/+3 |
2000-05-29 | Add function to get the codeset name for the current locale. | Owen Taylor | 1 | -0/+2 |
2000-05-19 | added argument assertments. | Tim Janik | 1 | -1/+1 |
2000-05-13 | makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to | Tor Lillqvist | 1 | -0/+11 |
2000-05-12 | added gobject | Tim Janik | 1 | -5/+20 |
2000-04-28 | New File implementing an asynchronous queue to be used for asynchronous | Sebastian Wilhelmi | 1 | -1/+124 |
2000-04-26 | Changed the 'value' parameter of g_cache_remove from gpointer to | Sebastian Wilhelmi | 1 | -7/+5 |
2000-04-19 | Made the debugging G_TRYLOCK call also work for compilers with funnt | Sebastian Wilhelmi | 1 | -4/+3 |
2000-04-19 | Changed the win32 part of this function to be thread safe and to make the | Sebastian Wilhelmi | 1 | -1/+1 |
2000-04-18 | Changed the 'data' parameters from gpointer to gconstpointer for the | Sebastian Wilhelmi | 1 | -8/+8 |
2000-04-18 | Changed comment for g_getenv to reflect, that the returned memory must not | Sebastian Wilhelmi | 1 | -1/+3 |
2000-04-17 | Added g_(array|ptr_array|byte_array)_sized_new functions, that reserve a | Sebastian Wilhelmi | 1 | -0/+6 |
2000-04-17 | Renamed g_queue_create to g_queue_new in conformance to all other GLib | Sebastian Wilhelmi | 1 | -1/+1 |
2000-03-21 | always define G_GNUC_EXTENSION, even when not needed by GLib. That's | Sebastian Wilhelmi | 1 | -2/+13 |
2000-03-17 | Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages. | Sebastian Wilhelmi | 1 | -13/+12 |
2000-03-01 | New function that returns the message string for a Win32 error code. | Tor Lillqvist | 1 | -0/+6 |
2000-03-01 | minor optimization. | Tim Janik | 1 | -12/+11 |
2000-02-17 | changed g_str_hash() to a 31 bit version based on a submission by Karl | Havoc Pennington | 1 | -2/+12 |
2000-02-03 | return stolen data from g_datalist_id_remove_no_notify() and | Tim Janik | 1 | -2/+2 |
2000-02-02 | glib.h New functions for conversion between UTF-8 and the encoding | Tor Lillqvist | 1 | -0/+7 |
2000-01-26 | s/current_time/dispatch_time/ for the dispatch() handlers. refetch the | Tim Janik | 1 | -3/+3 |
2000-01-21 | Added G_N_ELEMENTS macro to determine the number of elements in an array. | Owen Taylor | 1 | -0/+5 |
1999-11-25 | This of course should return TRUE in a program with a thread-disabled | Sebastian Wilhelmi | 1 | -1/+1 |
1999-11-16 | Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect | Sebastian Wilhelmi | 1 | -3/+4 |
1999-11-01 | glib.h Rename Win32-only functions from gwin_* to g_win32_* to match the | Tor Lillqvist | 1 | -13/+13 |
1999-10-31 | Don't crash if removing a nonexistent value. | Tor Lillqvist | 1 | -0/+9 |
1999-10-14 | removed useless g_string(x) macro that cluttered the namespace and was | Tim Janik | 1 | -3/+3 |
1999-10-12 | Define the new GLIB_SIZEOF_* constants here, too. | Tor Lillqvist | 1 | -1/+6 |