]> granicus.if.org Git - gc/commitdiff
2007-05-07 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Tue, 8 May 2007 00:08:51 +0000 (00:08 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:39 +0000 (21:06 +0400)
* doc/README.win32: Adjust GC_win32_dll_threads rules again.

ChangeLog
doc/README.win32

index b82412cd02eb4e77775e067715b2f4cb0bdb6b19..1c8d9397a6410dffa8e45cf6936c759735db9a9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-07  Hans Boehm <Hans.Boehm@hp.com>
+
+       * doc/README.win32: Adjust GC_win32_dll_threads rules again.
+
 2007-05-07  Hans Boehm <Hans.Boehm@hp.com>
 
        * mark.c (GC_mark_some wrapper): Restructure for readability, handle
index c6bdabf82d5ba8a544a2effc13fbfd91341294db..218d903d4b026cb960f186540e5770122d756795 100644 (file)
@@ -164,7 +164,7 @@ This version of the collector by default handles threads similarly
 to other platforms.  James Clark's code which tracks threads attached
 to the collector DLL still exists, but requires that both
 - the collector is built in a DLL with GC_DLL defined, and
-- GC_win32_dll_threads be set to true before GC initialization, which
+- GC_use_DllMain() is called before GC initialization, which
   in turn must happen before creating additional threads.
 We generally recommend avoiding this if possible, since it seems to
 be less than 100% reliable.