summaryrefslogtreecommitdiff
path: root/glib.h
AgeCommit message (Expand)Author
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
1998-12-02Merge main loop into head. This probably breaks Win32, untilOwen Taylor
1998-12-02changed `gpointer struct_tm_p' parameter of g_date_to_struct_tm back toSebastian Wilhelmi
1998-12-02s/time_t/GTime/ and s/g_print/g_message/ include time.h.Tim Janik
1998-12-01There are outstanding issues, but they should be resolvable in-place. IfHavoc Pennington
1998-11-30added g_hook_list_marshal_check() to eventually destroy hooks after theyTim Janik
1998-11-26reverted the g_hash_table_set_key_freefunc() addition, since it's toTim Janik
1998-11-25applied glib-tml-981120-0, change log appended below.PST 1998 Manish Singh
1998-11-24added GFreeFunc and g_hash_table_set_key_freefunc() prototype. addedEST 1998 Michael K. Johnson
1998-11-24removed the GListAllocator type and its g_*_allocator_*() functionTim Janik
1998-11-23added g_array_insert_vals() to insert elements at an arbitrary index, andOwen Taylor
1998-11-23new function g_slist_copy() to duplicate a list with all its dataTim Janik
1998-11-20added empty default imlementation so gmodule.so compiles on systems thatTim Janik
1998-11-16fixed off-by-one error, so we don't waste a loop iteration if (-1) wasTim Janik
1998-11-13Added g_list_sort() and g_slist_sort() to merge sort GLists and GSLists.Owen Taylor
1998-11-11use __extension__ for long long on gcc >= 2.8 and egcs, and provide aManish Singh
1998-11-05Added 'strncasecmp' to the list of functions to be searched for. Added aPhil Schwan
1998-11-03new function for removing an entry from an array while preserving theSebastian Wilhelmi
1998-11-02glib.h endian macros defined using the glibconfig.h mechanism nowManish Singh
1998-11-01applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh