Add gqsort.

2000-11-22  Tor Lillqvist  <tml@iki.fi>

	* makefile.{mingw,msc}.in: Add gqsort.

	* glib.def: Update.

	* gobject.def: Update.
This commit is contained in:
Tor Lillqvist 2000-11-26 16:28:01 +00:00 committed by Tor Lillqvist
parent a3036a5bd2
commit dcce67b022
16 changed files with 66 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.
* glib.def: Update.
2000-11-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Add a surrogate for thread priorities using PID

View File

@ -1,3 +1,9 @@
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.
* glib.def: Update.
2000-11-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Add a surrogate for thread priorities using PID

View File

@ -1,3 +1,9 @@
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.
* glib.def: Update.
2000-11-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Add a surrogate for thread priorities using PID

View File

@ -1,3 +1,9 @@
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.
* glib.def: Update.
2000-11-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Add a surrogate for thread priorities using PID

View File

@ -1,3 +1,9 @@
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.
* glib.def: Update.
2000-11-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Add a surrogate for thread priorities using PID

View File

@ -1,3 +1,9 @@
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.
* glib.def: Update.
2000-11-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Add a surrogate for thread priorities using PID

View File

@ -1,3 +1,9 @@
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.
* glib.def: Update.
2000-11-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Add a surrogate for thread priorities using PID

View File

@ -1,3 +1,9 @@
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.
* glib.def: Update.
2000-11-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Add a surrogate for thread priorities using PID

View File

@ -205,6 +205,7 @@ EXPORTS
g_list_remove_link
g_list_reverse
g_list_sort
g_list_sort_with_data
g_locale_from_utf8
g_locale_to_utf8
g_log
@ -296,6 +297,7 @@ EXPORTS
g_ptr_array_remove_index_fast
g_ptr_array_set_size
g_ptr_array_sized_new
g_qsort_with_data
g_quark_from_static_string
g_quark_from_string
g_quark_to_string
@ -393,6 +395,7 @@ EXPORTS
g_slist_remove_link
g_slist_reverse
g_slist_sort
g_slist_sort_with_data
g_snprintf
g_source_add
g_source_remove

View File

@ -205,6 +205,7 @@ EXPORTS
g_list_remove_link
g_list_reverse
g_list_sort
g_list_sort_with_data
g_locale_from_utf8
g_locale_to_utf8
g_log
@ -296,6 +297,7 @@ EXPORTS
g_ptr_array_remove_index_fast
g_ptr_array_set_size
g_ptr_array_sized_new
g_qsort_with_data
g_quark_from_static_string
g_quark_from_string
g_quark_to_string
@ -393,6 +395,7 @@ EXPORTS
g_slist_remove_link
g_slist_reverse
g_slist_sort
g_slist_sort_with_data
g_snprintf
g_source_add
g_source_remove

View File

@ -62,6 +62,7 @@ glib_OBJECTS = \
gmessages.o \
gnode.o \
gprimes.o \
gqsort.o \
gqueue.o \
grand.o \
grel.o \

View File

@ -60,6 +60,7 @@ glib_OBJECTS = \
gmessages.obj \
gnode.obj \
gprimes.obj \
gqsort.obj \
gqueue.obj \
grand.obj \
grel.obj \

View File

@ -1,3 +1,7 @@
2000-11-22 Tor Lillqvist <tml@iki.fi>
* gobject.def: Update.
2000-11-20 Havoc Pennington <hp@redhat.com>
* gobject.c (g_object_get_data)

View File

@ -34,6 +34,7 @@ EXPORTS
g_object_class_find_param_spec
g_object_class_install_param
g_object_get
g_object_get_data
g_object_get_param
g_object_get_qdata
g_object_get_valist
@ -42,10 +43,13 @@ EXPORTS
g_object_queue_param_changed
g_object_ref
g_object_set
g_object_set_data
g_object_set_data_full
g_object_set_param
g_object_set_qdata
g_object_set_qdata_full
g_object_set_valist
g_object_steal_data
g_object_steal_qdata
g_object_unref
g_object_watch_closure

View File

@ -62,6 +62,7 @@ glib_OBJECTS = \
gmessages.o \
gnode.o \
gprimes.o \
gqsort.o \
gqueue.o \
grand.o \
grel.o \

View File

@ -60,6 +60,7 @@ glib_OBJECTS = \
gmessages.obj \
gnode.obj \
gprimes.obj \
gqsort.obj \
gqueue.obj \
grand.obj \
grel.obj \