aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/natRuntime.cc
AgeCommit message (Expand)AuthorFilesLines
2003-08-08[multiple changes]Andrew Haley1-1/+4
2003-07-25+ * java/lang/natRuntime.cc (_load): Add library name toMark Wielaard1-1/+2
2003-04-25jvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added (_Jv_SetArgs) addedMohan Embar1-5/+1
2003-03-26natRuntime.cc (insertSystemProperties): Set gnu.classpath.home.url.Tom Tromey1-0/+6
2003-03-17resolve.cc (ncode): Use _Jv_platform_ffi_abi.Tom Tromey1-24/+15
2003-03-10[multiple changes]Andrew Haley1-1/+5
2003-02-24natRuntime.cc (libraries_size, [...]): Removed.Tom Tromey1-42/+17
2003-02-19natStackTrace.cc: Include platform.h immediately after config.h.Rainer Orth1-2/+1
2003-02-03natRuntime.cc (java::lang::Runtime::_load)): Take care of the fact that on Wi...Ranjit Mathew1-2/+15
2003-01-14natRuntime.cc (_load): StackTrace access needs to be in a try block.Andrew Haley1-8/+16
2002-12-10win32.h (_Jv_platform_solib_prefix): New define.Tom Tromey1-19/+49
2002-11-14natRuntime.cc (insertSystemProperties): Set gnu.classpath.home.Tom Tromey1-1/+2
2002-10-25natRuntime.cc (_Jv_SetDLLSearchPath): New function.Tom Tromey1-1/+32
2002-10-20natRuntime.cc (insertSystemProperties): Added GCJ runtime property "gnu.gcj.p...Ranjit Mathew1-0/+3
2002-08-14Fix for PR libgcj/7570 and PR libgcj/7578:Jesse Rosenstock1-2/+4
2002-07-06natRuntime.cc (nativeGetLibname): Added missing `#'.Tony Kimball1-1/+1
2002-05-14natRuntime.cc: Don't include sys/time.h and time.h.Tom Tromey1-11/+0
2002-05-13re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum...Tom Tromey1-10/+365
2002-04-10Makefile.in: Rebuilt.Tom Tromey1-2/+3
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay1-1/+8
2001-10-10natFinalizerThread.cc: New file.Tom Tromey1-1/+2
2001-06-15natRuntime.cc (_Jv_FindSymbolInExecutable): Return NULL if no library on the ...Tom Tromey1-1/+4
2001-06-02!defined(USE_LTDL) fixAnthony Green1-0/+8
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-6/+6
2001-03-12Runtime.java (_exit): Declare new package-private native.Bryce McKinlay1-1/+6
2000-09-14* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.Alexandre Oliva1-1/+1
2000-09-04File.java (deleteOnExit): New method.Anthony Green1-0/+4
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-02-18jvm.h (_Jv_GetJavaVM): Declare.Tom Tromey1-2/+7
2000-02-15natRuntime.cc (_load): Include library path with exception message.Bryce McKinlay1-1/+3
2000-02-15re GNATS gcj/150 (System.loadLibrary() semantics arn't the same as in the JDK)Tom Tromey1-3/+12
2000-02-10natRuntime.cc (_load): Call add_library.Tom Tromey1-0/+4
2000-02-08Runtime.java (_load): Declare.Tom Tromey1-24/+16
2000-02-04defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBase pointers.Tom Tromey1-1/+46
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
2000-01-17Runtime.java (loadLibraryInternal): Declare.Tom Tromey1-3/+33
1999-09-10configure: Rebuilt.Tom Tromey1-1/+1
1999-05-05Makefile.in: Rebuilt.Tom Tromey1-0/+55
1999-04-07Initial revisionTom Tromey1-0/+68