Age | Commit message (Expand) | Author | Files | Lines |
2002-04-30 | re PR libgcj/6301 (gij -jar does not work) | Tom Tromey | 2 | -2/+12 |
2002-04-29 | ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390. | Gerhard Tonn | 2 | -0/+8 |
2002-04-29 | natFileDescriptorWin32.cc (open): Move file pointer to end of file in APPEND ... | Adam King | 2 | -0/+12 |
2002-04-28 | * .cvsignore: Remove files that are present in CVS. | Mark Mitchell | 2 | -6/+7 |
2002-04-26 | re PR target/6422 (libjava failures on sparc-linux) | David S. Miller | 2 | -14/+27 |
2002-04-26 | verify.cc (construct_primitive_array_type): New case. | Tom Tromey | 6 | -3/+81 |
2002-04-24 | natCore.cc (create): Use __builtin_alloca, and compute correct length of UTF-... | Tom Tromey | 2 | -3/+17 |
2002-04-24 | win32.cc, win32.cc (backtrace): Added this function because Win32 does not su... | Adam Megacz | 3 | -0/+33 |
2002-04-22 | dwarf2-signal.h (MAKE_THROW_FRAME, sparc32): Document magic instruction readi... | David S. Miller | 2 | -0/+7 |
2002-04-21 | re PR java/6391 (Constant float to int conversions don't use ieee_real_to_int... | Mark Wielaard | 4 | -0/+17 |
2002-04-21 | dwarf2-signal.h (SIGNAL_HANDLER): Name siginfo_t pointer arg. | David S. Miller | 7 | -8/+204 |
2002-04-20 | configure: Rebuilt. | Hans Boehm | 3 | -313/+401 |
2002-04-18 | File.java (normalizePath): Add Win32 support for auto conversion of a '/' pat... | Adam King | 2 | -0/+10 |
2002-04-17 | negzero.java: New. | Mark Wielaard | 3 | -0/+15 |
2002-04-16 | re PR libgcj/6081 (libjava make install fails: Arg list too long) | Tom Tromey | 6 | -35/+63 |
2002-04-16 | natFileWin32.cc (performList): Return the correct array type. | Adam King | 2 | -31/+35 |
2002-04-15 | configure.in: Allow building in $srcdir. | DJ Delorie | 3 | -232/+239 |
2002-04-15 | natPlainDatagramSocketImpl.cc (close): Set timeout to 0. | Mark Wielaard | 3 | -0/+7 |
2002-04-15 | Connection.java (usingProxy): return false. | Mark Wielaard | 2 | -1/+5 |
2002-04-15 | natDouble.cc (parseDouble): Allow a number to end with the f/F/d/D modifiers. | Adam King | 2 | -1/+16 |
2002-04-14 | re PR libgcj/6302 (http URLConnection does not support HTTP/1.1 (and chunked ... | Mark Wielaard | 2 | -0/+8 |
2002-04-14 | re PR libgcj/6293 (PipedInputStream.close() does not notify writer (Mauve test)) | Mark Wielaard | 2 | -0/+12 |
2002-04-12 | Fix botch in last commit. | Anthony Green | 2 | -2/+2 |
2002-04-12 | Install libgcj.jar as libgcj-VERSION.jar. | Anthony Green | 10 | -312/+327 |
2002-04-12 | SyncGlobal.java, [...]: New test case. | Loren J. Rittle | 3 | -0/+37 |
2002-04-12 | configure.host: Set can_unwind_signal on hosts which support it. | Bryce McKinlay | 4 | -328/+347 |
2002-04-11 | * win32.cc (_Jv_platform_initProperties): Fix spelling of _Jv_Free. | Tom Tromey | 2 | -4/+8 |
2002-04-11 | jvm.h (_Jv_ThrowBadArrayIndex, [...]): Mark as noreturn. | Adam King | 3 | -22/+36 |
2002-04-10 | Makefile.in: Rebuilt. | Tom Tromey | 9 | -20/+138 |
2002-04-09 | * win32.cc (_Jv_platform_initProperties): Use GetTempPath. | Tom Tromey | 2 | -1/+5 |
2002-04-09 | re PR java/6204 (gcj generates invalid byte code) | Bryce McKinlay | 5 | -0/+81 |
2002-04-08 | re PR libgcj/6187 (method distance of class java.awt.geom.Point2D causes infi... | Alberto Biancardi | 2 | -1/+7 |
2002-04-08 | AbstractMap.java (putAll): Use entrySet size. | Mark Wielaard | 2 | -5/+10 |
2002-04-07 | xfails: Add CASE_INSENSITIVE_ORDER... | Mark Wielaard | 2 | -0/+18 |
2002-04-07 | Hashtable.java (contains): Remove NullPointer check. | Mark Wielaard | 2 | -15/+16 |
2002-04-07 | typo | Bryce McKinlay | 1 | -1/+1 |
2002-04-07 | natSystem.cc (init_properties): Call new function _Jv_platform_initProperties. | Adam King | 6 | -16/+167 |
2002-04-07 | mauve.exp: Use libgcj.jar not libgcj.zip. | Mark Wielaard | 3 | -1/+12 |
2002-04-07 | * java/lang/Character,java (isDefined): getType() != UNASSIGNED. | Mark Wielaard | 2 | -1/+5 |
2002-04-07 | ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remainin... | Mark Wielaard | 3 | -5/+28 |
2002-04-06 | ArrayList.jva (removeRange): If toIndex == fromIndex do nothing... | Mark Wielaard | 2 | -3/+12 |
2002-04-06 | exception.cc (abort): added static modifier | Adam Megacz | 1 | -0/+4 |
2002-04-06 | exception.cc (abort): added static modifier | Adam Megacz | 1 | -1/+2 |
2002-04-05 | win32.h (_Jv_platform_close_on_exec): added inline modifier. | Adam Megacz | 2 | -1/+7 |
2002-04-05 | Fix cut-n-paste typo. | Loren J. Rittle | 1 | -1/+1 |
2002-04-05 | configure.host: Add case statement to support generic port properties. | Loren J. Rittle | 2 | -5/+24 |
2002-04-05 | mauve-libgcj: Add JLS1.0 and JLS1.1 tags, ignore Character.unicode test. | Mark Wielaard | 3 | -3/+34 |
2002-04-04 | Arrays.java (qsort): Fix off-by-one errors and use of incorrect "hi" value wh... | Bryce McKinlay | 2 | -42/+54 |
2002-04-04 | Modifier.java (toString(int,StringBuffer)): Fix ordering. | Mark Wielaard | 2 | -8/+13 |
2002-04-02 | natClassLoader.cc (findClass): Compare against `3', not `0'. | Tom Tromey | 2 | -2/+8 |