2006-03-09 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Fri, 10 Mar 2006 05:24:07 +0000 (05:24 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:36 +0000 (21:06 +0400)
commit65c2804e5bea35c0e3158c063644994d9239a8ab
tree894ec2e3323aa9ac0113b72ea0c13d6f886f1dad
parent541151996c2ec4b2168538796f3516a31279b806
2006-03-09  Hans Boehm <Hans.Boehm@hp.com>
Merge various gc6.7 changes (see doc/README.changes for contributors):
* configure.ac, pthread_stop_world.c, pthread_support.c,
threadlibs.c, include/gc_config_macros.h,
include/gc_pthread_redirects.h, include/leak_detector.h,
include/private/gcconfig.h, include/private/thread_local_alloc.h:
Add NetBSD threads support.
* dbg_mlc.c, malloc.c, include/gc.h: add GC_debug_str_dup, GC_str_dup.
* os_dep.c (GC_init_win32),
dyn_load.c (win32 GC_register_dynamic_libraries): accept
MEM_PRIVATE for Windows 98 etc.
* doc/gcinterface.html: Add warnings about thread locals and
in-flight exceptions.
* tests/tests.am: Add EXE extensions.
* Makefile.in, configure: rebuild
19 files changed:
Makefile.in
configure
configure.ac
dbg_mlc.c
doc/README.changes
doc/gcinterface.html
dyn_load.c
include/gc.h
include/gc_config_macros.h
include/gc_pthread_redirects.h
include/leak_detector.h
include/private/gcconfig.h
include/private/thread_local_alloc.h
malloc.c
os_dep.c
pthread_stop_world.c
pthread_support.c
tests/tests.am
threadlibs.c