summaryrefslogtreecommitdiff
path: root/glib.h
AgeCommit message (Expand)Author
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
1999-08-02glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy toTor Lillqvist
1999-08-01glib.h the #define for g_strescape interfered with the compilation of theManish Singh
1999-07-31New functions.Tor Lillqvist
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik
1999-07-12Correct URL for mingw runtime sources.Tor Lillqvist
1999-07-01Added a g_memmove replacement for platforms without memmove, where bcopySebastian Wilhelmi
1999-06-30Finally removed the g_random_normal and g_rand_normal functions.Sebastian Wilhelmi
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi
1999-05-29Backslashify also '"' characters.Tor Lillqvist
1999-05-12Map fileno to _fileno for mingw32. Map fstat to _fstat.Tor Lillqvist
1999-04-25More editing. Use gcc, not ld to link. On native Win32 use _unlink(). UseTor Lillqvist
1999-04-24 Support added for building using a GNU toolchain on Win32,Tor Lillqvist
1999-04-23Fix typo in g_string_ncasecmp macro (by me). Add b_string_strncasecmpBST 1999 Tony Gale
1999-04-17Add new g_string functions for reading from file/socket descriptors, andBST 1999 Tony Gale
1999-04-12Moved struct declaration up. Style fixes.Sebastian Wilhelmi