glib/gthread
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 Shut up cvs 1999-01-05 20:28:45 +00:00
ChangeLog Update the pthreads snapshot version we want. Advice how to hand-expand 1999-06-20 22:20:43 +00:00
gthread-impl.c Completed the thread support in GLib. Thread creation, prioritizing 1999-06-17 15:39:31 +00:00
gthread-none.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gthread-posix.c Update the pthreads snapshot version we want. Advice how to hand-expand 1999-06-20 22:20:43 +00:00
gthread-solaris.c Completed the thread support in GLib. Thread creation, prioritizing 1999-06-17 15:39:31 +00:00
gthread.def Added missing gthread/gthread.def file. Incremented version numbers 1999-01-17 11:11:39 +00:00
Makefile.am Completed the thread support in GLib. Thread creation, prioritizing 1999-06-17 15:39:31 +00:00