summaryrefslogtreecommitdiff
path: root/java/sablevm/files/patch-ad (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-02-20Update to version 1.0.6.Archie Cobbs1-3/+3
2002-10-17Update to version 1.0.5.Archie Cobbs1-3/+3
2002-08-24Update to version 1.0.4.Archie Cobbs1-3/+3
2002-08-19Update to version 1.0.3.Archie Cobbs1-3/+3
Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug.
2002-08-15Update to SableVM version 1.0.2.Archie Cobbs1-8/+8
This port includes the Java classes, making the java/sablepath port obsolete.
2002-07-09SableVM implements the Java virtual machine specification, second edition.Archie Cobbs1-0/+12
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/