aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2002-03-15 18:01:38 +0000
committerAnthony Green <green@redhat.com>2002-03-15 18:01:38 +0000
commita7a9c8cac8ac0eea42754c6dd75f973f9edffca5 (patch)
treecae80110f1ab5a233f1626c6d560dd950b6abe6a /boehm-gc/ChangeLog
parent4c2df082553c181f6b0c8b1cbfa589145bfeed99 (diff)
Address mingw32 issues.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@50816 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index c132c031cf3..bf564944e84 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,10 @@
+2002-03-15 Anthony Green <green@redhat.com>
+
+ * misc.c (GC_init_inner): Initialize GC_write_cs before use.
+ * configure.in: Disable use of getenv for win32 targets (some of
+ which have broken implementations).
+ * configure: Rebuilt.
+
2002-03-12 Adam Megacz <adam@xwt.org>
* dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.