glib/gthread
Sebastian Wilhelmi d6ed8e36e7 Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c".
2001-05-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

        * config.h.win32.in: Removed POSIX_*. Defined G_THREAD_SOURCE to
        "gthread-win32.c".

        * glibconfig.h.win32.in: Define G_HAVE_ISO_VARARGS for gcc, don't
        know about MSC. Define G_THREADS_IMPL_WIN32 instead of
        G_THREADS_IMPL_POSIX and define the right static mutex macros and
        types.

        * build/win32/make.mingw (CXX): Removed PTHREAD defs. Added
	-O2 -Wall to compile flags.

        * gthread/gthread-impl.c (g_thread_init): Move the thread
	implementation initialization to before assigning
  	GThreadFuncs, which now is just struct assigned and not
	memcpy'ed. Completed check for zero members of GThreadFuncs.

        * gthread/makefile.mingw: Don't link to pthread anymore.

        * gthread/gthread-win32.c: New file for native thread support for
        win32. Thanks to Hans Breuer <hans@breuer.org> to got me
        kickstarted.

        * gthread/Makefile.am: Also distribute gthread-win32.c.
2001-05-22 12:28:06 +00:00
..
.cvsignore Match also UNC paths on Win32. 2001-02-21 12:41:28 +00:00
ChangeLog Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c". 2001-05-22 12:28:06 +00:00
gthread-impl.c Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c". 2001-05-22 12:28:06 +00:00
gthread-none.c Add G_MUTEX_SIZE as needed for gthread-impl.c 2000-11-02 13:04:16 +00:00
gthread-posix.c don't g_assert() the user specified time, but g_return_val_if_fail() here. 2001-05-08 05:25:35 +00:00
gthread-solaris.c Made g_thread_min_stack_size static. 2001-01-03 17:00:43 +00:00
gthread-win32.c Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c". 2001-05-22 12:28:06 +00:00
gthread.def Added missing gthread/gthread.def file. Incremented version numbers 1999-01-17 11:11:39 +00:00
gthread.rc.in Move to corresponding subdirectories. 2000-02-07 21:22:30 +00:00
Makefile.am Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c". 2001-05-22 12:28:06 +00:00
makefile.mingw.in Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c". 2001-05-22 12:28:06 +00:00
makefile.msc.in Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. 2000-12-29 19:25:40 +00:00