Age | Commit message (Expand) | Author | Files | Lines |
2005-06-02 | jawt.c: Remove malloc.h, covered by stdlib.h. | Andreas Tobler | 3 | -2/+9 |
2005-06-02 | * gnu/classpath/jdwp/transport/TransportException.java: New file. | Keith Seitz | 2 | -0/+79 |
2005-06-02 | mauve-libgcj: Remove implemented classes from the fail section. | Andreas Tobler | 2 | -6/+7 |
2005-06-01 | configure.ac (BACKTRACESPEC): Remove definition, but continue to AC_SUBST def... | Bryce McKinlay | 3 | -11/+14 |
2005-06-01 | * java/io/ObjectInputStream.java (currentLoader): Fixed typo. | Tom Tromey | 2 | -2/+6 |
2005-06-01 | re PR libgcj/20435 (regex pattern compiling bug) | Ziga Mahkovec | 5 | -16/+56 |
2005-06-01 | Fix typo in initial commit. | Keith Seitz | 1 | -1/+1 |
2005-06-01 | JdwpPacket.java: New file. | Keith Seitz | 4 | -0/+568 |
2005-06-01 | re PR libgcj/21785 (ClassNotFound during deserialization) | Tom Tromey | 5 | -34/+46 |
2005-06-01 | re PR libgcj/21753 (String.substring sharing heuristic should be improved) | Tom Tromey | 2 | -1/+9 |
2005-05-30 | re PR libgcj/21821 (MAXPATHLEN usage in libjava) | Bryce McKinlay | 2 | -5/+12 |
2005-05-30 | re PR libgcj/20273 (LinkedHashMap breaks linked list when access() is called) | Michael Koch | 2 | -1/+7 |
2005-05-27 | ChangeLog: Fix typo. | Ziga Mahkovec | 1 | -1/+5 |
2005-05-27 | Testsuite adjustments for PR java/19870. | Ranjit Mathew | 4 | -0/+64 |
2005-05-26 | decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed. | Bryce McKinlay | 2 | -14/+44 |
2005-05-25 | re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError) | Richard Henderson | 8 | -4/+52 |
2005-05-25 | SAXEventSink.java: Ignore XML entities in start/ end entity callbacks. | Chris Burdess | 2 | -0/+22 |
2005-05-25 | re PR libgcj/21736 (MessageFormat("{0,time,medium}") fails) | Gary Benson | 2 | -1/+10 |
2005-05-25 | re PR libgcj/21703 (hang when rapidly calling String.intern()) | Tom Tromey | 3 | -6/+22 |
2005-05-22 | mprec.c (mult, [...]): Add parenthesis to avoid warnings. | Andreas Jaeger | 2 | -21/+25 |
2005-05-21 | * testsuite/libjava.jacks/jacks.xfail: Remove 3.10.2-round-6. | Ranjit Mathew | 2 | -1/+4 |
2005-05-19 | * exception.cc: Revert 05-17 gcc_unreachable change. | Richard Henderson | 2 | -3/+15 |
2005-05-19 | natClassLoader.cc (_Jv_NewClass): Use _Jv_RegisterInitiatingLoader to registe... | Bryce McKinlay | 2 | -1/+17 |
2005-05-19 | Makefile.am (libgcj0_convenience_la): Removed. | Bryce McKinlay | 3 | -102/+68 |
2005-05-18 | re PR libgcj/19729 (libgcj DSASignature.java null pointer exception) | Thomas Fitzsimmons | 2 | -111/+105 |
2005-05-18 | gtk_jawt.c (classpath_jawt_object_lock, [...]): New functions. | Anthony Green | 5 | -3/+62 |
2005-05-18 | Makefile.am (Makefile.deps): Do not use \0, it is unportable. | Paolo Bonzini | 3 | -2/+7 |
2005-05-18 | configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS. | Kelley Cook | 12 | -100/+458 |
2005-05-18 | re PR libgcj/18220 (Test case libjava.lang/Process_3 does not end if "sed" no... | David Daney | 2 | -0/+6 |
2005-05-17 | unwind-dw2-fde-glibc.c (base_from_cb_data, [...]): Use gcc_assert and gcc_unr... | Nathan Sidwell | 2 | -11/+8 |
2005-05-17 | Makefile.am (Makefile.deps): Do not create native.list and bytecodes.list. | Paolo Bonzini | 3 | -30/+55 |
2005-05-17 | configure.ac (--enable-libgcj-multifile): Remove. | Paolo Bonzini | 11 | -17990/+257 |
2005-05-17 | Charset.java (encode, decode): Synchronize on 'this', not the class. | Tom Tromey | 2 | -32/+31 |
2005-05-16 | Headers.java (parse): Include final character of line. | Tom Tromey | 2 | -2/+13 |
2005-05-16 | re PR libgcj/21606 (java.net.URI fails to decode lowercase hex codes) | Tom Tromey | 2 | -3/+7 |
2005-05-16 | re PR libgcj/20504 (java.util.regex implementation doesn't support quoting co... | Ziga Mahkovec | 2 | -21/+38 |
2005-05-15 | * java/lang/String.java (startsWith): Fixed javadoc. | Tom Tromey | 2 | -1/+5 |
2005-05-15 | re PR java/21519 (ICE in generate_bytecode_conditional, at java/jcf-write.c:1... | Tom Tromey | 3 | -0/+14 |
2005-05-15 | * stacktrace.cc (getLineNumberForFrame): Use _Jv_GetSafeArg. | Tom Tromey | 2 | -3/+7 |
2005-05-14 | re PR libgcj/21557 (Hash synchronization: Thread.interrupt() can make _Jv_Mon... | Bryce McKinlay | 2 | -2/+20 |
2005-05-13 | SystemClassLoader.java (init): Handle empty element in path. | Tom Tromey | 2 | -3/+35 |
2005-05-13 | [multiple changes] | Bryce McKinlay | 5 | -4/+34 |
2005-05-13 | * configure.host: Set IEEESPEC to -mieee for sh*-*-*. | Kaz Kojima | 2 | -0/+5 |
2005-05-12 | Makefile.am (cond_gtk_gcjawt_ltlibrary): Rename libjawt.la libgcjawt.la. | Thomas Fitzsimmons | 3 | -32/+37 |
2005-05-12 | gcj.texi (Code Generation): Document -fbootstrap-classes. | Tom Tromey | 11 | -12/+86 |
2005-05-10 | javaprims.h: Updated. | Tom Tromey | 7 | -13/+1018 |
2005-05-10 | re PR java/21436 (imports not remembered for previously compiled files) | Paolo Bonzini | 2 | -2/+7 |
2005-05-10 | * configure: Regenerate. | Mike Stump | 2 | -110/+192 |
2005-05-10 | BitSet.java (get(int, int)): Fix breakage when requested set doesn't start on... | David Daney | 2 | -1/+6 |
2005-05-09 | libjava.exp (libjava_find_gij): Use $objdir/.. | Bryce McKinlay | 1 | -0/+4 |