Subject: CVS commit: pkgsrc/lang/jikes
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 04/16/2004 14:58:35
Module Name:	pkgsrc
Committed By:	tv
Date:		Fri Apr 16 14:58:35 UTC 2004

Modified Files:
	pkgsrc/lang/jikes: Makefile distinfo
	pkgsrc/lang/jikes/patches: patch-ab

Log Message:
Update to 1.19.  Change summary:

*** Jikes 1.19 was released 1 February 2004.

The default -source and -target options are now 1.4 (that is, the
assert statement now compiles by default); for the old behavior you
must specify -source 1.3 or -target 1.3 at the command line.

Command line options have been improved.
* Some pedantic warnings are controlled by name, so that you can
select which warnings you get (for example, not everyone wants to know
that 1L is preferred over 1l when writing a long literal).
* More switches have long names.
* Default state of switches now printed with --help.
* New switch -Xswitchcheck: Warn about fallthrough in switch
statements (compatible with javac).
* New switch +Pnaming-convention: Warn about naming choices that
violate Java's naming conventions. This switch is currently ON by
default, +Pno-naming-convention will disable it for sites that use
a different naming convention.
* New switch --noassert: Omits assertions from .class files (not
recommended for normal development, but provided to allow you to do
-source 1.4 -target 1.3).
* Now supports -target 1.4.2 (compatible with javac, no changes from
-target 1.4 in emitted code).

[Much more detailed changes follow; see NEWS file for additional changes.]


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/lang/jikes/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/jikes/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/lang/jikes/patches/patch-ab

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