summaryrefslogtreecommitdiff
path: root/java/sablevm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove this patch, it's not actually needed.Archie Cobbs2002-08-231-11/+0
| | | | Notes: svn path=/head/; revision=64894
* Remove explicit dependency already covered by USE_GNOMELIBS.Archie Cobbs2002-08-231-3/+3
| | | | Notes: svn path=/head/; revision=64859
* Patches to fix compilation on -stable.Archie Cobbs2002-08-232-0/+27
| | | | Notes: svn path=/head/; revision=64858
* Patch to fix the build when doing USE_GNOMELIBS.Archie Cobbs2002-08-192-0/+34
| | | | Notes: svn path=/head/; revision=64666
* Fix test for gnome header file.Archie Cobbs2002-08-191-1/+1
| | | | Notes: svn path=/head/; revision=64662
* Pass CFLAGS to configure scripts using CONFIGURE_ENV.Archie Cobbs2002-08-193-20/+2
| | | | Notes: svn path=/head/; revision=64649
* Update to version 1.0.3.Archie Cobbs2002-08-1910-19/+83
| | | | | | | Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug. Notes: svn path=/head/; revision=64648
* Bump the shared library version of dependency libgmp from 5 -> 6.Archie Cobbs2002-08-181-2/+2
| | | | | | | Tweak makefile output. Notes: svn path=/head/; revision=64620
* Update to SableVM version 1.0.2.Archie Cobbs2002-08-1511-419/+2245
| | | | | | | 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-0912-0/+494
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