+2000-05-02 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Add new functions.
+
+ * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
+
+ * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
+
2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be
+2000-05-02 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Add new functions.
+
+ * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
+
+ * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
+
2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be
+2000-05-02 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Add new functions.
+
+ * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
+
+ * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
+
2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be
+2000-05-02 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Add new functions.
+
+ * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
+
+ * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
+
2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be
+2000-05-02 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Add new functions.
+
+ * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
+
+ * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
+
2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be
+2000-05-02 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Add new functions.
+
+ * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
+
+ * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
+
2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be
+2000-05-02 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Add new functions.
+
+ * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
+
+ * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
+
2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be
+2000-05-02 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Add new functions.
+
+ * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
+
+ * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
+
2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be
g_thread_create
g_thread_functions_for_glib_use
g_thread_join
+ g_thread_pool_free
+ g_thread_pool_new
+ g_thread_pool_push
g_thread_self
g_thread_set_priority
g_thread_use_default_impl
g_thread_create
g_thread_functions_for_glib_use
g_thread_join
+ g_thread_pool_free
+ g_thread_pool_new
+ g_thread_pool_push
g_thread_self
g_thread_set_priority
g_thread_use_default_impl
glib_OBJECTS = \
garray.obj \
+ gasyncqueue.obj \
gcache.obj \
gcompletion.obj \
gdataset.obj \
gdate.obj \
gerror.obj \
- ghook.obj \
ghash.obj \
+ ghook.obj \
giochannel.obj \
giowin32.obj \
glist.obj \
gprimes.obj \
gqueue.obj \
grand.obj \
+ grel.obj \
+ gscanner.obj \
gslist.obj \
+ gstrfuncs.obj \
+ gstring.obj \
gthread.obj \
+ gthreadpool.obj \
gtimer.obj \
gtree.obj \
- grel.obj \
- gstring.obj \
- gstrfuncs.obj \
- gscanner.obj \
gutils.obj \
gwin32.obj
+2000-05-02 Tor Lillqvist <tml@iki.fi>
+
+ * gmodule-win32.c: No need to include <psapi.h>
+
2000-03-23 Tor Lillqvist <tml@iki.fi>
* gmodule-win32.c (_g_module_symbol): When looking for symbols in
#include <stdio.h>
#include <windows.h>
-#include <psapi.h>
#include <tlhelp32.h>
static void
glib_OBJECTS = \
garray.o \
+ gasyncqueue.o \
gcache.o \
gcompletion.o \
gdataset.o \
grand.o \
gslist.o \
gthread.o \
+ gthreadpool.o \
gtimer.o \
gtree.o \
grel.o \
glib_OBJECTS = \
garray.obj \
+ gasyncqueue.obj \
gcache.obj \
gcompletion.obj \
gdataset.obj \
gdate.obj \
gerror.obj \
- ghook.obj \
ghash.obj \
+ ghook.obj \
giochannel.obj \
giowin32.obj \
glist.obj \
gprimes.obj \
gqueue.obj \
grand.obj \
+ grel.obj \
+ gscanner.obj \
gslist.obj \
+ gstrfuncs.obj \
+ gstring.obj \
gthread.obj \
+ gthreadpool.obj \
gtimer.obj \
gtree.obj \
- grel.obj \
- gstring.obj \
- gstrfuncs.obj \
- gscanner.obj \
gutils.obj \
gwin32.obj
strfunc-test.exe\
string-test.exe \
thread-test.exe \
+ threadpool-test.exe\
tree-test.exe \
type-test.exe
strfunc-test.exe\
string-test.exe \
thread-test.exe \
+ threadpool-test.exe\
tree-test.exe \
type-test.exe