2007-07-23 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Mon, 23 Jul 2007 21:01:46 +0000 (21:01 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:41 +0000 (21:06 +0400)
commit03fd483a45856f6a1ea12544b19c51fa9a57a6d5
treeca87091b85d47746b727fe681f4fd644dfef5353
parentdb52f9954a99b209a027a7cf4a018db6525e1881
2007-07-23  Hans Boehm <Hans.Boehm@hp.com>

* alloc.c (GC_stopped_mark): Call GC_add_current_malloc_heap()
while world is still running.
* os_dep.c (GC_is_heap_base): Don't call GC_add_current_malloc_heap()
with world stopped.
* include/gc.h (GC_INIT for cygwin): Always call GC_add_roots.
* misc.c (GC_init/GC_init_inner): Perform all work in
GC_init_inner.
* Makefile.direct: Expand -DUSE_MUNMAP comment.

2007-07-23  Hans Boehm <Hans.Boehm@hp.com> (really Jim Marshall)

* include/gc.h: Define uintptr_t explicitly for VC++6.
* msvc_dbg.c (GetModuleBase): Revert to strcat if strcat_s doesn't
exist.
ChangeLog
Makefile.direct
alloc.c
include/gc.h
misc.c
msvc_dbg.c
os_dep.c