summaryrefslogtreecommitdiff
path: root/libjava/java/lang/natRuntime.cc
AgeCommit message (Expand)Author
2006-01-06natThread.cc (finish_): Don't clear 'group'.Tom Tromey
2005-09-08re PR libgcj/23761 (java.library.path doesn't affect module loading path)Thomas Fitzsimmons
2005-04-25[multiple changes]Michael Koch
2005-04-19natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH only...Mark Wielaard
2005-04-13natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH if n...Mark Wielaard
2005-04-05re PR libgcj/20750 (libgcj needs a --with-java-home configure option)Thomas Fitzsimmons
2005-04-02re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons
2005-03-29natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs.Tom Tromey
2005-03-11Main.java (main): Handle '-p'.Tom Tromey
2005-03-11exception.cc: Remove stray MethodRef.h include.Bryce McKinlay
2005-03-10New Stack Trace infrastructure.Bryce McKinlay
2005-03-09natVMClassLoader.cc (defineClass): Reference 'systemClassLoader' field directly.Tom Tromey
2005-02-23re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored)Thomas Fitzsimmons
2005-02-18natRuntime.cc (insertSystemProperties): Normalize x86 architecture names to "...Anthony Green
2005-02-08natRuntime.cc (insertSystemProperties): Set sun.boot.class.path earlier.Tom Tromey
2005-01-05natRuntime.cc (insertSystemProperties): Set java.ext.dirs earlier.Tom Tromey
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey
2004-05-19Fix typo in last commit.Anthony Green
2004-05-19Makefile.am: Define JAVA_EXT_DIRS.Anthony Green
2003-12-16re PR libgcj/13056 (import new libltdl)Michael Koch
2003-08-08[multiple changes]Andrew Haley
2003-07-25+ * java/lang/natRuntime.cc (_load): Add library name toMark Wielaard
2003-04-25jvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added (_Jv_SetArgs) addedMohan Embar
2003-03-26natRuntime.cc (insertSystemProperties): Set gnu.classpath.home.url.Tom Tromey
2003-03-17resolve.cc (ncode): Use _Jv_platform_ffi_abi.Tom Tromey
2003-03-10[multiple changes]Andrew Haley
2003-02-24natRuntime.cc (libraries_size, [...]): Removed.Tom Tromey
2003-02-19natStackTrace.cc: Include platform.h immediately after config.h.Rainer Orth
2003-02-03natRuntime.cc (java::lang::Runtime::_load)): Take care of the fact that on Wi...Ranjit Mathew
2003-01-14natRuntime.cc (_load): StackTrace access needs to be in a try block.Andrew Haley
2002-12-10win32.h (_Jv_platform_solib_prefix): New define.Tom Tromey
2002-11-14natRuntime.cc (insertSystemProperties): Set gnu.classpath.home.Tom Tromey
2002-10-25natRuntime.cc (_Jv_SetDLLSearchPath): New function.Tom Tromey
2002-10-20natRuntime.cc (insertSystemProperties): Added GCJ runtime property "gnu.gcj.p...Ranjit Mathew
2002-08-14Fix for PR libgcj/7570 and PR libgcj/7578:Jesse Rosenstock
2002-07-06natRuntime.cc (nativeGetLibname): Added missing `#'.Tony Kimball
2002-05-14natRuntime.cc: Don't include sys/time.h and time.h.Tom Tromey
2002-05-13re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum...Tom Tromey
2002-04-10Makefile.in: Rebuilt.Tom Tromey
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay
2001-10-10natFinalizerThread.cc: New file.Tom Tromey
2001-06-15natRuntime.cc (_Jv_FindSymbolInExecutable): Return NULL if no library on the ...Tom Tromey
2001-06-02!defined(USE_LTDL) fixAnthony Green
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2001-03-12Runtime.java (_exit): Declare new package-private native.Bryce McKinlay
2000-09-14* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.Alexandre Oliva
2000-09-04File.java (deleteOnExit): New method.Anthony Green
2000-03-07All files: Updated copyright information.Tom Tromey
2000-02-18jvm.h (_Jv_GetJavaVM): Declare.Tom Tromey
2000-02-15natRuntime.cc (_load): Include library path with exception message.Bryce McKinlay