aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
2000-10-27Makefile.am: Added locale files from Classpath.Warren Levy1-50/+153
2000-10-25ThreadGroup.java (uncaughtException): Print thread name with stack dump.Bryce McKinlay1-0/+2
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey9-63/+39
2000-09-30Implement bitmap descriptor based marking for Boehm GC.Hans Boehm2-6/+8
2000-09-26natSystem.cc (file_encoding): Added return statement.Alexandre Petit-Bianco1-0/+1
2000-09-14* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.Alexandre Oliva1-1/+1
2000-09-14defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.Alexandre Oliva2-0/+4
2000-09-13natArray.cc (BooleanClass): New define.Tom Tromey2-8/+20
2000-09-13String.java (CASE_INSENSITIVE_ORDER): New static field.Bryce McKinlay2-2/+23
2000-09-11Field.java (toString): Don't rely on Class.toString.Tom Tromey1-1/+1
2000-09-11BytesToUnicode.java (getDefaultDecoder): Let default decoder use iconv.Tom Tromey1-0/+21
2000-09-08PropertyChangeEvent.java (serialVersionUID): Added.Warren Levy12-15/+33
2000-09-07Makefile.am (Thread.h): Don't be friends with native threads functions.Bryce McKinlay1-1/+1
2000-09-06Constructor.java (toString): Use `getName' for parameter types.Tom Tromey2-3/+3
2000-09-06natMethod.cc (_Jv_CallAnyMethodA): Accept null `args' if method takes no para...Tom Tromey1-2/+6
2000-09-06Fix for PR java.lang/339:Tom Tromey1-33/+116
2000-09-05natIconv.cc (read): Remove unused local.Bryce McKinlay2-2/+4
2000-09-04re GNATS java.io/203 (File.createTempFile doesn't close descriptor)Anthony Green1-2/+4
2000-09-04File.java (deleteOnExit): New method.Anthony Green1-0/+4
2000-08-26Makefile.in: Rebuilt.Anthony Green1-24/+21
2000-08-21natSystem.cc (init_properties): Change sourceware reference to sources.redhat...Anthony Green2-10/+40
2000-08-17natClass.cc (finit_name): Initialized with `finit$'.Alexandre Petit-Bianco1-4/+13
2000-08-08Method.java (hashCode): Use getName().Tom Tromey2-2/+6
2000-08-07PipedInputStream.java (read(byte[],int,int)): Mostly rewrote.Tom Tromey2-7/+10
2000-08-02Makefile.in: Rebuilt.Tom Tromey1-29/+3
2000-08-02[multiple changes]Bryce McKinlay1-1/+1
2000-07-27mauve-libgcj: Activated serialization tests.Warren Levy4-3/+6
2000-07-20natClassLoader.cc (_Jv_PrepareCompiledClass): Only initialize String fields f...Tom Tromey1-17/+25
2000-07-19natThrowable.cc (fillInStackTrace): Check for zero return from backtrace().Jeff Sturm1-3/+6
2000-07-07natClassLoader.cc (_Jv_PrepareCompiledClass): Initialize static final String ...Tom Tromey1-1/+18
2000-06-28ThreadGroup.java: Added synchronized flag to many methods.Bryce McKinlay1-36/+44
2000-06-27* java/lang/Double.java (valueOf): Call parseDouble().Tom Tromey1-1/+1
2000-06-27PropertyChangeEvent.java (oldVal): Renamed to oldValue.Warren Levy2-2/+6
2000-06-24natDouble.cc (parseDouble): Renamed from doubleValueOf.Tom Tromey2-4/+4
2000-06-23ieeefp.h: Handle ia64, fr30, mcore.Andrew Haley2-2/+21
2000-06-23natMethod.cc: Include <alloca.h>.Tom Tromey2-15/+4
2000-06-21ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpat...Bryce McKinlay3-17/+33
2000-06-20ThreadGroup.java: Merged with classpath.Bryce McKinlay2-278/+441
2000-06-18re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized)Tom Tromey1-9/+4
2000-06-152000-06-15 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay1-0/+1
2000-06-152000-06-15 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay1-15/+29
2000-05-31prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well.Tom Tromey2-5/+10
2000-05-30name-finder.h: Include <sys/wait.h>.Tom Tromey1-0/+7
2000-05-21re GNATS libgcj/226 (implicit __builtin_expect) and GNATS gcj/228 (compressed...Bryce McKinlay1-2/+3
2000-05-19Jumbo patch:Tom Tromey8-61/+167
2000-05-18Thread.java: Declare `data' as Object, not RawData.Bryce McKinlay2-5/+2
2000-05-10StringBuffer.java (replace): Calculate length for arraycopy() correctly.Bryce McKinlay1-1/+1
2000-05-10StringBuffer.java (delete): Call arrayCopy() correctly.Bryce McKinlay1-9/+26
2000-05-09StringBuffer.java (toString): Don't mark buffer as shared.Tom Tromey2-227/+605
2000-05-05natClass.cc (isInstance): Use __builtin_expect.Bryce McKinlay3-15/+19