2007-05-23 Hans Boehm <Hans.Boehm@hp.com> (Really mostly Romano Paolo Tenca)
authorhboehm <hboehm>
Thu, 24 May 2007 05:18:06 +0000 (05:18 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:40 +0000 (21:06 +0400)
commit2fe9e9d55136f26d2ce005bb8c695ca22ba07c99
tree20af0221c8c2ee7fb0271f9a73b5252d5bcfc65e
parentf8d93569561f9fc0ef2fc0cf78c964bd9f292d1a
2007-05-23  Hans Boehm <Hans.Boehm@hp.com> (Really mostly Romano Paolo Tenca)

* gc_dlopen.c, thread_local_alloc.c, threadlibs.c, win32_threads.c,
tests/test.c: Accomodate GC_WIN32_PTHREADS.
* include/gc.h: Don't include windows.h for GC_WIN32_PTHREADS.
* include/gc_config_macros.h: Define both PTHREADS and
GC_WIN32_THREADS.
* include/private/gc_locks.h: Nonstandard definitions of
NUMERIC_THREAD_ID for GC_WIN32_PTHREADS.
* doc/README.win32, Makefile.direct: Include documentation
for GC_WIN32_PTHREADS.
* Makefile.direct: Remove some anachronisms in the documentation.
ChangeLog
Makefile.direct
doc/README.win32
gc_dlopen.c
include/gc.h
include/gc_config_macros.h
include/private/gc_locks.h
tests/test.c
thread_local_alloc.c
threadlibs.c
win32_threads.c