Commit Graph

2 Commits

Author SHA1 Message Date
EST 1999 Jeff Garzik
b5706b2604 Add gqueue.c
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.
1999-01-22 17:23:13 +00:00
EST 1999 Jeff Garzik
ee3d2a3d4d New stack ADT implementation.
Fri Jan 22 02:06:10 EST 1999  Jeff Garzik  <jgarzik@pobox.com>

        * gstack.c:
        New stack ADT implementation.

        * glib.h:
        Add g_stack function prototypes and macros.
1999-01-22 07:08:35 +00:00