aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
2002-08-14natPosixProcess.cc (cleanup): Added `path' argument.Jesse Rosenstock1-6/+12
2002-08-14Fix for PR libgcj/7570 and PR libgcj/7578:Jesse Rosenstock6-17/+42
2002-08-07ClassLoader.java (getSystemClassLoader, [...]): Add javadoc from classpath.Bryce McKinlay1-22/+193
2002-07-24Runtime.java (loadLibrary): Pass `true' as search argument to _load.Tom Tromey1-1/+1
2002-07-24[multiple changes]Mark Wielaard1-1/+2
2002-07-19ieeefp.h: Add x86-64 support.Bo Thorsen1-0/+4
2002-07-12For PR libgcj/7292:Jesse Rosenstock1-1/+1
2002-07-12natThrowable.cc (printRawStackTrace): removed.Mark Wielaard3-109/+112
2002-07-06natRuntime.cc (nativeGetLibname): Added missing `#'.Tony Kimball1-1/+1
2002-07-05re PR libgcj/7060 (getMethod() doesn't search super interface)Tom Tromey3-5/+40
2002-06-25natPlainDatagramSocketImpl.cc (BooleanClass): Removed.Tom Tromey3-69/+53
2002-06-24verify.cc (branch_prepass): Updated for change to exception handler type.Tom Tromey1-1/+0
2002-06-18javaprims.h: Updated class declaration list.Tom Tromey2-451/+572
2002-06-17ClassNotFoundException.java: New Classpath version.Nathanael Nerode1-110/+60
2002-06-16RuntimeException.java: Re-merge with Classpath.Tom Tromey1-24/+45
2002-06-15AbstractMethodError.java: Re-merged with Classpath.Tom Tromey54-1860/+1851
2002-06-13natString.cc (init): Handle case where DONT_COPY is true and OFFSET!=0.Tom Tromey9-1548/+1684
2002-06-11Class.h (Class::desiredAssertionStatus): Declare.Tom Tromey5-7/+399
2002-05-24natThrowable.cc (fillInStackTrace): Use "stackTraceBytes", not "stackTrace".Bryce McKinlay1-5/+5
2002-05-24Merge JDK 1.4 exception chaining support from classpath.Bryce McKinlay3-60/+695
2002-05-14natRuntime.cc: Don't include sys/time.h and time.h.Tom Tromey1-11/+0
2002-05-13re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum...Tom Tromey4-671/+1606
2002-05-07* java/lang/natString.cc (unintern): Fixed typo.Tom Tromey1-2/+2
2002-05-03natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE.David Billinghurst1-0/+2
2002-04-29ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390.Gerhard Tonn1-0/+4
2002-04-15natDouble.cc (parseDouble): Allow a number to end with the f/F/d/D modifiers.Adam King1-1/+11
2002-04-10Makefile.in: Rebuilt.Tom Tromey2-3/+19
2002-04-07natSystem.cc (init_properties): Call new function _Jv_platform_initProperties.Adam King1-16/+4
2002-04-07* java/lang/Character,java (isDefined): getType() != UNASSIGNED.Mark Wielaard1-1/+1
2002-04-04Modifier.java (toString(int,StringBuffer)): Fix ordering.Mark Wielaard1-8/+8
2002-04-02natClassLoader.cc (findClass): Compare against `3', not `0'.Tom Tromey1-2/+3
2002-03-18natSystem.cc (init_properties): Update VM version properties.Bryce McKinlay1-6/+16
2002-03-17Add arm thumb supportAnthony Green1-3/+5
2002-03-10Win32Process.java: Added comment.Tom Tromey1-0/+5
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay1-123/+1
2002-03-09Win32Process.java (ConcreteProcess): Now throws an IOException so that Throwa...Adam Megacz1-1/+1
2002-03-08win32.cc (_Jv_platform_gettimeofday): Now takes no args, returns jlong.Adam Megacz1-3/+1
2002-03-06unicode-decomp.pl: Move from chartables.pl...Eric Blake2-621/+2090
2002-03-06natPosixProcess.cc (fail): Removed.Tom Tromey1-126/+153
2002-03-01Add pointer support to the reflection code.Anthony Green1-29/+36
2002-02-27natSystem.cc (init_properties): Use __VERSION__.Tom Tromey1-2/+2
2002-02-27natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not `1'.Tom Tromey1-3/+3
2002-02-24Win32Process.java: Created a dummy class to allow build process to run to com...Adam Megacz1-0/+63
2002-02-24natMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result.Jeff Sturm1-1/+42
2002-02-22natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm...Tom Tromey1-2/+2
2002-02-15Makefile.in: Rebuilt with Eric's change below.Bryce McKinlay1-122/+1
2002-02-15javaprims.h (java::lang): Add java::lang::StrictMath.Eric Blake2-82/+2440
2002-02-07natThrowable.cc: Updated copyright.Tom Tromey1-1/+1
2002-02-07prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.Tom Tromey1-1/+1
2002-02-07embedded updatesAnthony Green1-1/+5