aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2002-07-12natThrowable.cc (printRawStackTrace): removed.Mark Wielaard7-161/+339
2002-07-10reverted bogus checkinTom Tromey1-2/+0
2002-07-10configure: Rebuilt.Tom Tromey4-235/+244
2002-07-08mauve-libgcj: Don't compile java.sql.Blob.BlobTest...Mark Wielaard2-0/+12
2002-07-06natRuntime.cc (nativeGetLibname): Added missing `#'.Tony Kimball2-1/+5
2002-07-05re PR libgcj/7060 (getMethod() doesn't search super interface)Tom Tromey4-5/+51
2002-07-022002-07-02 Tom Tromey <tromey@redhat.com>Tom Tromey3-12/+17
2002-07-02inline.java: New file.Andrew Haley4-3/+60
2002-07-02re PR libgcj/7180 (possible bug in javax.naming.spi.NamingManager.getPlusPath())Tom Tromey2-2/+8
2002-06-25natPlainDatagramSocketImpl.cc (BooleanClass): Removed.Tom Tromey5-75/+67
2002-06-24verify.cc (branch_prepass): Updated for change to exception handler type.Tom Tromey6-678/+1487
2002-06-24configure: Rebuilt.Tom Tromey6-326/+341
2002-06-24Makefile.in: Rebuilt.Tom Tromey4-125/+125
2002-06-24Makefile.in: Rebuilt.Tom Tromey3-2/+8
2002-06-21Reformat JDBC classes and add new JDK 1.4 classes and methods.Bryce McKinlay46-9407/+9199
2002-06-20For PR libgcj/7073:Tom Tromey3-28/+40
2002-06-18javaprims.h: Updated class declaration list.Tom Tromey5-175/+11
2002-06-18natPlainDatagramSocketImpl.cc (receive): Check bounds of argument to FD_SET.Jeff Sturm3-4/+21
2002-06-18javaprims.h: Updated class declaration list.Tom Tromey31-1519/+2305
2002-06-17javaprims.h: Updated class declaration list.Tom Tromey10-34/+140
2002-06-17ClassNotFoundException.java: New Classpath version.Nathanael Nerode2-110/+64
2002-06-17ActivateFailedException.java: Remerge from Classpath version.Nathanael Nerode11-192/+448
2002-06-17* gcj/javaprims.h: Updated class declaration list.Tom Tromey2-4/+6
2002-06-17* java/io/LineNumberInputStream.java: Merged with Classpath.Tom Tromey2-17/+191
2002-06-16RuntimeException.java: Re-merge with Classpath.Tom Tromey12-130/+202
2002-06-16AccessException.java: Remerge from Classpath.Nathanael Nerode17-241/+637
2002-06-15AbstractMethodError.java: Re-merged with Classpath.Tom Tromey63-2199/+2151
2002-06-15BufferedOutputStream.java: Re-merged with Classpath.Tom Tromey21-720/+609
2002-06-15ChoiceFormat.java: Update comments from Classpath.Nathanael Nerode3-65/+57
2002-06-15InflaterInputStream.java (read): Loop if data has been read but none output b...Tom Tromey9-787/+1347
2002-06-13natString.cc (init): Handle case where DONT_COPY is true and OFFSET!=0.Tom Tromey10-1548/+1699
2002-06-13re PR java/6865 (gcj: segmentation fault on incorrect input)Tom Tromey3-1/+7
2002-06-12re PR libgcj/6652 (new java.io.File("").getCanonicalFile() throws exception)Tom Tromey2-1/+13
2002-06-11Class.h (Class::desiredAssertionStatus): Declare.Tom Tromey10-12/+428
2002-06-11* libjava.compile/PR6865.java: New file. For PR java/6865.Tom Tromey2-0/+7
2002-06-11* libjava.lang/PR6520.java: Fixed typo.Tom Tromey2-1/+5
2002-06-11* libjava.lang/PR6520.java: New file. For PR java/6520.Tom Tromey2-0/+17
2002-06-10configure.host: Disable hash synchronization and slow_pthread_self for cygwin.Bryce McKinlay2-0/+11
2002-06-06natFileDescriptorWin32.cc (open): Disable Win32 file locking, just like the S...Adam Megacz2-4/+6
2002-06-05Makefile.am (libgcj_convenience.la): Revert the last change.H.J. Lu3-14/+11
2002-06-04Use ## for comment.H.J. Lu2-6/+3
2002-06-04Makefile.am (libgcj_convenience.la): New target.H.J. Lu3-5/+23
2002-06-04configure.in (--with-newlib): New option: Check ${with_newlib} instead of ${w...H.J. Lu3-334/+362
2002-06-04re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum...Tom Tromey5-3/+47
2002-06-04* java/util/natTimeZone.cc: Include <stdio.h>.Tom Tromey2-0/+6
2002-05-30* libjava.compile/T20020529.java: New file.Bryce McKinlay2-0/+27
2002-05-29configure.host [...]: Set can_unwind_signal=yes.Ulrich Weigand5-206/+305
2002-05-27re PR java/6820 (miscompilation of (a,++a) as arguments to final method)Bryce McKinlay3-0/+22
2002-05-24natThrowable.cc (fillInStackTrace): Use "stackTraceBytes", not "stackTrace".Bryce McKinlay2-5/+10
2002-05-24Merge JDK 1.4 java.security changes from classpath.Bryce McKinlay59-1324/+2769