summaryrefslogtreecommitdiff
path: root/lang/jikes
AgeCommit message (Collapse)AuthorFilesLines
2002-05-20Add NetBSD tag.cjep1-0/+1
2002-03-31depend on lang/gcc package on systems without the new toolchain. Avoidsdmcmahill1-1/+8
internal c++ compiler errors. Also unlimit datasize. This fixes long standing build problems on alpha.
2002-02-24Strongly buildlinkify to prevent inadvertently depending on an installedjlam1-4/+4
libiconv or libicu.
2002-02-12Update jikes to 1.15mjl5-26/+12
The primary objective of this release was bug fixes, not new features. Highlights of the release follow, see the ChangeLog for more detail and the code for even finer detail. Build - --enable-debug now works and provides correct CXXFLAGS - firend class issues brought into compliance with lang spec - VC++ enablement of __int64 for long long - tolerate non-ISO conformant encoding names when searching - correct namespace generation in java.g (so the parser won't regress every time we update the grammer again) - include jikesapi.h in the distribution (Note that this is at best a very early alpha preview) - prevent bad code generation by VC++ in IEEEfloat - finished removal of dead EBCDIC code - to be replaced by use of JikesAPI class latter Parser - remove some parenthesized expressions not allowed by JLS - synchronized(null){} isn't valid, don't allow it - prevent core dump when local class method omits return type - inner classes and static members error handling cleanup - fix assertion `this_type -> HeaderProcessed()' failures - don't allow invalid combinations of abstract, native and strictfp - don't allow qualified explicit this constructor - make sure string constants are compiled inline - fix assertion from NULL in SemanticError::Report - be more compliant with JLS 14.4.2 and scope of duplication of token - fix regression in 1.14 when ?: mixed primitive and reference types Emitter - reverse the logic of large branches to use goto_w and jsr_w for branch offsets requiring more than two bytes - never set ACC_STATIC bit on local classes - make sure private methods and anonymous classes are always final, and anonymous classes are never static. - second round of JPDA pampering; believed to make it happy now - prevent LocalVariableTable_attribute::AddLocalVariable assertion - fix VerifyErrors caused by reuse of local vars in try/catch and synchronized blocks User Interface - correct classpath handling issues on cygwin - treat @files as one argument per line, regardless of whitespace
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-16Upgrade to version 1.14 of jikes.agc6-24/+44
The new version is a bug fix release. Addresses PR 12946 from Hauke Fath <hf@tangro.de>
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-12-19Move HTML documentation to under share/doc/html.jlam3-11/+11
2000-10-161.06 is very old and doesn't compile on NetBSD. Update to 1.12, which usestv6-8/+45
autoconf for its build.
2000-01-09whitespace cleanupwiz2-3/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-22Only enable this package on Solaris, for the moment.agc1-1/+3
1999-10-19Initial import of jikes, a java 2 compiler, into the NetBSD packagesagc5-0/+36
collection.