summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
AgeCommit message (Expand)Author
1999-01-17Released GLib 1.1.13GLIB_1_1_13CST 1999 Shawn T. Amundson
1999-01-17updates for 1.1.13.Tim Janik
1999-01-17fixed assertment vs. assertionTim Janik
1999-01-17removed assertment about rtree->root being NULL, so this function can beTim Janik
1999-01-17add packager addressChristopher Blizzard
1999-01-17increment version number to 1.1.13Christopher Blizzard
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-17Oops, ChangeLog entries too, of course.Tor Lillqvist
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-16Add support for pthreads under FreeBSD 2.2.[7|8]Timur I. Bakeyev
1999-01-13don't use inline for !__GNUC__ case with g_warning, g_error, and g_messageManish Singh
1999-01-13acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 andManish Singh
1999-01-12#warning isn't portable, check for gccManish Singh
1999-01-12Ops, forgot to save ChangeLog before commiting.Sebastian Wilhelmi
1999-01-11alloca and vasprintf go awayJeff Garzik
1999-01-11Find right thread system on DG/UX. Thanks to Marc J. FraioliSebastian Wilhelmi
1999-01-11Test for localtime_r only after including the right MT enabling CFLAGSSebastian Wilhelmi
1999-01-09Make all aux functions static.Jeff Garzik
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-06Eep, forgot ChangeLog for my last commitManish Singh
1999-01-05fix macro to be shorthand of g_array_insert_vals.Andrew T. Veliath
1999-01-04some echos interpret \n's and some don't. Deal with accordingly.Manish Singh
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-04Released GLib 1.1.12GLIB_1_1_12CST 1999 Shawn T. Amundson
1999-01-03Add tree test.Jeff Garzik
1999-01-03add array-test.cJeff Garzik
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
1999-01-02Added g_strdup_printf checkJeff Garzik
1999-01-02Handle NULL strings like g_strdup. s/g_strconcat_a/g_strconcat3_a/ toJeff Garzik
1999-01-02made the alloca tests follow the testglib styleManish Singh
1999-01-02added g_strndup_a macroJeff Garzik
1999-01-02avoid unneccessary extra hook referencing (the explicit hook referencingTim Janik
1999-01-01Added two new alloca-based function macros, g_strdup_a and g_strconcat_a.Jeff Garzik
1998-12-31Released GLib 1.1.11GLIB_1_1_11CST 1998 Shawn T. Amundson
1998-12-30Define to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE,BE}.Raja R Harinath
1998-12-26acglib.m4 provide defaults for POLL sysdefs, simple enums don't work withManish Singh
1998-12-24Released GLib 1.1.10GLIB_1_1_10CST 1998 Shawn T. Amundson
1998-12-23don't cast to timeval since timeval is for some reason not always a structGeorge Lebl
1998-12-22fixed buglet that could cause bogus warnings.Tim Janik
1998-12-21there was a reference count race for hooks during invocation loops. sinceTim Janik
1998-12-21default initialize source_timeout with -1 so we have a sane timeout valueTim Janik
1998-12-19Add #defines defining scale of priorities.Owen Taylor
1998-12-19Allocate space for pollfd's _after_ adding poll wake-up-pipe record.Owen Taylor
1998-12-19fixed a minor bug that would let configures bail out if the MODULESTim Janik