summaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)Author
2002-07-12For PR libgcj/7292:Jesse Rosenstock
2002-07-12natThrowable.cc (printRawStackTrace): removed.Mark Wielaard
2002-07-06natRuntime.cc (nativeGetLibname): Added missing `#'.Tony Kimball
2002-07-05re PR libgcj/7060 (getMethod() doesn't search super interface)Tom Tromey
2002-06-25natPlainDatagramSocketImpl.cc (BooleanClass): Removed.Tom Tromey
2002-06-24verify.cc (branch_prepass): Updated for change to exception handler type.Tom Tromey
2002-06-18javaprims.h: Updated class declaration list.Tom Tromey
2002-06-17ClassNotFoundException.java: New Classpath version.Nathanael Nerode
2002-06-16RuntimeException.java: Re-merge with Classpath.Tom Tromey
2002-06-15AbstractMethodError.java: Re-merged with Classpath.Tom Tromey
2002-06-13natString.cc (init): Handle case where DONT_COPY is true and OFFSET!=0.Tom Tromey
2002-06-11Class.h (Class::desiredAssertionStatus): Declare.Tom Tromey
2002-05-24natThrowable.cc (fillInStackTrace): Use "stackTraceBytes", not "stackTrace".Bryce McKinlay
2002-05-24Merge JDK 1.4 exception chaining support from classpath.Bryce McKinlay
2002-05-14natRuntime.cc: Don't include sys/time.h and time.h.Tom Tromey
2002-05-13re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum...Tom Tromey
2002-05-07* java/lang/natString.cc (unintern): Fixed typo.Tom Tromey
2002-05-03natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE.David Billinghurst
2002-04-29ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390.Gerhard Tonn
2002-04-15natDouble.cc (parseDouble): Allow a number to end with the f/F/d/D modifiers.Adam King
2002-04-10Makefile.in: Rebuilt.Tom Tromey
2002-04-07natSystem.cc (init_properties): Call new function _Jv_platform_initProperties.Adam King
2002-04-07* java/lang/Character,java (isDefined): getType() != UNASSIGNED.Mark Wielaard
2002-04-04Modifier.java (toString(int,StringBuffer)): Fix ordering.Mark Wielaard
2002-04-02natClassLoader.cc (findClass): Compare against `3', not `0'.Tom Tromey
2002-03-18natSystem.cc (init_properties): Update VM version properties.Bryce McKinlay
2002-03-17Add arm thumb supportAnthony Green
2002-03-10Win32Process.java: Added comment.Tom Tromey
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay
2002-03-09Win32Process.java (ConcreteProcess): Now throws an IOException so that Throwa...Adam Megacz
2002-03-08win32.cc (_Jv_platform_gettimeofday): Now takes no args, returns jlong.Adam Megacz
2002-03-06unicode-decomp.pl: Move from chartables.pl...Eric Blake
2002-03-06natPosixProcess.cc (fail): Removed.Tom Tromey
2002-03-01Add pointer support to the reflection code.Anthony Green
2002-02-27natSystem.cc (init_properties): Use __VERSION__.Tom Tromey
2002-02-27natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not `1'.Tom Tromey
2002-02-24Win32Process.java: Created a dummy class to allow build process to run to com...Adam Megacz
2002-02-24natMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result.Jeff Sturm
2002-02-22natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm...Tom Tromey
2002-02-15Makefile.in: Rebuilt with Eric's change below.Bryce McKinlay
2002-02-15javaprims.h (java::lang): Add java::lang::StrictMath.Eric Blake
2002-02-07natThrowable.cc: Updated copyright.Tom Tromey
2002-02-07prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.Tom Tromey
2002-02-07embedded updatesAnthony Green
2002-02-06configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES.Bryce McKinlay
2002-02-02natPosixProcess.cc (myclose): New function.Tom Tromey
2002-02-02configure.in: Added support for mingw.Adam Megacz
2002-01-25natObject.cc (X86 compare_and_swap): Use +m constraint.Bryce McKinlay
2002-01-23natField.cc (setAddr): New function.Per Bothner
2002-01-22Add license clarification.Mark Wielaard