Update version numbers.
[platform/upstream/glib.git] / tests /
1999-03-16 Sebastian WilhelmiAdded a test for the G_(U)?INT(16|32|64)_FORMAT and
1999-03-14 Jeff GarzikCommented out debugging output.
1999-03-09 Jeff GarzikAdded stack, queue ADTs and related tests.
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-01-24 EST 1999 Jeff Garzik- Revert previous "fix" (which really just did things...
1999-01-24 Jeff Garzik- Fixed bug that overwrote nodes in hash buckets instea...
1999-01-23 Tim Janikcleaned up the errno mess for GETPWUID. we especially...
1999-01-21 EST 1999 Jeff GarzikAdd braces to eliminate an ambiguous else warning.
1999-01-13 Manish Singhacinclude.m4 ltconfig upgrade to libtool 1.2d (with...
1999-01-11 Jeff Garzikalloca and vasprintf go away
1999-01-09 Jeff GarzikMake all aux functions static.
1999-01-05 Manish Singhditch whitespace before GLIB_SYSDEFS #includes, the...
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
1998-12-02 Havoc PenningtonTwo new files. This is kind of ugly code, but I want...
1998-11-13 Owen TaylorAdded g_list_sort() and g_slist_sort() to merge sort...
1998-11-11 Manish Singhuse __extension__ for long long on gcc >= 2.8 and egcs...
1998-11-01 Manish Singhapplied glib-tml-981101-1 patch from Tor Lillqvist...
1998-10-27 Manish Singhreimplemented the endian stuff, using inline asm for...
1998-10-27 Tor Lillqvistremoved dummy structure definitions for struct _GCache...
1998-09-20 Manish SinghThis is Josh, commiting as Manish. This is completely...
1998-09-07 Tim Janikcheck for all three inline keywords individually.
1998-09-02 Manish SinghMostly changes to GArray code. See ChangeLog.
1998-08-16 Tim Janikversion bump to 1.1.3, binary age 0, interface age 0.
1998-08-05 George Leblfix 64-bitness in g_prints, sizeof doesn't seem to...
1998-08-04 Tim Janikversion bump to 1.1.1, binary age 1, interface age...
1998-07-31 Tim Janikadded a GNode test.
1998-07-14 Tim Janiknew fuction g_dirname() which returns a newlly allocate...
1998-06-18 Federico Mena QuinteroUse GINT_TO_POINTER casts to remove compiler warnings.
1998-06-12 Josh MacDonald[Changes from josh to sync with his glib stuff -Yosh]
1998-06-10 Owen TaylorInitial revision