aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
2000-02-04defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBase pointers.Tom Tromey2-3/+52
2000-02-04Throwable.java (CPlusPlusDemangler): New class.Andrew Haley2-6/+90
2000-01-26method.h (JvNumMethods): Moved from Class.h.Tom Tromey1-14/+5
2000-01-26field.h (struct _Jv_Field): Use "jshort" as type for nameIndex.Tom Tromey1-8/+8
2000-01-21natConstructor.cc (newInstance): Use _Jv_CallAnyMethodA.Tom Tromey3-79/+162
2000-01-19natThrowable.cc: Don't use `#pragma implementation'.Tom Tromey1-2/+0
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey101-103/+103
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