Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: pkgsrc-changes
Date: 10/30/2002 08:46:08
Module Name:	pkgsrc
Committed By:	skrll
Date:		Wed Oct 30 06:46:08 UTC 2002

Modified Files:
	pkgsrc/doc: CHANGES
	pkgsrc/lang/jikes: Makefile distinfo
	pkgsrc/lang/jikes/patches: patch-ab
Removed Files:
	pkgsrc/lang/jikes/patches: patch-ac

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.409 -r1.410 pkgsrc/doc/CHANGES
cvs rdiff -r1.10 -r1.11 pkgsrc/lang/jikes/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/jikes/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/jikes/patches/patch-ab
cvs rdiff -r1.3 -r0 pkgsrc/lang/jikes/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.