* src/vm/properties.c (list_properties_entry): Renamed to
authortwisti <none@none>
Wed, 22 Aug 2007 18:24:23 +0000 (18:24 +0000)
committertwisti <none@none>
Wed, 22 Aug 2007 18:24:23 +0000 (18:24 +0000)
commitfda7f2273ea91a684f4e2d55df365c7ed2332b10
tree37d07313f2e44aeea3a43056bf298052eedb624c
parent8fe4ce2d0d5eba241a21523ac02a2a5e28fbeb14
* src/vm/properties.c (list_properties_entry): Renamed to
list_properties_entry_t.
(properties_init): Only initialize the list.
(properties_set): New function to set default properties (don't use
JAVA_HOME to set java.home).

* src/vm/properties.h (vm/types.h): Removed.
(stdint.h): Added.
(properties_init): Changed signature.
(properties_set): New function.

* src/vm/vm.c (cacao_prefix): Removed.
(cacao_libjvm): Likewise.
(classpath_libdir): Likewise.
(_Jv_bootclasspath): Likewise.
(_Jv_classpath): Likewise.
(_Jv_java_library_path): Likewise.
(specificmethodname): Likewise.
(specificsignature): Likewise.
(startit): Likewise.
(vm_printconfig): Use properties_get to get properties.
(vm_create): Moved properties stuff into properties_set.

* src/vm/vm.h (cacao_prefix): Removed.
(cacao_libjvm): Likewise.
(classpath_libdir): Likewise.
(_Jv_bootclasspath): Likewise.
(_Jv_classpath): Likewise.
(_Jv_java_library_path): Likewise.

* src/vmcore/suck.c (suck_add_from_property): Use properties_get to
manipulate bootclasspath.
src/vm/properties.c
src/vm/properties.h
src/vm/vm.c
src/vm/vm.h
src/vmcore/suck.c