| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | * java/util/IdentityHashMap.java (put): Set new threshold correctly | bryce | 2002-04-02 | 2 | -1/+6 |
* | * java/util/BitSet.java (BitSet(int)): if nbits < 0 throw | mark | 2002-04-01 | 2 | -6/+20 |
* | * mauve-libgcj: Add JDK1.3, JDK1.4, JLS1.2 tests, remove ignored tests | mark | 2002-04-01 | 2 | -26/+18 |
* | * libgcj.spec.in, libgcj-test.spec.in: Revert for now. | aoliva | 2002-03-31 | 3 | -4/+6 |
* | * libgcj.spec.in: Override libgcc, not lib. | aoliva | 2002-03-31 | 3 | -4/+9 |
* | * java/net/natPlainDatagramSocketImpl.cc (close): New function. | tromey | 2002-03-29 | 3 | -2/+15 |
* | 2002-03-28 Andrew Haley <aph@redhat.com> | aph | 2002-03-28 | 3 | -0/+62 |
* | * java/net/PlainDatagramSocketImpl.java | jsturm | 2002-03-28 | 5 | -31/+73 |
* | * include/posix-threads.h [alpha] (_Jv_ThreadSelf): Avoid a copy. | rth | 2002-03-27 | 2 | -2/+6 |
* | 2002-03-25 Andrew Haley <aph@cambridge.redhat.com>, Hans Boehm <Hans_Boehm@h... | aph | 2002-03-27 | 2 | -0/+62 |
* | 2002-03-27 Anthony Green <green@redhat.com> | tromey | 2002-03-27 | 9 | -104/+121 |
* | 2002-03-27 Anthony Green <green@redhat.com> | tromey | 2002-03-27 | 2 | -0/+9 |
* | 2002-03-27 Anthony Green <green@redhat.com> | tromey | 2002-03-27 | 2 | -2/+6 |
* | 2002-03-27 Anthony Green <green@redhat.com> | tromey | 2002-03-27 | 2 | -8/+15 |
* | * include/dwarf2-signal.h: Temporarily back out last change. | hboehm | 2002-03-26 | 2 | -30/+6 |
* | * libjava.mauve/mauve.exp (test_mauve): Use correct stderr | tromey | 2002-03-26 | 2 | -2/+7 |
* | * include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha. | ljrittle | 2002-03-26 | 2 | -0/+9 |
* | * configure.in, configure: enable dwarf2-exception-style | hboehm | 2002-03-26 | 4 | -2/+44 |
* | * Makefile.am (libgcj_la_LDFLAGS): Use THREADLDFLAGS. | tromey | 2002-03-26 | 8 | -361/+410 |
* | For PR libgcj/5303: | tromey | 2002-03-25 | 4 | -3/+41 |
* | * java/awt/Component.java (processEvent): Check ComponentEvent | tromey | 2002-03-25 | 2 | -2/+7 |
* | Based on patch from Intel's ORP team: | bryce | 2002-03-25 | 2 | -7/+18 |
* | * java/io/FileInputStream.java (skip): Call fd.getFilePointer() and | bryce | 2002-03-25 | 2 | -1/+6 |
* | * java/io/PushbackReader.java: Reformat. | bryce | 2002-03-25 | 2 | -396/+340 |
* | * java/awt/TextComponent.java (TextComponent): Editable by | tromey | 2002-03-24 | 2 | -0/+4 |
* | * java/awt/MenuItem.java (eventMask): No longer private. | tromey | 2002-03-24 | 10 | -5/+107 |
* | 2002-03-24 Eric Blake <ebb9@email.byu.edu> | mark | 2002-03-24 | 6 | -439/+595 |
* | reverted erroneous checkin | tromey | 2002-03-23 | 6 | -382/+345 |