diff options
author | Tom Tromey <tromey@redhat.com> | 2006-07-28 15:22:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2006-07-28 15:22:29 +0000 |
commit | 1df72fb152a2ed319bfe12ae18c3a558e3b12d53 (patch) | |
tree | a50a023bd8c959cb589a5a687269c700b1392da3 /NEWS | |
parent | b169e48309762b3f1d3f2a26976968a581e5c7bf (diff) | |
download | classpath-1df72fb152a2ed319bfe12ae18c3a558e3b12d53.tar.gz |
* NEWS: Updated.
* .classpath: Updated.
* tools/.cvsignore: Added gjavah.
* tools/Makefile.am ($(TOOLS_ZIP)): Only build javah if ASM is
available.
(GLIBJ_CLASSPATH): Add asm jar.
(javah): New macro.
(bin_PROGRAMS, bin_SCRIPTS): Added $(javah).
(gjavah_SOURCES, gjavah_CFLAGS, gjavah_LDFLAGS): new macros.
* tools/gjavah.in: New file.
* configure.ac: Added --with-asm option.
* tools/gnu/classpath/tools/javah/ClassWrapper.java: New file.
* tools/gnu/classpath/tools/javah/CniIncludePrinter.java: Likewise.
* tools/gnu/classpath/tools/javah/CniPrintStream.java: Likewise.
* tools/gnu/classpath/tools/javah/CniStubPrinter.java: Likewise.
* tools/gnu/classpath/tools/javah/FieldHelper.java: Likewise.
* tools/gnu/classpath/tools/javah/JniHelper.java: Likewise.
* tools/gnu/classpath/tools/javah/JniIncludePrinter.java: Likewise.
* tools/gnu/classpath/tools/javah/JniStubPrinter.java: Likewise.
* tools/gnu/classpath/tools/javah/Keywords.java: Likewise.
* tools/gnu/classpath/tools/javah/Main.java: Likewise.
* tools/gnu/classpath/tools/javah/MethodHelper.java: Likewise.
* tools/gnu/classpath/tools/javah/PackageWrapper.java: Likewise.
* tools/gnu/classpath/tools/javah/PathOptionGroup.java: Likewise.
* tools/gnu/classpath/tools/javah/Printer.java: Likewise.
* tools/gnu/classpath/tools/javah/Text.java: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +New in release 0.93 (UNRELEASED) + +* The 'javah' tool has been added. It requires the ASM library + (see asm.objectweb.org); it can be enabled with the --with-asm + option to configure + New in release 0.92 (UNRELEASED) * libjawtgnu.so has been renamed libjawt.so for binary compatibility. |