summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)Author
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-02-09pools of 128 items instead of 1024 items.Elliot Lee
1999-02-08Copy all elements of the allocations[] array, including the last. (PointedOwen Taylor
1999-02-05Make the error message in case of a broken thread system a bit moreSebastian Wilhelmi
1999-02-02Don't call ensure_stdout_valid (which would open an unneeded consoleTor Lillqvist
1999-02-02Release the main_loop lock around calls to prepare() and check() so thatOwen Taylor
1999-01-29Changed initial bufsize to 64. Should solve some problems out there.Sebastian Wilhelmi
1999-01-26Removed the #warning about MT unsafety without localtime_r.Sebastian Wilhelmi
1999-01-25NO_SYS_SIGLIST_DECL change.Timur Bakeyev
1999-01-25Do not use the thread libs, when searching for some functions, as thisSebastian Wilhelmi
1999-01-24reverted raja's changes, since they leaked a struct passwd contents bufferTim Janik
1999-01-24Hopefully got the error handling for `getpwuid_r' right. (g_get_any_init)Raja R Harinath
1999-01-24- Revert previous "fix" (which really just did things a different way). -EST 1999 Jeff Garzik
1999-01-24Moved the warning about MT and no getpwuid_r from gutils.c to configureManish Singh
1999-01-24- Fixed bug that overwrote nodes in hash buckets instead of adding them toJeff Garzik
1999-01-24(g_get_any_init) [HAVE_GETPWUID_R && HAVE_GETPWUID_R_POSIX]:Raja R Harinath
1999-01-24Rewrite not to look at `errno' if library call succeeds, since `errno' isRaja R Harinath
1999-01-23cleaned up the errno mess for GETPWUID. we especially don't want toTim Janik
1999-01-21Changed error handling again, as the error is not always set in errno, itSebastian Wilhelmi
1999-01-21Include signal.h only when the signal names will be needed.Tor Lillqvist
1999-01-21made some adjustments for automake 1.4 and autoconf 2.13 (per suggestionsEST 1999 Mandrake
1999-01-20new fileManish Singh
1999-01-20jgarzik enthusiastically applies a patchJeff Garzik
1999-01-20All gtk apps were broken here on my setup. I changed the error to aGMT 1999 Adam D. Moss
1999-01-20Use getpwuid_r with the right signature, if available.Sebastian Wilhelmi
1999-01-19More Win32 updates. Add missing Win32 files to distributed files.Tor Lillqvist
1999-01-19The "extern char* sys_siglist" declaration breaks systems with differentJosh MacDonald
1999-01-17removed assertment about rtree->root being NULL, so this function can beTim 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-17fix yet another small glitchTim Janik
1999-01-17reentrancy fixupsTim 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-12#warning isn't portable, check for gccManish Singh
1999-01-12Include config.h to get HAVE_LOCALTIME_R macro.Sebastian Wilhelmi
1999-01-11alloca and vasprintf go awayJeff Garzik
1999-01-11Test for localtime_r only after including the right MT enabling CFLAGSSebastian Wilhelmi
1999-01-09Add checks for vasprintf, localtime_r.Jeff Garzik
1999-01-07Call the source-specific free function when the hook is freed not when itOwen Taylor
1999-01-07Here we must replace getpwuid by getpwuid_r, but as I do not know how forSebastian Wilhelmi
1999-01-05fix macro to be shorthand of g_array_insert_vals.Andrew T. Veliath
1999-01-04eliminated extraneous "register" qualifiers in variable declarations.Tim Janik
1999-01-04adjusted the g_strdup_a, g_strndup_a and g_strconcat3_a macros so theirTim Janik
1999-01-03Added 'make check' tests, based on testglib code.Jeff Garzik
1999-01-03Added g_alloca, g_new_a, g_new0_a macros.Jeff Garzik