mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
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.
37 lines
393 B
Plaintext
37 lines
393 B
Plaintext
*.lo
|
|
Makefile
|
|
Makefile.in
|
|
configure
|
|
aclocal.m4
|
|
.deps
|
|
_libs
|
|
libglib-1.1.la
|
|
config.log
|
|
glibconfig.h
|
|
libtool
|
|
config.status
|
|
stamp-h
|
|
.libs
|
|
testglib
|
|
config.cache
|
|
glib-config
|
|
libglib.la
|
|
config.h.in
|
|
config.h
|
|
stamp-gc-h
|
|
testgdate
|
|
testgdateparser
|
|
glibconfig-sysdefs.h
|
|
hash-test
|
|
list-test
|
|
node-test
|
|
relation-test
|
|
slist-test
|
|
string-test
|
|
array-test
|
|
tree-test
|
|
dirname-test
|
|
type-test
|
|
strfunc-test
|
|
stack-test
|