summaryrefslogtreecommitdiff
path: root/glib.h
AgeCommit message (Expand)Author
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
1999-04-09New files to implement the Mersenne Twister Pseudo Random NumberSebastian Wilhelmi
1999-03-17added GLIB_CHECK_VERSION() macro similar to GTK_CHECK_VERSION().Tim Janik
1999-03-15Added the macros G_(U)?INT_(8|16|32|64)_FORMAT to use for printf and (muchSebastian Wilhelmi
1999-03-09Added stack, queue ADTs and related tests.Jeff Garzik
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson
1999-02-15Changed signature of all g_static_mutex_* functions to take a pointerSebastian Wilhelmi
1999-02-15return guints instead of gints for g_hash_table_size andTim Janik
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi
1999-02-10fixed errernerous code wrt to thread specific error string allocationTim Janik
1999-01-17if !defined (G_LOG_DOMAIN) define G_LOG_DOMAIN as ((gchar*) 0) instead ofTim Janik
1999-01-17added a define G_HOOK_DEFERRED_DESTROY, to substitute a noopTim Janik
1999-01-17incremented version number to 1.1.13, bin age 0, interface age 0.Tim Janik
1999-01-16Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist
1999-01-13don't use inline for !__GNUC__ case with g_warning, g_error, and g_messageManish Singh
1999-01-11alloca and vasprintf go awayJeff Garzik
1999-01-05fix macro to be shorthand of g_array_insert_vals.Andrew T. Veliath
1999-01-04adjusted the g_strdup_a, g_strndup_a and g_strconcat3_a macros so theirTim Janik
1999-01-03Added g_alloca, g_new_a, g_new0_a macros.Jeff Garzik
1999-01-02Handle NULL strings like g_strdup. s/g_strconcat_a/g_strconcat3_a/ toJeff Garzik
1999-01-02added g_strndup_a macroJeff Garzik
1999-01-01Added two new alloca-based function macros, g_strdup_a and g_strconcat_a.Jeff Garzik
1998-12-30Define to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE,BE}.Raja R Harinath
1998-12-21there was a reference count race for hooks during invocation loops. sinceTim Janik
1998-12-19Add #defines defining scale of priorities.Owen Taylor
1998-12-19fixed up sys/poll.h and sys/types.h inclusions.Tim Janik
1998-12-19fixed up gthread includes, cleaned up glibconfig.h a little bit.Tim Janik
1998-12-18new function to check whether a main loop has been quitted. (g_main_new):Tim Janik
1998-12-17giounix.c: s/g_main_poll_add/g_main_remove_add/gCST 1998 Shawn T. Amundson
1998-12-17if !G_THREADS_ENABLED, eat the trailing semicolon with a bogus functionTim Janik
1998-12-16changed func_data to user_data for g_scanner_scope_symbol_foreach()Joel Becker
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik
1998-12-15Use an "inheritance" scheme for IO channel memory allocation.hOwen Taylor
1998-12-15Dont complain, if --without-threads or --with-threads=none is supplied;Sebastian Wilhelmi
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor
1998-12-02Rely on GDate::dmy and GDate::Julian flags, rather than re-checking theHavoc Pennington