glib/tests
Tim Janik 72b139a74d adjusted the g_strdup_a, g_strndup_a and g_strconcat3_a macros so their
Mon Jan  4 14:38:11 1999  Tim Janik  <timj@gtk.org>

        * glib.h: adjusted the g_strdup_a, g_strndup_a and g_strconcat3_a macros
        so their arguments get only evaluated once. changed g_strconcat3_a to
        have the same semantics as g_strconcat, i.e. if a certain argument is
        NULL, the rest of the parameter list is skipped.

        * tests/alloca-test.c: removed #if/#endif G_HAVE_ALLOCA, we need to be
        able to compile on all systems. added test for g_strconcat() semantics.

        * we need a alloca() replacement for !G_HAVE_ALLOCA rsn!
1999-01-04 13:49:05 +00:00
..
.cvsignore Add tree test. 1999-01-03 07:37:47 +00:00
alloca-test.c adjusted the g_strdup_a, g_strndup_a and g_strconcat3_a macros so their 1999-01-04 13:49:05 +00:00
array-test.c add array-test.c 1999-01-03 06:44:45 +00:00
hash-test.c add array-test.c 1999-01-03 06:44:45 +00:00
list-test.c add array-test.c 1999-01-03 06:44:45 +00:00
Makefile.am Released GLib 1.1.12 1999-01-04 10:07:44 +00:00
node-test.c add array-test.c 1999-01-03 06:44:45 +00:00
relation-test.c Added 'make check' tests, based on testglib code. 1999-01-03 03:42:59 +00:00
slist-test.c add array-test.c 1999-01-03 06:44:45 +00:00
string-test.c add array-test.c 1999-01-03 06:44:45 +00:00
testgdate.c Two new files. This is kind of ugly code, but I want to go ahead and make 1998-12-02 20:20:35 +00:00
testgdateparser.c Two new files. This is kind of ugly code, but I want to go ahead and make 1998-12-02 20:20:35 +00:00
testglib.c Added g_alloca, g_new_a, g_new0_a macros. 1999-01-03 00:53:58 +00:00
tree-test.c Add tree test. 1999-01-03 07:37:47 +00:00