aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
2000-01-18natThrowable.cc (fillInStackTrace): Return `this' even when backtrace can't b...Tom Tromey1-1/+1
2000-01-17Runtime.java (loadLibraryInternal): Declare.Tom Tromey3-60/+71
2000-01-17natThrowable.cc: New file.Andrew Haley2-37/+129
2000-01-17StringBuffer.java (StringBuffer): Don't special case null argument.Anthony Green1-7/+4
2000-01-13natClassLoader.cc (_Jv_FindClass): Register `loader', not system loader, as i...Tom Tromey1-8/+6
2000-01-11natSystem.cc (getpwuid_adaptor): New adaptor for HP/UX.Tom Tromey1-1/+12
2000-01-10natMath.cc (pow): Cast args to `double', not `jdouble'.Jeff Sturm3-14/+13
2000-01-09natString.cc (init): Test for overflow condition during out of bounds check.Anthony Green1-16/+23
2000-01-07* java/lang/natClass.cc (getClasses): Wrote.Tom Tromey1-2/+5
2000-01-06natClass.cc (_getConstructors): Correctly check whether method name is the in...Tom Tromey1-3/+3
2000-01-06natClass.cc (getMethod): Compute offset relative to `klass's methods table, n...Tom Tromey2-25/+27
2000-01-05* java/lang/natClass.cc: Include <gcj/method.h>.Tom Tromey1-0/+1
2000-01-05Class.h (_getMethods): Correctly declare as private, not public.Tom Tromey1-2/+2
2000-01-05Class.h (_getMethods): Declare.Tom Tromey3-8/+131
2000-01-05natMethod.cc (get_ffi_type): Test size of jboolean and select correct ffi typ...Tom Tromey1-4/+17
2000-01-05Class.h (getSignature): Updated.Tom Tromey3-10/+14
2000-01-04[multiple changes]Tom Tromey7-201/+591
1999-12-27Commit forgotten Thread.java patch.Bryce McKinlay1-4/+13
1999-12-24natObject.cc (notify): Throw message with IllegalMonitorStateException.Bryce McKinlay2-9/+16
1999-12-20Modifier.java (STRICT): New constant.Tom Tromey2-3/+10
1999-12-18re GNATS libgcj/111 (bug in reflection code)Tom Tromey1-0/+3
1999-12-17* java/lang/natPosixProcess.cc (startProcess): Don't use sprintf.Tom Tromey1-4/+5
1999-12-17Boolean.java (Boolean(String)): Set Value' to false on a null String construc...Bryce McKinlay1-1/+1
1999-12-15natSystem.cc (init_properties): Don't set user.name or user.home if NO_GETUID...Tom Tromey1-1/+5
1999-12-02natString.cc (equalsIgnoreCase): return false if anotherString is null.Bryce McKinlay2-3/+6
1999-11-25prims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayElementFromElementType.Tom Tromey2-45/+6
1999-11-19sjlj jumbo patchTom Tromey1-0/+2
1999-11-18natClass.cc (MCACHE_SIZE): Define as a power of 2 minus 1.Tom Tromey1-3/+5
1999-11-05* java/lang/natThread.cc (destroy): Removed incorrect comment.Tom Tromey1-2/+0
1999-11-05natThread.cc (stop): Removed argument name.Tom Tromey2-2/+2
1999-11-04natClass.cc (method_cache_count): Removed.Tom Tromey1-31/+13
1999-11-04quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey2-7/+4
1999-10-22Makefile.in: Rebuilt.Tom Tromey1-8/+7
1999-10-18VMClassLoader.java (getVMClassLoader): New method.Tom Tromey2-14/+7
1999-10-17ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of Cla...Anthony Green2-12/+6
1999-10-15gij.cc (main): Formatting fixes.Tom Tromey1-3/+15
1999-10-15libtool-version: Catch up by incrementing current.Anthony Green1-0/+28
1999-10-02The following patches include a couple of fixes for cross toolchains,Steve Chamberlain1-0/+8
1999-09-23natFirstThread.cc (run): Renamed from `run0'.Tom Tromey2-20/+2
1999-09-10configure: Rebuilt.Tom Tromey18-26/+24
1999-09-02natClassLoader.cc (_Jv_WaitForState): Call _Jv_PrepareCompiledClass while hol...Tom Tromey1-2/+4
1999-09-02natClass.cc: Fixed notification of threads when class initialization is compl...Matt Welsh1-2/+2
1999-09-01Modifier.java (ALL_FLAGS): New constant.Tom Tromey2-13/+3
1999-09-01natClassLoader.cc (_Jv_NewClass): Use JV_STATE_NOTHING, not `0'.Tom Tromey2-16/+17
1999-09-01posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.Tom Tromey2-2/+2
1999-08-22Added missing whitespace in function calls within adaptorsAlexandre Oliva1-2/+2
1999-08-21natSystem.cc (getpwuid_adaptor): New overloaded function that detects the sig...Alexandre Oliva1-1/+30
1999-08-20interpret.cc (continue1): Implement explicit dispatch table.Kresten Krab Thorup1-13/+4
1999-08-19natThread.cc (class locker): New class.Tom Tromey1-7/+31
1999-08-18ThreadGroup.java: Fixed now-erroneous comment.Tom Tromey2-3/+3