Changed signature of all g_static_mutex_* functions to take a pointer
[platform/upstream/glib.git] / glib /
1999-02-15 Sebastian WilhelmiChanged signature of all g_static_mutex_* functions...
1999-02-15 Tim Janikreturn guints instead of gints for g_hash_table_size and
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
1999-02-10 Tim Janikfixed errernerous code wrt to thread specific error...
1999-02-09 Elliot Leepools of 128 items instead of 1024 items.
1999-02-08 Owen TaylorCopy all elements of the allocations[] array, including...
1999-02-05 Sebastian WilhelmiMake the error message in case of a broken thread syste...
1999-02-02 Tor LillqvistDon't call ensure_stdout_valid (which would open an...
1999-02-02 Owen TaylorRelease the main_loop lock around calls to prepare...
1999-01-29 Sebastian WilhelmiChanged initial bufsize to 64. Should solve some proble...
1999-01-26 Sebastian WilhelmiRemoved the #warning about MT unsafety without localtime_r.
1999-01-25 Timur BakeyevNO_SYS_SIGLIST_DECL change.
1999-01-25 Sebastian WilhelmiDo not use the thread libs, when searching for some...
1999-01-24 Tim Janikreverted raja's changes, since they leaked a struct...
1999-01-24 Raja R HarinathHopefully got the error handling for `getpwuid_r' right...
1999-01-24 EST 1999 Jeff Garzik- Revert previous "fix" (which really just did things...
1999-01-24 Manish SinghMoved the warning about MT and no getpwuid_r from gutil...
1999-01-24 Jeff Garzik- Fixed bug that overwrote nodes in hash buckets instea...
1999-01-24 Raja R Harinath(g_get_any_init) [HAVE_GETPWUID_R && HAVE_GETPWUID_R_PO...
1999-01-24 Raja R HarinathRewrite not to look at `errno' if library call succeeds...
1999-01-23 Tim Janikcleaned up the errno mess for GETPWUID. we especially...
1999-01-21 Sebastian WilhelmiChanged error handling again, as the error is not alway...
1999-01-21 Tor LillqvistInclude signal.h only when the signal names will be...
1999-01-21 EST 1999 Mandrakemade some adjustments for automake 1.4 and autoconf...
1999-01-20 Manish Singhnew file
1999-01-20 Jeff Garzikjgarzik enthusiastically applies a patch
1999-01-20 GMT 1999 Adam D... All gtk apps were broken here on my setup. I changed...
1999-01-20 Sebastian WilhelmiUse getpwuid_r with the right signature, if available.
1999-01-19 Tor LillqvistMore Win32 updates. Add missing Win32 files to distribu...
1999-01-19 Josh MacDonaldThe "extern char* sys_siglist" declaration breaks syste...
1999-01-17 Tim Janikremoved assertment about rtree->root being NULL, so...
1999-01-17 Tim Janikif !defined (G_LOG_DOMAIN) define G_LOG_DOMAIN as ...
1999-01-17 Tim Janikadded a define G_HOOK_DEFERRED_DESTROY, to substitute...
1999-01-17 Tim Janikfix yet another small glitch
1999-01-17 Tim Janikreentrancy fixups
1999-01-17 Tim Janikincremented version number to 1.1.13, bin age 0, interf...
1999-01-16 Tor LillqvistMerge in current Win32 version. Almost no Unix code...
1999-01-13 Manish Singhdon't use inline for !__GNUC__ case with g_warning...
1999-01-12 Manish Singh#warning isn't portable, check for gcc
1999-01-12 Sebastian WilhelmiInclude config.h to get HAVE_LOCALTIME_R macro.
1999-01-11 Jeff Garzikalloca and vasprintf go away
1999-01-11 Sebastian WilhelmiTest for localtime_r only after including the right...
1999-01-09 Jeff GarzikAdd checks for vasprintf, localtime_r.
1999-01-07 Owen TaylorCall the source-specific free function when the hook...
1999-01-07 Sebastian WilhelmiHere we must replace getpwuid by getpwuid_r, but as...
1999-01-05 Andrew T. Veliathfix macro to be shorthand of g_array_insert_vals.
1999-01-04 Tim Janikeliminated extraneous "register" qualifiers in variable...
1999-01-04 Tim Janikadjusted the g_strdup_a, g_strndup_a and g_strconcat3_a...
1999-01-03 Jeff GarzikAdded 'make check' tests, based on testglib code.
1999-01-03 Jeff GarzikAdded g_alloca, g_new_a, g_new0_a macros.
1999-01-02 Jeff GarzikHandle NULL strings like g_strdup. s/g_strconcat_a...
1999-01-02 Manish Singhmade the alloca tests follow the testglib style
1999-01-02 Jeff Garzikadded g_strndup_a macro
1999-01-02 Tim Janikavoid unneccessary extra hook referencing (the explicit...
1999-01-01 Jeff GarzikAdded two new alloca-based function macros, g_strdup_a...
1998-12-30 Raja R HarinathDefine to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE...
1998-12-23 George Lebldon't cast to timeval since timeval is for some reason...
1998-12-22 Tim Janikfixed buglet that could cause bogus warnings.
1998-12-21 Tim Janikthere was a reference count race for hooks during invoc...
1998-12-21 Tim Janikdefault initialize source_timeout with -1 so we have...
1998-12-19 Owen TaylorAdd #defines defining scale of priorities.
1998-12-19 Owen TaylorAllocate space for pollfd's _after_ adding poll wake...
1998-12-19 Tim Janikfixed up sys/poll.h and sys/types.h inclusions.
1998-12-19 Tim Janikfixed up gthread includes, cleaned up glibconfig.h...
1998-12-18 Owen Taylor Dec 18 12:51:39 1998 Owen Taylor <otaylor@redhat...
1998-12-18 Tim Janiknew function to check whether a main loop has been...
1998-12-17 Sebastian WilhelmiFixed size in g_memmove, reported by Alexander Larsson
1998-12-17 CST 1998 Shawn T... giounix.c: s/g_main_poll_add/g_main_remove_add/g
1998-12-17 Tim Janikif !G_THREADS_ENABLED, eat the trailing semicolon with...
1998-12-16 Sebastian WilhelmiFixed small bug.
1998-12-16 Joel Beckerchanged func_data to user_data for g_scanner_scope_symb...
1998-12-16 Sebastian WilhelmiUpdated to reflect the existence of gthread.
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Owen TaylorUse an "inheritance" scheme for IO channel memory alloc...
1998-12-15 Havoc PenningtonSolaris has a broken strftime that produced garbage...
1998-12-15 Sebastian WilhelmiDont complain, if --without-threads or --with-threads...
1998-12-15 Owen TaylorMake sure all calls to g_node_validate_allocator are...
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-12-08 Manish Singhfixes to #undef HAVE_POLL case
1998-12-02 Havoc PenningtonIf Julian is valid, we have to update the dmy represent...
1998-12-02 Havoc PenningtonForgot this, last ChangeLog covers it (added testgdate...
1998-12-02 Havoc PenningtonRely on GDate::dmy and GDate::Julian flags, rather...
1998-12-02 Owen TaylorMerge main loop into head. This probably breaks Win32...
1998-12-02 Sebastian Wilhelmichanged `gpointer struct_tm_p' parameter of g_date_to_s...
1998-12-02 Tim Janiks/time_t/GTime/ and s/g_print/g_message/ include time.h.
1998-12-01 Havoc PenningtonThere are outstanding issues, but they should be resolv...
1998-11-30 Tim Janikadded g_hook_list_marshal_check() to eventually destroy...
1998-11-29 Jeff Garzik Put -DFOO stuff into Makefile.am INCLUDES.
1998-11-28 Tim Janikimplemented incremental freezing facility.
1998-11-26 Tim Janikreverted the g_hash_table_set_key_freefunc() addition...
1998-11-25 PST 1998 Manish... applied glib-tml-981120-0, change log appended below.
1998-11-24 EST 1998 Michael... added GFreeFunc and g_hash_table_set_key_freefunc(...
1998-11-24 Tim Janikremoved the GListAllocator type and its g_*_allocator_...
1998-11-23 Owen Tayloradded g_array_insert_vals() to insert elements at an...
1998-11-23 Tim Janiknew function g_slist_copy() to duplicate a list with...
1998-11-20 Tim Janikadded empty default imlementation so gmodule.so compile...
1998-11-19 Elliot LeeFix for g_datalist_id_set_full() use (error is deeper...
1998-11-16 Tim Janikfixed off-by-one error, so we don't waste a loop iterat...
1998-11-13 Owen TaylorAdded g_list_sort() and g_slist_sort() to merge sort...
1998-11-12 Jeff GarzikINCLUDES is the right way to add to CFLAGS, not DEFS...
next