| Commit message (Expand) | Author | Age | Files | Lines |
* | 2002-04-29 Gerhard Tonn <GerhardTonn@swol.de> | bryce | 2002-04-29 | 2 | -0/+8 |
* | 2002-04-29 Adam King <aking@dreammechanics.com> | bryce | 2002-04-29 | 2 | -0/+12 |
* | * .cvsignore: Remove files that are present in CVS. | mmitchel | 2002-04-28 | 2 | -6/+7 |
* | 2002-04-25 David S. Miller <davem@redhat.com> | davem | 2002-04-27 | 2 | -14/+27 |
* | * verify.cc (construct_primitive_array_type) [void_type]: New | tromey | 2002-04-26 | 6 | -3/+81 |
* | * gnu/gcj/natCore.cc (create): Use __builtin_alloca, and compute | tromey | 2002-04-24 | 2 | -3/+17 |
* | 2002-04-23 Adam Megacz <adam@xwt.org> | megacz | 2002-04-24 | 3 | -0/+33 |
* | 2002-04-21 David S. Miller <davem@redhat.com> | davem | 2002-04-22 | 2 | -0/+7 |
* | * mauve-libgcj: Don't run java.lang.ref tests since they are buggy. | mark | 2002-04-21 | 4 | -0/+17 |
* | 2002-04-19 David S. Miller <davem@redhat.com> | davem | 2002-04-21 | 7 | -8/+204 |
* | 2002-04-19 Hans Boehm <Hans_Boehm@hp.com> | tromey | 2002-04-20 | 3 | -313/+401 |
* | * java/io/File.java (normalizePath): Add Win32 support for auto | bryce | 2002-04-17 | 2 | -0/+10 |
* | * libjava.lang/negzero.java: New. | mark | 2002-04-17 | 3 | -0/+15 |
* | Fix for PR libgcj/6081: | tromey | 2002-04-16 | 6 | -35/+63 |
* | 2002-04-16 Adam King <aking@dreammechanics.com> | tromey | 2002-04-16 | 2 | -31/+35 |
* | * configure.in: Allow building in $srcdir. | dj | 2002-04-16 | 3 | -232/+239 |
* | * java/net/natPlainDatagramSocketImpl.cc (close): Set timeout to 0. | mark | 2002-04-15 | 3 | -0/+7 |
* | 2002-04-14 Mark Wielaard <mark@klomp.org> | mark | 2002-04-15 | 2 | -1/+5 |
* | 2002-04-13 Adam King <aking@dreammechanics.com> | mark | 2002-04-15 | 2 | -1/+16 |
* | * libjava.mauve/xfails: Expect failures for PR libgcj/6302 and | mark | 2002-04-14 | 2 | -0/+8 |
* | * libjava.mauve/xfails: Expect failures for PR libgcj/6293, | mark | 2002-04-14 | 2 | -0/+12 |
* | Fix botch in last commit. | green | 2002-04-12 | 2 | -2/+2 |
* | Install libgcj.jar as libgcj-VERSION.jar. | green | 2002-04-12 | 10 | -312/+327 |
* | * libjava.lang/SyncGlobal.java, libjava.lang/SyncGlobal.out: | ljrittle | 2002-04-12 | 3 | -0/+37 |
* | * configure.host: Set can_unwind_signal on hosts which support it. | bryce | 2002-04-12 | 4 | -328/+347 |
* | * win32.cc (_Jv_platform_initProperties): Fix spelling of _Jv_Free. | tromey | 2002-04-11 | 2 | -4/+8 |
* | 2002-04-11 Adam King <aking@dreammechanics.com> | tromey | 2002-04-11 | 3 | -22/+36 |
* | * Makefile.in: Rebuilt. | tromey | 2002-04-10 | 9 | -20/+138 |
* | * win32.cc (_Jv_platform_initProperties): Use GetTempPath. | tromey | 2002-04-09 | 2 | -1/+5 |
* | * libjava.lang/PR6204.java, libjava.lang/PR6204.out: New test case. | bryce | 2002-04-09 | 5 | -0/+81 |
* | 2002-04-08 Alberto Biancardi <alberto.biancardi@unipv.it> | tromey | 2002-04-08 | 2 | -1/+7 |
* | * java/util/AbstractMap.java (putAll): Use entrySet size. | mark | 2002-04-08 | 2 | -5/+10 |
* | * libjava.mauve/xfails: Add CASE_INSENSITIVE_ORDER, result was | mark | 2002-04-07 | 2 | -0/+18 |
* | * java/util/Hashtable.java (contains): Remove NullPointer check. | mark | 2002-04-07 | 2 | -15/+16 |
* | typo | bryce | 2002-04-07 | 1 | -1/+1 |
* | 2002-04-07 Adam King <aking@dreammechanics.com> | bryce | 2002-04-07 | 6 | -16/+167 |
* | * libjava.mauve/mauve.exp: Use libgcj.jar not libgcj.zip. | mark | 2002-04-07 | 3 | -1/+12 |
* | * java/lang/Character,java (isDefined): getType() != UNASSIGNED. | mark | 2002-04-07 | 2 | -1/+5 |
* | * java/util/ArrayList.java (addAll(int,Collection)): System.arraycopy | mark | 2002-04-07 | 3 | -5/+28 |
* | * java/util/ArrayList.jva (removeRange): If toIndex == fromIndex do | mark | 2002-04-06 | 2 | -3/+12 |
* | 2002-04-05 Adam Megacz <adam@xwt.org> | megacz | 2002-04-06 | 1 | -0/+4 |
* | 2002-04-05 Adam Megacz <adam@xwt.org> | megacz | 2002-04-06 | 1 | -1/+2 |
* | 2002-04-04 Adam Megacz <adam@xwt.org> | megacz | 2002-04-05 | 2 | -1/+7 |
* | Fix cut-n-paste typo. | ljrittle | 2002-04-05 | 1 | -1/+1 |
* | * configure.host: Add case statement to support generic port | ljrittle | 2002-04-05 | 2 | -5/+24 |
* | * mauve-libgcj: Add JLS1.0 and JLS1.1 tags, ignore Character.unicode | mark | 2002-04-05 | 3 | -3/+34 |
* | * java/util/Arrays.java (qsort): Fix off-by-one errors and use of | bryce | 2002-04-04 | 2 | -42/+54 |
* | * java/lang/reflect/Modifier.java (toString(int,StringBuffer)): Fix | mark | 2002-04-04 | 2 | -8/+13 |
* | * java/lang/natClassLoader.cc (findClass): Compare against `3', | tromey | 2002-04-02 | 2 | -2/+8 |
* | * mauve-libgcj: add java.net.DatagramSocket.DatagramSocketTest2 to | mark | 2002-04-02 | 2 | -0/+6 |