summaryrefslogtreecommitdiff
path: root/java/sablevm/files/patch-aa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 1.1.5.Archie Cobbs2004-06-171-70/+0
| | | | | | | Submitted by: Roman Kennke <roman@ontographics.com> Notes: svn path=/head/; revision=111670
* Update to version 1.0.6.Archie Cobbs2003-02-201-6/+10
| | | | Notes: svn path=/head/; revision=75993
* Update to version 1.0.5.Archie Cobbs2002-10-171-17/+12
| | | | Notes: svn path=/head/; revision=68229
* Update to version 1.0.4.Archie Cobbs2002-08-241-3/+3
| | | | Notes: svn path=/head/; revision=64961
* Pass CFLAGS to configure scripts using CONFIGURE_ENV.Archie Cobbs2002-08-191-10/+0
| | | | Notes: svn path=/head/; revision=64649
* Update to version 1.0.3.Archie Cobbs2002-08-191-3/+3
| | | | | | | Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug. Notes: svn path=/head/; revision=64648
* Update to SableVM version 1.0.2.Archie Cobbs2002-08-151-345/+64
| | | | | | | This port includes the Java classes, making the java/sablepath port obsolete. Notes: svn path=/head/; revision=64558
* SableVM implements the Java virtual machine specification, second edition.Archie Cobbs2002-07-091-0/+362
SableVM is a bytecode interpreter. It's goals are to be reasonably small, efficient, and fast, as well as providing a well-designed platform for doing research into different algorithms for bytecode interpretation, garbage collection, memory management, etc. SableVM uses a modified version of the GNU Classpath Java classes; these classes are installed by the "sablepath" port. WWW: http://www.sablevm.org/ Notes: svn path=/head/; revision=62726