summaryrefslogtreecommitdiff
path: root/libjava/java/lang
Commit message (Expand)AuthorAgeFilesLines
* * All files: Updated copyright to reflect Cygnus purchase.Tom Tromey2000-01-19101-103/+103
* natThrowable.cc (fillInStackTrace): Return `this' even when backtrace can't b...Tom Tromey2000-01-181-1/+1
* Runtime.java (loadLibraryInternal): Declare.Tom Tromey2000-01-173-60/+71
* natThrowable.cc: New file.Andrew Haley2000-01-172-37/+129
* StringBuffer.java (StringBuffer): Don't special case null argument.Anthony Green2000-01-171-7/+4
* natClassLoader.cc (_Jv_FindClass): Register `loader', not system loader, as i...Tom Tromey2000-01-131-8/+6
* natSystem.cc (getpwuid_adaptor): New adaptor for HP/UX.Tom Tromey2000-01-111-1/+12
* natMath.cc (pow): Cast args to `double', not `jdouble'.Jeff Sturm2000-01-103-14/+13
* natString.cc (init): Test for overflow condition during out of bounds check.Anthony Green2000-01-091-16/+23
* * java/lang/natClass.cc (getClasses): Wrote.Tom Tromey2000-01-071-2/+5
* natClass.cc (_getConstructors): Correctly check whether method name is the in...Tom Tromey2000-01-061-3/+3
* natClass.cc (getMethod): Compute offset relative to `klass's methods table, n...Tom Tromey2000-01-062-25/+27
* * java/lang/natClass.cc: Include <gcj/method.h>.Tom Tromey2000-01-051-0/+1
* Class.h (_getMethods): Correctly declare as private, not public.Tom Tromey2000-01-051-2/+2
* Class.h (_getMethods): Declare.Tom Tromey2000-01-053-8/+131
* natMethod.cc (get_ffi_type): Test size of jboolean and select correct ffi typ...Tom Tromey2000-01-051-4/+17
* Class.h (getSignature): Updated.Tom Tromey2000-01-053-10/+14
* [multiple changes]Tom Tromey2000-01-047-201/+591
* Commit forgotten Thread.java patch.Bryce McKinlay1999-12-271-4/+13
* natObject.cc (notify): Throw message with IllegalMonitorStateException.Bryce McKinlay1999-12-242-9/+16
* Modifier.java (STRICT): New constant.Tom Tromey1999-12-202-3/+10
* re GNATS libgcj/111 (bug in reflection code)Tom Tromey1999-12-181-0/+3
* * java/lang/natPosixProcess.cc (startProcess): Don't use sprintf.Tom Tromey1999-12-171-4/+5
* Boolean.java (Boolean(String)): Set Value' to false on a null String construc...Bryce McKinlay1999-12-171-1/+1
* natSystem.cc (init_properties): Don't set user.name or user.home if NO_GETUID...Tom Tromey1999-12-151-1/+5
* natString.cc (equalsIgnoreCase): return false if anotherString is null.Bryce McKinlay1999-12-022-3/+6
* prims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayElementFromElementType.Tom Tromey1999-11-252-45/+6
* sjlj jumbo patchTom Tromey1999-11-191-0/+2
* natClass.cc (MCACHE_SIZE): Define as a power of 2 minus 1.Tom Tromey1999-11-181-3/+5
* * java/lang/natThread.cc (destroy): Removed incorrect comment.Tom Tromey1999-11-051-2/+0
* natThread.cc (stop): Removed argument name.Tom Tromey1999-11-052-2/+2
* natClass.cc (method_cache_count): Removed.Tom Tromey1999-11-041-31/+13
* quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey1999-11-042-7/+4
* Makefile.in: Rebuilt.Tom Tromey1999-10-221-8/+7
* VMClassLoader.java (getVMClassLoader): New method.Tom Tromey1999-10-182-14/+7
* ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of Cla...Anthony Green1999-10-172-12/+6
* gij.cc (main): Formatting fixes.Tom Tromey1999-10-151-3/+15
* libtool-version: Catch up by incrementing current.Anthony Green1999-10-151-0/+28
* The following patches include a couple of fixes for cross toolchains,Steve Chamberlain1999-10-021-0/+8
* natFirstThread.cc (run): Renamed from `run0'.Tom Tromey1999-09-232-20/+2
* configure: Rebuilt.Tom Tromey1999-09-1018-26/+24
* natClassLoader.cc (_Jv_WaitForState): Call _Jv_PrepareCompiledClass while hol...Tom Tromey1999-09-021-2/+4
* natClass.cc: Fixed notification of threads when class initialization is compl...Matt Welsh1999-09-021-2/+2
* Modifier.java (ALL_FLAGS): New constant.Tom Tromey1999-09-012-13/+3
* natClassLoader.cc (_Jv_NewClass): Use JV_STATE_NOTHING, not `0'.Tom Tromey1999-09-012-16/+17
* posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.Tom Tromey1999-09-012-2/+2
* Added missing whitespace in function calls within adaptorsAlexandre Oliva1999-08-221-2/+2
* natSystem.cc (getpwuid_adaptor): New overloaded function that detects the sig...Alexandre Oliva1999-08-211-1/+30
* interpret.cc (continue1): Implement explicit dispatch table.Kresten Krab Thorup1999-08-201-13/+4
* natThread.cc (class locker): New class.Tom Tromey1999-08-191-7/+31