glib/tests
Tor Lillqvist be80f9a106 Update the pthreads snapshot version we want. Advice how to hand-expand
* README.win32: Update the pthreads snapshot version we want.
	Advice how to hand-expand the makefile.*.in files.

	* config.h.win32.in: Define values needed by Sebastian Wilhelmi's
	new thread stuff.

	* glib.def: Add new functions.

	* glibconfig.h.win32.in: Update the pthreads snapshot version.
	Fix typo.

	* gthread.c: Include config.h, guard inclusion of unistd.h.  When
 	using gcc on Win32, g_thread_functions_for_glib_use must be marked
 	for export here, too.

	* gtimer.c: Implement g_usleep on native Win32 using Sleep (which
	only has millisecond granularity, though).

	* makefile.cygwin.in
	* makefile.msc.in: Update pthreads snapshot version. File
	name changes. Remove testgthread.

	* tests/makefile.cygwin.in
	* tests/makefile.msc.in: Add thread-test. Link with gthread lib.

	* gthread-posix.c: Guard pthread_attr_setscope call with test
	for _POSIX_THREAD_PRIORITY_SCHEDULING, which should be defined
	in a <pthread.h> that supports that feature.
1999-06-20 22:20:43 +00:00
..
.cvsignore small tests/.cvsignore commit 1999-06-17 15:47:52 +00:00
array-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
date-test.c Mention the tests directory. 1999-04-13 21:05:08 +00:00
dirname-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
hash-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
list-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
Makefile.am Re-order tests in alpha order. 1999-06-18 16:36:25 +00:00
makefile.cygwin.in Update the pthreads snapshot version we want. Advice how to hand-expand 1999-06-20 22:20:43 +00:00
makefile.msc.in Update the pthreads snapshot version we want. Advice how to hand-expand 1999-06-20 22:20:43 +00:00
node-test.c Mention the tests directory. 1999-04-13 21:05:08 +00:00
queue-test.c Added stack, queue ADTs and related tests. 1999-03-09 19:41:19 +00:00
rand-test.c Moved struct declaration up. Style fixes. 1999-04-12 12:53:37 +00:00
relation-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
slist-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
stack-test.c Added stack, queue ADTs and related tests. 1999-03-09 19:41:19 +00:00
strfunc-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
string-test.c Support added for building using a GNU toolchain on Win32, 1999-04-24 13:52:51 +00:00
testgdate.c Two new files. This is kind of ugly code, but I want to go ahead and make 1998-12-02 20:20:35 +00:00
testgdateparser.c Two new files. This is kind of ugly code, but I want to go ahead and make 1998-12-02 20:20:35 +00:00
testglib.c Support added for building using a GNU toolchain on Win32, 1999-04-24 13:52:51 +00:00
thread-test.c Completed the thread support in GLib. Thread creation, prioritizing 1999-06-17 15:39:31 +00:00
tree-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
type-test.c Added a test for the G_(U)?INT(16|32|64)_FORMAT and 1999-03-16 16:02:05 +00:00