platform/upstream/glib.git
1999-01-24 Raja R HarinathHopefully got the error handling for `getpwuid_r' right...
1999-01-24 EST 1999 Jeff... - 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 Tor LillqvistUpdate pthread_mutex_t size and initializer contents...
1999-01-23 Tim Janikcleaned up the errno mess for GETPWUID. we especially...
1999-01-22 Jeff Garzikfile galloca.c was initially added on branch GLIB_1_3_H...
1999-01-22 Jeff Garzikfile TODO was initially added on branch GLIB_1_3_HACKS.
1999-01-22 Jeff Garzikmove gmodule changelog entry to gmodule changelog
1999-01-21 EST 1999 Jeff... Add braces to eliminate an ambiguous else warning.
1999-01-21 EST 1999 Jeff... Use AC_PREREQ not AC_REQUIRE for autoconf version test.
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-21 EST 1999 Mandrakeautomake 1.4 and libtool 1.2d notices. (maybe I'll...
1999-01-20 Manish Singhnew file
1999-01-20 Jeff Garzikjgarzik enthusiastically applies a patch
1999-01-20 GMT 1999 Adam... 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 Sebastian WilhelmiMoved test for localtime_r and rand_r to a place after...
1999-01-19 Josh MacDonaldThe "extern char* sys_siglist" declaration breaks syste...
1999-01-17 CST 1999 Shawn... Released GLib 1.1.13 GLIB_1_1_13
1999-01-17 Tim Janikupdates for 1.1.13.
1999-01-17 Tim Janikfixed assertment vs. assertion
1999-01-17 Tim Janikremoved assertment about rtree->root being NULL, so...
1999-01-17 Christopher... add packager address
1999-01-17 Christopher... increment version number to 1.1.13
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 Tor LillqvistOops, ChangeLog entries too, of course.
1999-01-17 Tor LillqvistAdded missing gthread/gthread.def file. Incremented...
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-16 Timur I. BakeyevAdd support for pthreads under FreeBSD 2.2.[7|8]
1999-01-13 Manish Singhdon't use inline for !__GNUC__ case with g_warning...
1999-01-13 Tim Janiksmall fix so it compiles for me
1999-01-13 Manish SinghThese go along with the last commit
1999-01-13 Manish Singhacinclude.m4 ltconfig upgrade to libtool 1.2d (with...
1999-01-12 Manish Singh#warning isn't portable, check for gcc
1999-01-12 Sebastian WilhelmiOps, forgot to save ChangeLog before commiting.
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 WilhelmiFind right thread system on DG/UX. Thanks to Marc J...
1999-01-11 Sebastian WilhelmiTest for localtime_r only after including the right...
1999-01-11 Chris Toshokadd support for freebsd (-lc_r for thread foo) and...
1999-01-09 Jeff GarzikMake all aux functions static.
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-06 Manish SinghEep, forgot ChangeLog for my last commit
1999-01-05 Manish Singhditch whitespace before GLIB_SYSDEFS #includes, the...
1999-01-05 Manish SinghShut up cvs
1999-01-05 Andrew T. Veliathfix macro to be shorthand of g_array_insert_vals.
1999-01-04 Manish Singhsome echos interpret \n's and some don't. Deal with...
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-04 CST 1999 Shawn... Released GLib 1.1.12 GLIB_1_1_12
1999-01-03 Jeff GarzikAdd tree test.
1999-01-03 Jeff Garzikadd array-test.c
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 GarzikAdded g_strdup_printf check
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-31 Elliot LeeWhen testing to see if glib exists, set LIBS="$GLIB_LIB...
1998-12-31 CST 1998 Shawn... Released GLib 1.1.11 GLIB_1_1_11
1998-12-30 Raja R HarinathDefine to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE...
1998-12-26 Manish Singhacglib.m4 provide defaults for POLL sysdefs, simple...
1998-12-24 CST 1998 Shawn... Released GLib 1.1.10 GLIB_1_1_10
1998-12-23 George Lebldon't cast to timeval since timeval is for some reason...
1998-12-22 Elliot LeeNow passes 'make distcheck'. FOR_GNOME_0_99_1 GLIB_GNOME_0_99_1
1998-12-22 Elliot LeeWork with builddir != srcdir
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 a minor bug that would let configures bail out...
1998-12-19 Tim Janikadd glibconfig-sysdefs.h to .cvsignore
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 Sebastian WilhelmiChanged the last pthread_cond_init to pthread_attr_init.
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... Released GLib 1.1.9 GLIB_1_1_9
1998-12-17 CST 1998 Shawn... giounix.c: s/g_main_poll_add/g_main_remove_add/g
1998-12-17 Manish Singhcheck for pthread_attr_init in all cases, du4 needs...
1998-12-17 Tim Janikif !G_THREADS_ENABLED, eat the trailing semicolon with...
1998-12-17 Tim Janik-DG_LOG_DOMAIN="GThread", we don't need an extern varia...
1998-12-16 PST 1998 Shawn... Released GLib 1.1.8 (CVS tag is GLIB_1_1_8a) GLIB_1_1_8a
1998-12-16 Sebastian WilhelmiFixed small bug.
next