summaryrefslogtreecommitdiff
path: root/doc/CHANGES
diff options
context:
space:
mode:
authorskrll <skrll>2002-10-30 06:46:06 +0000
committerskrll <skrll>2002-10-30 06:46:06 +0000
commit8d9df8c70bccd1fd344f8700b68cae835787e6e7 (patch)
treeb9bc3db7a0f0410f7b88e2992f4b7ac433f19211 /doc/CHANGES
parentf979e591a2900741bc9277152878b6349f7d997e (diff)
downloadpkgsrc-8d9df8c70bccd1fd344f8700b68cae835787e6e7.tar.gz
Update jikes to 1.17
Jikes version 1.16 represents 9 months of development, 4 megs of patches (when consolidated into one unified diff) covering well over 100,000 lines of changes. Some of the focus of the releaes include: * spec support: - support for JSR 41 (java asserts available in JSDK 1.4!) - tighter JLS/JVMS obedience, including focus on: . Inner classes . Definite (un)assignment * adjusted options: - more gnu-like options available such as --help. - --source and --target options to control how jikes interprets source and emits classes. - more javac compatibility flags added, such as -J * 9 months of miscenalious bug fixes: - over 350 jacks test cases fixed - ZERO jacks test cases regressed This release is dedicated to geeks and the people who love them. Jikes version 1.17 contains a number of bug fixes from Jikes 1.16
Diffstat (limited to 'doc/CHANGES')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 89c3084d75e..25e6179bb6d 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.409 2002/10/30 05:36:47 elric Exp $
+$NetBSD: CHANGES,v 1.410 2002/10/30 06:46:06 skrll Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -3446,3 +3446,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated libgnomecanvas to 2.0.4nb1 [rh 2002-10-30]
Added libgnomedb-0.8.199 [rh 2002-10-30]
Updated imap-uw to 2001.1nb2 [elric 2002-10-30]
+ Updated jikes to 1.17 [skrll 2002-10-30]