aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 7936171..6d31f39 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,14 @@
+2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
+
+ * configure.in: Update boehm-gc include dir for new GC version.
+ * configure: Rebuilt.
+ * exception.cc: Only include <gc.h>. Remove TRUE/FALSE hacks and
+ extern "C" wrapper.
+ * boehm.cc: Update includes for new GC version. MAKE_PROC is now
+ GC_MAKE_PROC. mark_proc is now GC_mark_proc.
+ * posix-threads.cc: Only include <gc.h>. Don't need to wrap with
+ extern "C".
+
2001-05-18 Alexandre Petit-Bianco <apbianco@redhat.com>
* include/posix-threads.h (_Jv_CondInit): `0' used in place of `NULL.'