aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
2001-07-30natIconv.cc (done): New methods.Tom Tromey1-0/+2
2001-07-30* java/lang/Integer.java: Merged with Classpath.Tom Tromey1-4/+2
2001-07-24VMClassLoader.java (getPrimitiveClass): Return correct type.Tom Tromey1-8/+8
2001-07-23javaprims.h: Rebuilt class list.Tom Tromey7-647/+1640
2001-07-23configure.host: Enable hash synchronization for alpha*-*.Jeff Sturm1-0/+38
2001-07-10Makefile.am: Added `java/lang/ThreadLocal.java'.Alexandre Petit-Bianco1-0/+165
2001-07-05For PR java/3562:Tom Tromey1-2/+2
2001-06-15natRuntime.cc (_Jv_FindSymbolInExecutable): Return NULL if no library on the ...Tom Tromey1-1/+4
2001-06-08re PR libgcj/3059 (System doesn't set java.home property)Tom Tromey1-2/+5
2001-06-05natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors table index is with...Martin Kahlert1-6/+16
2001-06-02!defined(USE_LTDL) fixAnthony Green1-0/+8
2001-06-02USE_LIBFFI changeAnthony Green1-0/+11
2001-05-24natString.cc (init): Throw ArrayIndexOutOfBoundsException.Tom Tromey1-8/+10
2001-05-24configure.in: Only allow hash synchronization when POSIX threads are enabled.Tom Tromey1-1/+1
2001-05-24[multiple changes]Tom Tromey4-22/+963
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner2-26/+78
2001-05-21javaprims.h (_Jv_FormatInt): New declaration.Per Bothner6-38/+80
2001-05-18[multiple changes]Bryce McKinlay1-4/+3
2001-05-11configure.in (ia64-*): Don't set SYSDEP_SOURCES.Richard Henderson1-9/+1
2001-05-06Class.h (_Jv_Self): New union type.Bryce McKinlay2-7/+9
2001-04-28* java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): Use _Jv_Malloc.Zack Weinberg1-2/+2
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay6-46/+561
2001-04-20natSystem.cc (getSystemTimeZone): Adjust for DST.Warren Levy1-2/+4
2001-04-10natString.cc (_Jv_NewStringUtf8Const): Register finalizer.Per Bothner1-6/+12
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay1-9/+9
2001-04-01natString.cc (intern): If string's data does not point to this String, make a...Per Bothner2-7/+9
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay1-9/+9
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson13-134/+134
2001-03-23natDouble.cc (parseDouble): Cannot use errno to check for errors...Per Bothner1-15/+25
2001-03-23natClass.cc (_Jv_IsAssignableFrom): Checking the ancestors array is invalid f...Per Bothner1-7/+10
2001-03-23jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey2-14/+7
2001-03-22Method.java (getExceptionTypes): Call getType() to initialize if exception_ty...Bryce McKinlay3-2/+10
2001-03-18natClass.cc (_Jv_CheckCast): add class names to exceptionMark Wielaard1-1/+6
2001-03-18natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'...Tom Tromey1-18/+58
2001-03-14natThrowable.cc (printRawStackTrace): Copy the stackTrace buffer to a correct...Andrew Haley1-3/+4
2001-03-12ExceptionInInitializerError.java (printStackTrace): Only try to print the sub...Bryce McKinlay1-3/+3
2001-03-12Runtime.java (_exit): Declare new package-private native.Bryce McKinlay5-9/+48
2001-02-23Change to sometimes include class name in ClassFormatError message.Per Bothner1-1/+3
2001-02-23Throwable.java (CPlusPlusDemangler): Pass -s java to c++filt to select java-s...Per Bothner1-1/+1
2001-02-20ThreadGroup.java (activeCount): Only include threads which are alive.Tom Tromey1-7/+16
2001-02-19Integer.java (getInteger): Return default argument if property is not set.Bryce McKinlay2-12/+16
2001-02-17DataInputStream.java: update copyright noticeMark Wielaard1-10/+24
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green1-9/+1
2001-02-14natClass.cc (getSignature): Don't try to dereference param_types if it is null.Bryce McKinlay1-2/+6
2001-02-09Double.java (doubleToRawLongBits): Now native.Bryce McKinlay4-17/+20
2001-02-09Byte.java: Remove redundant instanceof and null checks.Bryce McKinlay6-51/+39
2001-02-09* java/lang/Float.java (parseFloat): New method.Tom Tromey1-1/+9
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers2-2/+2
2001-01-26natSystem.cc (getSystemTimeZone): Only use tm_gmtoff and timezone if they are...Warren Levy1-2/+15
2001-01-25* java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.Tom Tromey1-1/+1