Revision 3437 committed by gadek
| Newsgroups | gmane.comp.java.vm.sablevm.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 3437 Date: 2005-02-15 22:47:22 -0500 (Tue, 15 Feb 2005) Author: gadek Log: * Fixed java-sablevm wrapper to better handle LD_LIBRARY_PATH, -Djava.library.path and CLASSPATH setting. * Disabled timezone setting in java-sablevm wrapper - classpath should now do it on its own. * Fixed Object.wait() when timeout is specified. This fixes Ant pauses. Now we need to merge in the latest classpath to get sleep() right. * Fixed a typo in memset(); thanks to Patrick Latifi for spotting that. * Fixed _svmm_fatal_error() to actually print function name, when possible. Changed: U sablevm/branches/staging/java-sablevm.tmpl U sablevm/branches/staging/src/libsablevm/fatal.h U sablevm/branches/staging/src/libsablevm/java_lang_VMObject.c U sablevm/branches/staging/src/libsablevm/zip_file_reader.c