aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2000-07-23StreamTokenizer.java: Merged with classpath.Oskar Liljeblad2-49/+253
2000-07-23Makefile.in: Rebuilt.Tom Tromey16-160/+2244
2000-07-20* scripts/showval.java: New file.Tom Tromey2-0/+43
2000-07-20classes.pl (scan): Print inner classes properly.Tom Tromey3-11/+47
2000-07-20natClassLoader.cc (_Jv_PrepareCompiledClass): Only initialize String fields f...Tom Tromey2-17/+29
2000-07-20File.java (getParentFile): New method, from Classpath via Oskar Liljeblad.Tom Tromey2-0/+9
2000-07-20* java/util/Vector.java (remove(Object)): Implemented.Tom Tromey2-4/+19
2000-07-19natThrowable.cc (fillInStackTrace): Check for zero return from backtrace().Jeff Sturm2-3/+11
2000-07-15commit changelogBryce McKinlay1-0/+7
2000-07-15EventQueue.java (invokeAndWait): Call postEvent() within synchronized block.Bryce McKinlay2-4/+8
2000-07-12Add missing imports.Bryce McKinlay1-0/+2
2000-07-12Fix missing "package" declaration.Bryce McKinlay2-0/+4
2000-07-12Add missing files from last check-in:Bryce McKinlay4-0/+83
2000-07-12backport: Applet.java: New file.Bryce McKinlay7-0/+566
2000-07-12Big AWT patch.Bryce McKinlay70-261/+4822
2000-07-11static_init2.java: New file.Andrew Haley2-0/+13
2000-07-07natClassLoader.cc (_Jv_PrepareCompiledClass): Initialize static final String ...Tom Tromey2-1/+23
2000-07-07stringconst2.out: New file.Tom Tromey3-0/+27
2000-07-03PrintWriter.java (print): Call write(String), not print(String).Tom Tromey2-8/+26
2000-06-30* include/jni.h: Include <gcj/array.h>. Fixes PR libgcj/270.Tom Tromey2-0/+5
2000-06-28re GNATS java.io/203 (File.createTempFile doesn't close descriptor)Andrew Haley3-1/+18
2000-06-28Removed extraneous conflict marker.Warren Levy1-1/+0
2000-06-28Gnu.java: New file.Warren Levy7-8/+444
2000-06-28ThreadGroup.java: Added synchronized flag to many methods.Bryce McKinlay2-36/+51
2000-06-28Principal.java: New file.Warren Levy4-59/+165
2000-06-27MouseEvent.java: Fixed coordinate space confusion.Rolf W. Rasmussen2-6/+8
2000-06-27PushbackInputStream.java (read): If there are characters in the buffer, don't...Tom Tromey3-11/+22
2000-06-27* java/lang/Double.java (valueOf): Call parseDouble().Tom Tromey2-1/+5
2000-06-27PropertyChangeEvent.java (oldVal): Renamed to oldValue.Warren Levy12-101/+275
2000-06-24natDouble.cc (parseDouble): Renamed from doubleValueOf.Tom Tromey3-4/+11
2000-06-23For PR gcj/260:Tom Tromey3-0/+22
2000-06-23ieeefp.h: Handle ia64, fr30, mcore.Andrew Haley3-2/+26
2000-06-23natMethod.cc: Include <alloca.h>.Tom Tromey3-15/+10
2000-06-21ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpat...Bryce McKinlay4-17/+42
2000-06-20ThreadGroup.java: Merged with classpath.Bryce McKinlay5-291/+457
2000-06-18re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized)Tom Tromey3-56/+24
2000-06-16re GNATS libgcj/261 (Macro-inconsistency)Tom Tromey3-4/+13
2000-06-16natIconv.cc (iconv_adapter): New function.Tom Tromey2-8/+24
2000-06-152000-06-15 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2-2/+4
2000-06-152000-06-15 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay3-16/+41
2000-06-13Fix a stupid typo.Warren Levy1-1/+1
2000-06-13Test for PR java.lang/258:Warren Levy3-0/+76
2000-05-31prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well.Tom Tromey5-7/+45
2000-05-31cni.h: Include <string.h>.Bryce McKinlay5-0/+13
2000-05-30name-finder.h: Include <sys/wait.h>.Tom Tromey4-7/+26
2000-05-29re GNATS gcj/242 (Compiler generates call to wrong method from inner class)Bryce McKinlay3-0/+43
2000-05-24ObjectOutputStream.java (writeObject): Use component type when writing arrays.Warren Levy2-3/+9
2000-05-23* libjava.compile/PR238.java: New file. For PR gcj/238.Tom Tromey2-0/+11
2000-05-23stringconst.out: New file.Tom Tromey3-0/+28
2000-05-22re GNATS gcj/232 (segmentation violation at except.c:2180)Bryce McKinlay2-0/+19