summaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)Author
2000-09-07Makefile.am (Thread.h): Don't be friends with native threads functions.Bryce McKinlay
2000-09-06Constructor.java (toString): Use `getName' for parameter types.Tom Tromey
2000-09-06natMethod.cc (_Jv_CallAnyMethodA): Accept null `args' if method takes no para...Tom Tromey
2000-09-06Fix for PR java.lang/339:Tom Tromey
2000-09-05natIconv.cc (read): Remove unused local.Bryce McKinlay
2000-09-04re GNATS java.io/203 (File.createTempFile doesn't close descriptor)Anthony Green
2000-09-04File.java (deleteOnExit): New method.Anthony Green
2000-08-26Makefile.in: Rebuilt.Anthony Green
2000-08-21natSystem.cc (init_properties): Change sourceware reference to sources.redhat...Anthony Green
2000-08-17natClass.cc (finit_name): Initialized with `finit$'.Alexandre Petit-Bianco
2000-08-08Method.java (hashCode): Use getName().Tom Tromey
2000-08-07PipedInputStream.java (read(byte[],int,int)): Mostly rewrote.Tom Tromey
2000-08-02Makefile.in: Rebuilt.Tom Tromey
2000-08-02[multiple changes]Bryce McKinlay
2000-07-27mauve-libgcj: Activated serialization tests.Warren Levy
2000-07-20natClassLoader.cc (_Jv_PrepareCompiledClass): Only initialize String fields f...Tom Tromey
2000-07-19natThrowable.cc (fillInStackTrace): Check for zero return from backtrace().Jeff Sturm
2000-07-07natClassLoader.cc (_Jv_PrepareCompiledClass): Initialize static final String ...Tom Tromey
2000-06-28ThreadGroup.java: Added synchronized flag to many methods.Bryce McKinlay
2000-06-27* java/lang/Double.java (valueOf): Call parseDouble().Tom Tromey
2000-06-27PropertyChangeEvent.java (oldVal): Renamed to oldValue.Warren Levy
2000-06-24natDouble.cc (parseDouble): Renamed from doubleValueOf.Tom Tromey
2000-06-23ieeefp.h: Handle ia64, fr30, mcore.Andrew Haley
2000-06-23natMethod.cc: Include <alloca.h>.Tom Tromey
2000-06-21ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpat...Bryce McKinlay
2000-06-20ThreadGroup.java: Merged with classpath.Bryce McKinlay
2000-06-18re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized)Tom Tromey
2000-06-152000-06-15 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay
2000-06-152000-06-15 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay
2000-05-31prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well.Tom Tromey
2000-05-30name-finder.h: Include <sys/wait.h>.Tom Tromey
2000-05-21re GNATS libgcj/226 (implicit __builtin_expect) and GNATS gcj/228 (compressed...Bryce McKinlay
2000-05-19Jumbo patch:Tom Tromey
2000-05-18Thread.java: Declare `data' as Object, not RawData.Bryce McKinlay
2000-05-10StringBuffer.java (replace): Calculate length for arraycopy() correctly.Bryce McKinlay
2000-05-10StringBuffer.java (delete): Call arrayCopy() correctly.Bryce McKinlay
2000-05-09StringBuffer.java (toString): Don't mark buffer as shared.Tom Tromey
2000-05-05natClass.cc (isInstance): Use __builtin_expect.Bryce McKinlay
2000-05-04Locale.java (Locale): Don't explicitly check for null.Tom Tromey
2000-04-28String.java (toString): Remove `final' hack.Bryce McKinlay
2000-04-22+ 2000-04-22 Anthony Green <green@cygnus.com> + + * include/jvm.h (__builtin_...Anthony Green
2000-04-21re GNATS libgcj/15 (_REENTRANT should be defined more consistently)Tom Tromey
2000-04-20re GNATS libgcj/212 (build is broken on Linux/Alpha)Tom Tromey
2000-04-12natString.cc (intern): Temporarily disable finalizer registration.Tom Tromey
2000-04-12natString.cc (unintern): Added `obj' argument.Tom Tromey
2000-04-09StringBuffer.java (ensureCapacity): Don't call Math::max.Anthony Green
2000-04-09natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to.Anthony Green
2000-04-02JVMPI changes...Anthony Green
2000-03-28Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay
2000-03-26[multiple changes]Tom Tromey