summaryrefslogtreecommitdiff
path: root/lang/kaffe/pkg
AgeCommit message (Collapse)AuthorFilesLines
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-10update kaffe to 1.0.5.drochner2-24/+22
New Java extensions and library changes: Remote Method Invocation - compliant with both JDK 1.1 and JDK 1.2 stubs JDK 1.2 style class loading JDK 1.2 java.util Collections classes JDK 1.2 java.security classes improved appletviewer implementation Improved i18n support Now ships with KJC - a completely Open Source Java compiler VM changes: JIT3 - improves raw execution speed by up to a factor of 3 SuperFast locking scheme Pthread native thread implementation (LinuxThreads only) Faster exception dispatch New ports JITs for MIPS and StrongARM Lots of bug fixes.
1999-08-17Make PLIST consistent with both ELF and a.out shared libsdrochner1-9/+5
(problem reported by David Brownlee <abs@anim.dreamworks.com>). Unfortunately this requires an evil hack to avoid bad interactions with the "Automatic ELF shared object handling". (it would delete files and replace by dead links)
1999-08-07update to 1.0b4drochner1-55/+74
1998-12-08Update kaffe to 1.0.b3.frueauf1-15/+16
What's New in Kaffe OpenVM 1.0 Beta 3: * New java.awt - now implements old event model (JDK 1.0.2) and will support Swing. * New java.net implementation - fixes many bugs and generally much cleaner. * Initial implementation of Collections API (only Vector and Hashtable currently conform). * Lots of bug fixes.
1998-10-14Update kaffe to 1.0.b2.frueauf1-13/+16
1998-07-16Update kaffe to the first release of "Kaffe OpenVM" version 1.0.b1.frueauf3-50/+42
This version does no longer use any code from Javasoft(tm). XXX although the authors claim it works on several NetBSD architektures XXX I suspect it currently only works on i386, because they insist on XXX having a trampoline.c which is only present for i386. XXX I did set "ONLY_FOR_ARCHS=i386 sparc alpha m68k mips arm32" to give XXX people a try to feedback if it works or not.
1998-07-15Use automatic shared object handlingagc1-3/+1
1998-02-02Remove -m argument from ldconfig calls, require the system tohubertf1-3/+3
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
1998-02-01portlint: fix/add ldconfighubertf1-2/+1
1998-02-01portlint: fix/add ldconfighubertf2-2/+4
1998-01-28Make the pathnames right for NetBSD in the section describingagc1-9/+8
environment variables necessary to run kaffe. i.e. don't assume /usr/local, but generalise it to ${PREFIX}
1998-01-28Add NetBSD RCS Id.agc1-0/+1
1998-01-28Initial import of kaffe 0.9.2 (a Java interpreter/JIT compiler) intoagc3-0/+95
the NetBSD packages collection, from the FreeBSD port.