summaryrefslogtreecommitdiff
path: root/libjava/java/lang
Commit message (Expand)AuthorAgeFilesLines
* * gcj/javaprims.h: Rebuilt class list.tromey2001-07-237-647/+1640
* * configure.host: Enable hash synchronization for alpha*-*.jsturm2001-07-231-0/+38
* libjava:apbianco2001-07-111-0/+165
* For PR java/3562:tromey2001-07-051-2/+2
* * java/lang/natRuntime.cc (_Jv_FindSymbolInExecutable): Returntromey2001-06-151-1/+4
* Fix for PR libgcj/3059:tromey2001-06-081-2/+5
* 2001-06-05 Martin Kahlert <martin.kahlert@infineon.com>bryce2001-06-051-6/+16
* !defined(USE_LTDL) fixgreen2001-06-021-0/+8
* USE_LIBFFI changegreen2001-06-021-0/+11
* * java/lang/natString.cc (init): Throwtromey2001-05-241-8/+10
* * configure.in: Only allow hash synchronization when POSIX threadstromey2001-05-241-1/+1
* 2001-05-23 Tom Tromey <tromey@redhat.com>tromey2001-05-244-22/+963
* Implement invocation interface; don't create new thread for main.bothner2001-05-222-26/+78
* * gcj/javaprims.h (_Jv_FormatInt): New declaration.bothner2001-05-226-38/+80
* 2001-05-18 Bryce McKinlay <bryce@waitaki.otago.ac.nz>bryce2001-05-181-4/+3
* * configure.in (ia64-*): Don't set SYSDEP_SOURCES.rth2001-05-121-9/+1
* * java/lang/Class.h (_Jv_Self): New union type.bryce2001-05-062-7/+9
* * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): Use _Jv_Malloc.zack2001-04-281-2/+2
* gcc/java:bryce2001-04-256-46/+561
* * java/lang/natSystem.cc (getSystemTimeZone): Adjust for DST.warrenl2001-04-201-2/+4
* * java/lang/natString.cc (_Jv_NewStringUtf8Const): Register finalizer.bothner2001-04-101-6/+12
* * java/lang/natSystem.cc (init_properties): Revert yesterday's changesbryce2001-04-021-9/+9
* * java/lang/natString.cc (intern): If string's data does not point tobothner2001-04-012-7/+9
* 1.3-Compliant Implementation of java.io.File.bryce2001-04-011-9/+9
* * exception.cc (java_eh_info): Make value type jthrowable.rth2001-03-2613-134/+134
* * java/lang/natDouble.cc (parseDouble): Cannot use errno tobothner2001-03-241-15/+25
* * java/lang/natClass.cc (_Jv_IsAssignableFrom): Checking thebothner2001-03-241-7/+10
* * jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.tromey2001-03-232-14/+7
* * java/lang/reflect/Method.java (getExceptionTypes): Call getType() tobryce2001-03-223-2/+10
* * java/lang/natClass.cc (_Jv_CheckCast): add class names to exceptionmark2001-03-181-1/+6
* * java/lang/natString.cc (rehash): Don't bother with memset;tromey2001-03-181-18/+58
* 2001-03-01 Andrew Haley <aph@redhat.com>aph2001-03-141-3/+4
* * java/lang/ExceptionInInitializerError.java (printStackTrace):bryce2001-03-121-3/+3
* 2001-03-12 Bryce McKinlay <bryce@albatross.co.nz>bryce2001-03-125-9/+48
* Change to sometimes include class name in ClassFormatError message.bothner2001-02-241-1/+3
* * java/lang/Throwable.java (CPlusPlusDemangler): Pass -s java tobothner2001-02-241-1/+1
* * java/lang/ThreadGroup.java (activeCount): Only include threadstromey2001-02-201-7/+16
* * java/lang/Integer.java (getInteger): Return default argument ifbryce2001-02-192-12/+16
* * java/io/DataInputStream.java: update copyright noticemark2001-02-171-10/+24
* 2001-02-15 Anthony Green <green@redhat.com>green2001-02-151-9/+1
* * java/lang/natClass.cc (getSignature): Don't try to dereferencebryce2001-02-141-2/+6
* * java/lang/Double.java (doubleToRawLongBits): Now native.bryce2001-02-094-17/+20
* * java/lang/Byte.java: Remove redundant instanceof and null checks.bryce2001-02-096-51/+39
* * java/lang/Float.java (parseFloat): New method.tromey2001-02-091-1/+9
* gcc/java/:jsm282001-02-082-2/+2
* * java/lang/natSystem.cc (getSystemTimeZone): Only use tm_gmtoffwarrenl2001-01-261-2/+15
* * java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.tromey2001-01-251-1/+1
* * Makefile.in: Rebuilt.tromey2001-01-241-0/+47
* * java/lang/Class.h (isInterface): Move implementation frombryce2001-01-173-13/+13
* 2001-01-16 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-01-172-59/+20