summaryrefslogtreecommitdiff
path: root/glib.h
AgeCommit message (Expand)Author
2000-07-29Finally, a new and improved IO Channel and condition watch implementationTor Lillqvist
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-07-26added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik
2000-07-26include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.Tim Janik
2000-07-25applied patch from Darin Adler <darin@eazel.com> which suppliesTim Janik
2000-07-20Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi
2000-07-20Mark the functions g_hash_table_freeze, g_hash_table_thaw and thusSebastian Wilhelmi
2000-07-19glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi
2000-07-12#include <gerror.h>Havoc Pennington
2000-07-08Rename the GUTILS_C_VAR macro to GLIB_VAR.Tor Lillqvist
2000-07-03Comment g_get_codeset() out of the header file temporarily. (Very similarOwen Taylor
2000-06-29updatedOwen Taylor
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik
2000-06-21Initial pass at adding unicode support functions. A few things still needOwen Taylor
2000-05-30Move the g_locale_get_codeset() up in the header file to correspond to toOwen Taylor
2000-05-29Add function to get the codeset name for the current locale.Owen Taylor
2000-05-19added argument assertments.Tim Janik
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist
2000-05-12added gobjectTim Janik
2000-04-28New File implementing an asynchronous queue to be used for asynchronousSebastian Wilhelmi
2000-04-26Changed the 'value' parameter of g_cache_remove from gpointer toSebastian Wilhelmi
2000-04-19Made the debugging G_TRYLOCK call also work for compilers with funntSebastian Wilhelmi
2000-04-19Changed the win32 part of this function to be thread safe and to make theSebastian Wilhelmi
2000-04-18Changed the 'data' parameters from gpointer to gconstpointer for theSebastian Wilhelmi
2000-04-18Changed comment for g_getenv to reflect, that the returned memory must notSebastian Wilhelmi
2000-04-17Added g_(array|ptr_array|byte_array)_sized_new functions, that reserve aSebastian Wilhelmi
2000-04-17Renamed g_queue_create to g_queue_new in conformance to all other GLibSebastian Wilhelmi
2000-03-21always define G_GNUC_EXTENSION, even when not needed by GLib. That'sSebastian Wilhelmi
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi
2000-03-01New function that returns the message string for a Win32 error code.Tor Lillqvist
2000-03-01minor optimization.Tim Janik
2000-02-17changed g_str_hash() to a 31 bit version based on a submission by KarlHavoc Pennington
2000-02-03return stolen data from g_datalist_id_remove_no_notify() andTim Janik
2000-02-02glib.h New functions for conversion between UTF-8 and the encodingTor Lillqvist
2000-01-26s/current_time/dispatch_time/ for the dispatch() handlers. refetch theTim Janik
2000-01-21Added G_N_ELEMENTS macro to determine the number of elements in an array.Owen Taylor
1999-11-25This of course should return TRUE in a program with a thread-disabledSebastian Wilhelmi
1999-11-16Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflectSebastian Wilhelmi
1999-11-01glib.h Rename Win32-only functions from gwin_* to g_win32_* to match theTor Lillqvist
1999-10-31Don't crash if removing a nonexistent value.Tor Lillqvist
1999-10-14removed useless g_string(x) macro that cluttered the namespace and wasTim Janik
1999-10-12Define the new GLIB_SIZEOF_* constants here, too.Tor Lillqvist
1999-10-12completly new implementation for printf string upper bounds calculation.Tim Janik
1999-10-05Drop the mapping of POSIX function names to the underscored versions, it'sTor Lillqvist
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh
1999-09-21define NULL as (0L) if __cplusplus is defined, to avoid "ANSI C++ forbidsTim Janik
1999-09-17add explicit (GTrashStack*) cast for NULL pointer to cure ANSI C++ error.Tim Janik
1999-08-17Add a cast.Tor Lillqvist
1999-08-16removed commaTim Janik
1999-08-15eliminate memset() call, since string.h has not neccessarily been includedTim Janik