From ed98dfd0c65ad26ca76e0fa641a0002265f20bc1 Mon Sep 17 00:00:00 2001 From: fitzsim Date: Sat, 2 Apr 2005 02:26:51 +0000 Subject: 2005-04-01 Thomas Fitzsimmons * gcj.texi (Invoking gij): Add descriptions of new -X options. Mention recognized-and-ignored compatibility options. (Memory allocation): Add descriptions of JvMalloc, JvRealloc and JvFree. (About CNI): Add Memory allocation section. 2005-04-01 Thomas Fitzsimmons PR libgcj/20090, PR libgcj/20526 * gij.cc (nonstandard_opts_help): New function. (add_option): New function. (main): Support java options. Set java.class.path. Don't set _Jv_Jar_Class_Path. * prims.cc (parse_x_arg): New function. (parse_init_args): Call parse_x_arg for -X and _ options, when ignoreUnrecognized is true. (new _Jv_RunMain): New vm_args variant. (old _Jv_RunMain): Call new vm_args _Jv_RunMain. (_Jv_Jar_Class_Path): Remove variable. * include/java-props.h: Likewise. * include/cni.h (JvRealloc): New function. * include/jvm.h (_Jv_RunMain): Declare vm_args variant. * java/lang/natRuntime.cc (insertSystemProperties): Remove _Jv_Jar_Class_Path logic. Use JV_VERSION and JV_API_VERSION macros. * configure.ac (JV_VERSION): Define. (JV_API_VERSION): Likewise. * configure: Regenerate. * include/config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97429 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'libjava/ChangeLog') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 50b0f95b6a5..3492f48e187 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,27 @@ +2005-04-01 Thomas Fitzsimmons + + PR libgcj/20090, PR libgcj/20526 + * gij.cc (nonstandard_opts_help): New function. + (add_option): New function. + (main): Support java options. Set java.class.path. Don't set + _Jv_Jar_Class_Path. + * prims.cc (parse_x_arg): New function. + (parse_init_args): Call parse_x_arg for -X and _ options, when + ignoreUnrecognized is true. + (new _Jv_RunMain): New vm_args variant. + (old _Jv_RunMain): Call new vm_args _Jv_RunMain. + (_Jv_Jar_Class_Path): Remove variable. + * include/java-props.h: Likewise. + * include/cni.h (JvRealloc): New function. + * include/jvm.h (_Jv_RunMain): Declare vm_args variant. + * java/lang/natRuntime.cc (insertSystemProperties): Remove + _Jv_Jar_Class_Path logic. Use JV_VERSION and JV_API_VERSION + macros. + * configure.ac (JV_VERSION): Define. + (JV_API_VERSION): Likewise. + * configure: Regenerate. + * include/config.h.in: Regenerate. + 2005-04-01 Mark Anderson * java/lang/natDouble.cc (parseDouble): Handle NaN, Infinity and -- cgit v1.2.3