added g_hash_table_find and a bunch of g_queue_*
authorHans Breuer <hans@breuer.org>
Wed, 25 Feb 2004 23:48:22 +0000 (23:48 +0000)
committerHans Breuer <hans@src.gnome.org>
Wed, 25 Feb 2004 23:48:22 +0000 (23:48 +0000)
commitfc9afe0d219ad7bb16c2ba8ce2a1e268bdd25479
tree802577aedde2c25daa79cdbfe04fe9cd45f27775
parent28a267e306abd2be1997d86e7b2d9d3c567e2674
added g_hash_table_find and a bunch of g_queue_*

2003-02-26 Hans Breuer  <hans@breuer.org>

* glib/glib.def : added g_hash_table_find and a
bunch of g_queue_*

* glib/gmain.c : make it compile on win32,
child_wake_up_pipe replaced by semaphore like it is done
for the other wake_up_pipe

* config.h.win32.in : added HAVE_INT64_AND_I64
* glibconfig.h.win32.in : G_MAXSIZE .. G_M??INT64,
and typedef for GPid

* test/env-test.c : don't let the local log function
collide in namespace with standard C
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
config.h.win32.in
glib/glib.def
glib/gmain.c
glibconfig.h.win32.in
tests/env-test.c