Add new functions. Add new object files. Add threadpool-test. No need to

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.
* gmodule-win32.c: No need to include <psapi.h>
This commit is contained in:
Tor Lillqvist
2000-05-01 21:13:02 +00:00
committed by Tor Lillqvist
parent 1418fe3a6d
commit c4f0c6fd9b
17 changed files with 92 additions and 11 deletions

View File

@@ -1,3 +1,11 @@
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> 2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be * gasyncqueue.c: New File implementing an asynchronous queue to be

View File

@@ -1,3 +1,11 @@
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> 2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be * gasyncqueue.c: New File implementing an asynchronous queue to be

View File

@@ -1,3 +1,11 @@
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> 2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be * gasyncqueue.c: New File implementing an asynchronous queue to be

View File

@@ -1,3 +1,11 @@
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> 2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be * gasyncqueue.c: New File implementing an asynchronous queue to be

View File

@@ -1,3 +1,11 @@
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> 2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be * gasyncqueue.c: New File implementing an asynchronous queue to be

View File

@@ -1,3 +1,11 @@
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> 2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be * gasyncqueue.c: New File implementing an asynchronous queue to be

View File

@@ -1,3 +1,11 @@
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> 2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be * gasyncqueue.c: New File implementing an asynchronous queue to be

View File

@@ -1,3 +1,11 @@
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> 2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be * gasyncqueue.c: New File implementing an asynchronous queue to be

View File

@@ -419,6 +419,9 @@ EXPORTS
g_thread_create g_thread_create
g_thread_functions_for_glib_use g_thread_functions_for_glib_use
g_thread_join g_thread_join
g_thread_pool_free
g_thread_pool_new
g_thread_pool_push
g_thread_self g_thread_self
g_thread_set_priority g_thread_set_priority
g_thread_use_default_impl g_thread_use_default_impl

View File

@@ -419,6 +419,9 @@ EXPORTS
g_thread_create g_thread_create
g_thread_functions_for_glib_use g_thread_functions_for_glib_use
g_thread_join g_thread_join
g_thread_pool_free
g_thread_pool_new
g_thread_pool_push
g_thread_self g_thread_self
g_thread_set_priority g_thread_set_priority
g_thread_use_default_impl g_thread_use_default_impl

View File

@@ -56,13 +56,14 @@ install : all
glib_OBJECTS = \ glib_OBJECTS = \
garray.obj \ garray.obj \
gasyncqueue.obj \
gcache.obj \ gcache.obj \
gcompletion.obj \ gcompletion.obj \
gdataset.obj \ gdataset.obj \
gdate.obj \ gdate.obj \
gerror.obj \ gerror.obj \
ghook.obj \
ghash.obj \ ghash.obj \
ghook.obj \
giochannel.obj \ giochannel.obj \
giowin32.obj \ giowin32.obj \
glist.obj \ glist.obj \
@@ -73,14 +74,15 @@ glib_OBJECTS = \
gprimes.obj \ gprimes.obj \
gqueue.obj \ gqueue.obj \
grand.obj \ grand.obj \
grel.obj \
gscanner.obj \
gslist.obj \ gslist.obj \
gstrfuncs.obj \
gstring.obj \
gthread.obj \ gthread.obj \
gthreadpool.obj \
gtimer.obj \ gtimer.obj \
gtree.obj \ gtree.obj \
grel.obj \
gstring.obj \
gstrfuncs.obj \
gscanner.obj \
gutils.obj \ gutils.obj \
gwin32.obj gwin32.obj

View File

@@ -1,3 +1,7 @@
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> 2000-03-23 Tor Lillqvist <tml@iki.fi>
* gmodule-win32.c (_g_module_symbol): When looking for symbols in * gmodule-win32.c (_g_module_symbol): When looking for symbols in

View File

@@ -33,7 +33,6 @@
#include <stdio.h> #include <stdio.h>
#include <windows.h> #include <windows.h>
#include <psapi.h>
#include <tlhelp32.h> #include <tlhelp32.h>
static void static void

View File

@@ -52,6 +52,7 @@ install : all
glib_OBJECTS = \ glib_OBJECTS = \
garray.o \ garray.o \
gasyncqueue.o \
gcache.o \ gcache.o \
gcompletion.o \ gcompletion.o \
gdataset.o \ gdataset.o \
@@ -71,6 +72,7 @@ glib_OBJECTS = \
grand.o \ grand.o \
gslist.o \ gslist.o \
gthread.o \ gthread.o \
gthreadpool.o \
gtimer.o \ gtimer.o \
gtree.o \ gtree.o \
grel.o \ grel.o \

View File

@@ -56,13 +56,14 @@ install : all
glib_OBJECTS = \ glib_OBJECTS = \
garray.obj \ garray.obj \
gasyncqueue.obj \
gcache.obj \ gcache.obj \
gcompletion.obj \ gcompletion.obj \
gdataset.obj \ gdataset.obj \
gdate.obj \ gdate.obj \
gerror.obj \ gerror.obj \
ghook.obj \
ghash.obj \ ghash.obj \
ghook.obj \
giochannel.obj \ giochannel.obj \
giowin32.obj \ giowin32.obj \
glist.obj \ glist.obj \
@@ -73,14 +74,15 @@ glib_OBJECTS = \
gprimes.obj \ gprimes.obj \
gqueue.obj \ gqueue.obj \
grand.obj \ grand.obj \
grel.obj \
gscanner.obj \
gslist.obj \ gslist.obj \
gstrfuncs.obj \
gstring.obj \
gthread.obj \ gthread.obj \
gthreadpool.obj \
gtimer.obj \ gtimer.obj \
gtree.obj \ gtree.obj \
grel.obj \
gstring.obj \
gstrfuncs.obj \
gscanner.obj \
gutils.obj \ gutils.obj \
gwin32.obj gwin32.obj

View File

@@ -27,6 +27,7 @@ TESTS = \
strfunc-test.exe\ strfunc-test.exe\
string-test.exe \ string-test.exe \
thread-test.exe \ thread-test.exe \
threadpool-test.exe\
tree-test.exe \ tree-test.exe \
type-test.exe type-test.exe

View File

@@ -29,6 +29,7 @@ TESTS = \
strfunc-test.exe\ strfunc-test.exe\
string-test.exe \ string-test.exe \
thread-test.exe \ thread-test.exe \
threadpool-test.exe\
tree-test.exe \ tree-test.exe \
type-test.exe type-test.exe