Add new g_list, g_stack, g_queue functions.

1999-03-18  Jeff Garzik  <jgarzik@pobox.com>

        * glib.def: Add new g_list, g_stack, g_queue functions.
This commit is contained in:
Jeff Garzik 1999-03-18 15:51:26 +00:00 committed by Jeff Garzik
parent 84b6512630
commit 5bf6ee6baf
10 changed files with 54 additions and 0 deletions

View 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)

View 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)

View 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)

View 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)

View 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)

View 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)

View 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)

View 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)

View 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

View 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