Add new g_list, g_stack, g_queue functions.
authorJeff Garzik <jgarzik@pobox.com>
Thu, 18 Mar 1999 15:51:26 +0000 (15:51 +0000)
committerJeff Garzik <jgarzik@src.gnome.org>
Thu, 18 Mar 1999 15:51:26 +0000 (15:51 +0000)
1999-03-18  Jeff Garzik  <jgarzik@pobox.com>

        * glib.def: Add new g_list, g_stack, g_queue functions.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib.def
glib/glib.def

index cc5b6f0..406d908 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-03-18  Jeff Garzik  <jgarzik@pobox.com>
+
+       * glib.def: Add new g_list, g_stack, g_queue functions.
+
 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
index cc5b6f0..406d908 100644 (file)
@@ -1,3 +1,7 @@
+1999-03-18  Jeff Garzik  <jgarzik@pobox.com>
+
+       * glib.def: Add new g_list, g_stack, g_queue functions.
+
 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
index cc5b6f0..406d908 100644 (file)
@@ -1,3 +1,7 @@
+1999-03-18  Jeff Garzik  <jgarzik@pobox.com>
+
+       * glib.def: Add new g_list, g_stack, g_queue functions.
+
 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
index cc5b6f0..406d908 100644 (file)
@@ -1,3 +1,7 @@
+1999-03-18  Jeff Garzik  <jgarzik@pobox.com>
+
+       * glib.def: Add new g_list, g_stack, g_queue functions.
+
 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
index cc5b6f0..406d908 100644 (file)
@@ -1,3 +1,7 @@
+1999-03-18  Jeff Garzik  <jgarzik@pobox.com>
+
+       * glib.def: Add new g_list, g_stack, g_queue functions.
+
 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
index cc5b6f0..406d908 100644 (file)
@@ -1,3 +1,7 @@
+1999-03-18  Jeff Garzik  <jgarzik@pobox.com>
+
+       * glib.def: Add new g_list, g_stack, g_queue functions.
+
 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
index cc5b6f0..406d908 100644 (file)
@@ -1,3 +1,7 @@
+1999-03-18  Jeff Garzik  <jgarzik@pobox.com>
+
+       * glib.def: Add new g_list, g_stack, g_queue functions.
+
 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
index cc5b6f0..406d908 100644 (file)
@@ -1,3 +1,7 @@
+1999-03-18  Jeff Garzik  <jgarzik@pobox.com>
+
+       * glib.def: Add new g_list, g_stack, g_queue functions.
+
 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
index c9f4e23..7815cc2 100644 (file)
--- a/glib.def
+++ b/glib.def
@@ -159,6 +159,7 @@ EXPORTS
        g_list_append
        g_list_concat
        g_list_copy
+       g_list_delete
        g_list_find
        g_list_find_custom
        g_list_first
@@ -256,6 +257,13 @@ EXPORTS
        g_quark_from_string
        g_quark_to_string
        g_quark_try_string
+       g_queue_free
+       g_queue_get_size
+       g_queue_new
+       g_queue_pop_back
+       g_queue_pop_front
+       g_queue_push_back
+       g_queue_push_front
        g_realloc
        g_relation_count
        g_relation_delete
@@ -324,6 +332,9 @@ EXPORTS
        g_source_remove
        g_source_remove_by_source_data
        g_source_remove_by_user_data
+       g_stack_free
+       g_stack_new
+       g_stack_pop
        g_static_mutex_get_mutex_impl
        g_static_private_get
        g_static_private_set
index c9f4e23..7815cc2 100644 (file)
@@ -159,6 +159,7 @@ EXPORTS
        g_list_append
        g_list_concat
        g_list_copy
+       g_list_delete
        g_list_find
        g_list_find_custom
        g_list_first
@@ -256,6 +257,13 @@ EXPORTS
        g_quark_from_string
        g_quark_to_string
        g_quark_try_string
+       g_queue_free
+       g_queue_get_size
+       g_queue_new
+       g_queue_pop_back
+       g_queue_pop_front
+       g_queue_push_back
+       g_queue_push_front
        g_realloc
        g_relation_count
        g_relation_delete
@@ -324,6 +332,9 @@ EXPORTS
        g_source_remove
        g_source_remove_by_source_data
        g_source_remove_by_user_data
+       g_stack_free
+       g_stack_new
+       g_stack_pop
        g_static_mutex_get_mutex_impl
        g_static_private_get
        g_static_private_set