summaryrefslogtreecommitdiffstats
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-13 06:36:25 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-13 06:36:25 +0000
commit09c0169650a06161c322d8ad64756aaf3acae40a (patch)
treed1ce9437fa18890703cab6233079cd8bcce1b50d /libjava/ChangeLog
parent7002e559d8a63723667d25988d1aafe1d900d0d0 (diff)
downloadppe42-gcc-09c0169650a06161c322d8ad64756aaf3acae40a.tar.gz
ppe42-gcc-09c0169650a06161c322d8ad64756aaf3acae40a.zip
2000-09-13 Bryce McKinlay <bryce@albatross.co.nz>
* java/lang/String.java (CASE_INSENSITIVE_ORDER): New static field. Initialize with anonymous class. (compareToIgnoreCase): New method. * java/lang/ThreadGroup.java (had_uncaught_exception): New field. (uncaughtException): Set had_uncaught_exception. * prims.cc (JvRunMain): Check value of had_uncaught_exception and exit with error status if set. (_Jv_RunMain): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36385 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 4b7e06b5964..fb5bdd8302e 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,15 @@
+2000-09-13 Bryce McKinlay <bryce@albatross.co.nz>
+
+ * java/lang/String.java (CASE_INSENSITIVE_ORDER): New static field.
+ Initialize with anonymous class.
+ (compareToIgnoreCase): New method.
+
+ * java/lang/ThreadGroup.java (had_uncaught_exception): New field.
+ (uncaughtException): Set had_uncaught_exception.
+ * prims.cc (JvRunMain): Check value of had_uncaught_exception and
+ exit with error status if set.
+ (_Jv_RunMain): Ditto.
+
2000-09-12 Alexandre Oliva <aoliva@redhat.com>
* configure: Rebuilt with new ../libtool.m4.
OpenPOWER on IntegriCloud