aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-04Locale.java (Locale): Don't explicitly check for null.Tom Tromey1-3/+1
2000-04-28String.java (toString): Remove `final' hack.Bryce McKinlay1-3/+0
2000-04-22+ 2000-04-22 Anthony Green <green@cygnus.com> + + * include/jvm.h (__builtin_...Anthony Green1-9/+9
2000-04-21re GNATS libgcj/15 (_REENTRANT should be defined more consistently)Tom Tromey1-7/+0
2000-04-20re GNATS libgcj/212 (build is broken on Linux/Alpha)Tom Tromey1-0/+1
2000-04-12natString.cc (intern): Temporarily disable finalizer registration.Tom Tromey1-1/+1
2000-04-12natString.cc (unintern): Added `obj' argument.Tom Tromey2-5/+8
2000-04-09StringBuffer.java (ensureCapacity): Don't call Math::max.Anthony Green1-9/+29
2000-04-09natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to.Anthony Green1-0/+3
2000-04-02JVMPI changes...Anthony Green1-0/+73
2000-03-28Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay3-144/+58
2000-03-26[multiple changes]Tom Tromey1-0/+2
2000-03-21* java/lang/natClass.cc (isInstance): Use JV_CLASS, not getClass().Bryce McKinlay1-1/+1
2000-03-21natClass.cc (isInstance): Use _Jv_IsAssignableFrom(), not Class.isAssignableF...Bryce McKinlay1-1/+1
2000-03-21natClass.cc (isInstance): Initialize `this'.Bryce McKinlay1-1/+6
2000-03-09natClassLoader.cc (_Jv_FindArrayClass): Call _Jv_PrepareConstantTimeTables.Bryce McKinlay2-2/+4