Commit dda482c1 by Bryce McKinlay Committed by Bryce McKinlay

Updated NEWS file.

From-SVN: r31522
parent f84c2018
2000-01-19 Bryce McKinlay <bryce@albatross.co.nz>
* NEWS: updated.
2000-01-19 Tom Tromey <tromey@cygnus.com> 2000-01-19 Tom Tromey <tromey@cygnus.com>
* interpret.cc (PC_REGISTER_ASM): Removed. * interpret.cc (PC_REGISTER_ASM): Removed.
......
...@@ -2,6 +2,19 @@ New in libgcj X.XX: ...@@ -2,6 +2,19 @@ New in libgcj X.XX:
* libgcj now includes a bytecode interpreter. * 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: New in libgcj 2.95:
* First public release * First public release
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment