moved old ChangeLog to ChangeLog.pre-1-2, and started new one.
[platform/upstream/glib.git] / ChangeLog
1999-02-27 Tim Janikmoved old ChangeLog to ChangeLog.pre-1-2, and started...
1999-02-25 Shawn AmundsonIncrement version to 1.2.0. GLIB_1_2_0
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-21 Michael FulbrightI've made the spec file autogenerated, and I tweaked it
1999-02-18 Tim Janikplugged a memory leak, reported by Koen D'Hondt <ripley...
1999-02-18 Elliot Leeglib.spec: Do --enable-debug=no for the .rpm's.
1999-02-17 Tor LillqvistMust define HAVE_PTHREAD_GETSPECIFIC_POSIX. Pity I...
1999-02-16 CST 1999 Shawn T... version=1.1.16 GLIB_1_1_16
1999-02-15 Sebastian WilhelmiChanged signature of all g_static_mutex_* functions...
1999-02-15 Tim Janikdefault to yes for development trees.
1999-02-15 Tim Janikreturn guints instead of gints for g_hash_table_size and
1999-02-10 Tim Janikbe more descriptive on unsupported systems.
1999-02-10 Sebastian Wilhelmiforgot the ChangeLog. Here we go
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 Sebastian WilhelmiChanged the test for getpwuid_r to exclude those system...
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-04 Tor LillqvistUpdate GLIB_MICRO_VERSION. (Pity it has to be done...
1999-02-04 Christopher Blizzardchange my email address
1999-02-04 PST 1999 Shawn T... version=1.1.15 GLIB_1_1_15
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-02-01 Sebastian WilhelmiMoved the check for MT save function variants after...
1999-01-29 Sebastian WilhelmiFixed typo. Now HPUX 11 thread system detection should...
1999-01-28 CST 1999 Shawn T... version=1.1.14 GLIB_1_1_14
1999-01-28 Sebastian WilhelmiSimplified configure.in test for posix threads, systems...
1999-01-28 Manish SinghXsed isn't valid here, don't use it
1999-01-27 Tim Janikapplied patch from Andrej Borsenkow <borsenkow.msk...
1999-01-26 Manish Singhdon't use backquotes in warning text
1999-01-26 Sebastian WilhelmiRemoved the #warning about MT unsafety without localtime_r.
1999-01-25 Raph LevienFixed a broken #define for G_THREADS_IMPL_$g_threads_im...
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 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 Garzikmove gmodule changelog entry to gmodule changelog
1999-01-21 EST 1999 Jeff GarzikAdd braces to eliminate an ambiguous else warning.
1999-01-21 EST 1999 Jeff GarzikUse 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 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 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 T... 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 Blizzardadd packager address
1999-01-17 Christopher Blizzardincrement 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 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 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-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-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 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 T... 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 CST 1998 Shawn T... 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 T... Released GLib 1.1.10 GLIB_1_1_10
1998-12-23 George Lebldon't cast to timeval since timeval is for some reason...
next