Fri Jan 22 11:58:13 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* Makefile.am:
Add gqueue.c
* glib.h:
Add GQueue struct and prototypes.
Remove g_stack_free macro.
* gqueue.c
New file. Implementation of a queue ADT.
* gstack.c:
Rename _g_stack_free back to g_stack_free.
* tests/Makefile.am, tests/stack-test.c:
New test for GStack objects.
Thu Jan 21 12:40:11 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* gmodule/gmodule-dl.c (_g_module_build_path):
Add braces to eliminate an ambiguous else warning.
* tests/{Makefile.am, string-test.c, strfunc-test.c}:
Separate string and strfunc tests, working towards goal of
having separate test for each of the GLib modules.
Add a couple GString length tests.
* testglib.c:
Make all aux functions static.
* tests/Makefile.am, tests/dirname-test.c, tests/type-test.c:
New tests dirname-test and type-test, from testglib.
* tests/Makefile.am:
add array-test.c
* tests/array-test.c:
New module, tests array family
* tests/hash-test.c, tests/list-test.c, tests/slist-test.c,
tests/string-test.c, tests/node-test.c:
Clean out cruft left over from testglib.