]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Updated NEWS file.
authorBryce McKinlay <bryce@albatross.co.nz>
Wed, 19 Jan 2000 23:08:05 +0000 (23:08 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Wed, 19 Jan 2000 23:08:05 +0000 (23:08 +0000)
From-SVN: r31522

libjava/ChangeLog
libjava/NEWS

index 6aec1d16a57f445f2378eeb0d05261799a4e0619..3b6c1c2690487cd84797aefe6426ad74719f4e04 100644 (file)
@@ -1,3 +1,7 @@
+2000-01-19  Bryce McKinlay  <bryce@albatross.co.nz>
+
+       * NEWS: updated.
+
 2000-01-19  Tom Tromey  <tromey@cygnus.com>
 
        * interpret.cc (PC_REGISTER_ASM): Removed.
index e83836db437e12f3250040054c426e0e393753a2..21293ce5f20af26eacb8fec1b7890172af6e914b 100644 (file)
@@ -2,6 +2,19 @@ New in libgcj X.XX:
 
 * libgcj now includes a bytecode interpreter.
 
+* Support for specifying java system properties, both compiled in to the
+application and at runtime via an environment variable.
+
+* Complete JDK 1.1 reflection support, including invocation.
+
+* Support for setjmp/longjmp (sjlj) exception handling has been added, as an
+alternative to the existing range-table based mechanism.
+
+* Throwable.printStackTrace() has been implemented.
+
+* Runtime.loadLibrary() has been implemented, and Class.forName() can now
+dynamically load shared objects in order to find a requested class.
+
 New in libgcj 2.95:
 
 * First public release