aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
2001-09-14CloneNotSupportedException.java: Re-merged with Classpath.Tom Tromey1-16/+22
2001-09-05From Eric Blake, via Classpath:Tom Tromey1-6/+37
2001-09-05natClassLoader.cc: Include VirtualMachineError.hCorey Minyard1-0/+17
2001-09-05natSystem.cc (init_properties): Default locale is en_US, not just en.Tom Tromey1-0/+1
2001-09-04re PR libgcj/4208 (Problem using 'null' with Java reflection)Tom Tromey1-2/+3
2001-09-02javaprims.h: Regenerated class list.Tom Tromey2-4/+4
2001-09-02Makefile.in: Rebuilt.Tom Tromey48-1214/+3402
2001-08-31javaprims.h (_Jv_RegisterClassHook): New extern declaration.Per Bothner2-3/+18
2001-08-31ClassLoader.java (system): Remove static field.Per Bothner2-12/+5
2001-08-26Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay2-17/+36
2001-08-24Field.java (toString): Use Method.appendClassName.Tom Tromey5-76/+113
2001-08-22Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so.Anthony Green1-5/+7
2001-08-10* java/lang/natObject.cc (is_mp): Protect use of _SC_NPROCESSORS_ONLN.Loren J. Rittle1-0/+4
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