aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
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
2002-02-06configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES.Bryce McKinlay1-1/+1
2002-02-02natPosixProcess.cc (myclose): New function.Tom Tromey1-14/+27
2002-02-02configure.in: Added support for mingw.Adam Megacz2-0/+0
2002-01-25natObject.cc (X86 compare_and_swap): Use +m constraint.Bryce McKinlay1-2/+3
2002-01-23natField.cc (setAddr): New function.Per Bothner1-9/+19
2002-01-22Add license clarification.Mark Wielaard77-385/+1232
2002-01-16[multiple changes]Tom Tromey2-14/+18
2002-01-11natSystem.cc (init_properties): Only look for default locale if LC_MESSAGES i...Tom Tromey1-3/+4
2002-01-08For PR libgcj/5031:Tom Tromey1-1/+6
2002-01-08natMethod.cc: Don't include alloca.h.Andreas Tobler1-9/+5
2002-01-06configure, [...]: Rebuilt.Andreas Tobler1-22/+17
2002-01-04Thread.java (stop): No longer synchronized.Tom Tromey1-3/+3
2002-01-02ieeefp.h: Fix bug in my hand-application of previous patch.Tom Tromey1-1/+1
2002-01-022002-1-1 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski1-5/+2
2002-01-01ieeefp.h: Define __IEEE_BIG_ENDIAN for Darwin.Andreas Tobler1-0/+4
2001-12-21re PR java/5165 (Loading class fields with a ConstantValue attribute)Tom Tromey1-5/+3
2001-12-21re PR libgcj/2428 (Classloader is not set)Tom Tromey2-4/+29
2001-12-16For PR java/5088:Tom Tromey2-21/+19
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay3-2/+221
2001-12-14prims.cc: Some old cleanups.Hans Boehm1-2/+5
2001-12-11String.java (String): New constructor.Tom Tromey1-0/+10
2001-12-11re PR libgcj/5064 (java/lang/natClassLoader.cc doesn't compile on systems wit...Tom Tromey1-3/+6