aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-24Merge JDK 1.4 exception chaining support from classpath.Bryce McKinlay7-67/+731
2002-05-23Makefile.am (all-recursive): Depend on $all_java_class_files so that they bui...Bryce McKinlay3-35/+28
2002-05-23re PR java/6729 (Compiler error causing break of java.lang.Character.isWhites...Bryce McKinlay2-0/+2
2002-05-23Test case for PR 6729.Bryce McKinlay2-0/+17
2002-05-16Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth5-21/+28
2002-05-14natRuntime.cc: Don't include sys/time.h and time.h.Tom Tromey3-11/+19
2002-05-13re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum...Tom Tromey9-696/+1852
2002-05-12SentenceBreakIterator.java (next): Skip all java white space characters.Mark Wielaard2-19/+20
2002-05-10* jni.cc (_Jv_JNIFunctions): Fixed typo.Tom Tromey2-1/+3
2002-05-09ResourceBundle.java: New version from Classpath.Tom Tromey3-644/+770
2002-05-09re PR target/6429 (libgcc_s problem on dual 32/64-bit arches)Jakub Jelinek2-7/+33
2002-05-08jcf-write.c (write_classfile): Write the file to a temporary file and then re...Mark Mitchell3-117/+53
2002-05-08libjava.exp (test_libjava_from_javac): Append .exe to executable names.David Billinghurst2-1/+9
2002-05-08configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and se...Alexandre Oliva3-311/+331
2002-05-07* java/lang/natString.cc (unintern): Fixed typo.Tom Tromey2-2/+6
2002-05-06libjava.exp (libjava_arguments): Don't link with -no-install on *-*-cygwin*.David Billinghurst2-1/+9
2002-05-05libjava.exp (test_libjava_from_source): Add comment explaining last patch.David Billinghurst2-0/+8
2002-05-04For PR java/6519:Mark Wielaard3-0/+25
2002-05-04libjava.exp (test_libjava_from_source): Append .exe to executable names.David Billinghurst2-0/+8
2002-05-03natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE.David Billinghurst8-325/+340
2002-05-03Suggested by Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>Alexandre Oliva3-78/+111
2002-05-03dwarf2-signal.h (INIT_SEGV, [...]): use sigaction instead of __libc_sigaction.Hans Boehm2-11/+10
2002-05-02libjava.exp (libjava_find_spec): New function.Rainer Orth2-4/+36
2002-05-02re PR bootstrap/6525 (libjava won't build on Red Hat Linux 6.2/sparc)David S. Miller2-2/+94
2002-05-02natPlainSocketImpl.cc: Include sys/ioctl.h and sys/filio.h, if present.Jerome Marc2-0/+17
2002-04-30re PR libgcj/6301 (gij -jar does not work)Tom Tromey2-2/+12