summaryrefslogtreecommitdiff
path: root/java/sablevm/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.0.6.Archie Cobbs2003-02-2018-47/+278
| | | | Notes: svn path=/head/; revision=75993
* Update to version 1.0.5.Archie Cobbs2002-10-1711-44/+39
| | | | Notes: svn path=/head/; revision=68229
* Annihilate #inclusions of <malloc.h>.Archie Cobbs2002-08-302-0/+21
| | | | Notes: svn path=/head/; revision=65323
* Update to version 1.0.4.Archie Cobbs2002-08-2411-60/+26
| | | | Notes: svn path=/head/; revision=64961
* Remove this patch, it's not actually needed.Archie Cobbs2002-08-231-11/+0
| | | | Notes: svn path=/head/; revision=64894
* 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
* Pass CFLAGS to configure scripts using CONFIGURE_ENV.Archie Cobbs2002-08-192-20/+1
| | | | Notes: svn path=/head/; revision=64649
* Update to version 1.0.3.Archie Cobbs2002-08-198-15/+51
| | | | | | | 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-157-408/+108
| | | | | | | 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-097-0/+446
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