aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2005-06-14Class.java (getClasses): New method.Tom Tromey4-90/+97
2005-06-14ArrayId.java: New file.Keith Seitz12-0/+866
2005-06-13re PR libgcj/22036 (libjava/jni.cc compilation fix in cvs 2005-06-12)Jim Huang2-12/+18
2005-06-13re PR java/21844 (miscompilation of LinkedHashMap)Tom Tromey3-0/+40
2005-06-09Add PR number to ChangeLog entry.Bryce McKinlay1-0/+1
2005-06-09RMIClassLoader.java (getClassLoader): Make public.Bryce McKinlay2-1/+6
2005-06-08MessageFormat.java (parse): When parsing strings, check for an empty pattern ...Ziga Mahkovec2-1/+10
2005-06-07* gnu/classpath/jdwp/transport/JdwpConnection.java: New file.Keith Seitz2-0/+266
2005-06-07* gnu/classpath/jdwp/util/Signature.java: New file.Keith Seitz2-0/+139
2005-06-06natPlainSocketImplPosix.cc (setOption): Fix case fall-through bug.Anthony Green2-0/+6
2005-06-04Update copyright year.Anthony Green2-2/+2
2005-06-04URLClassLoader.java: import gnu.gcj.Core, and gnu.java.net.protocol.core.Core...Anthony Green4-1/+84
2005-06-03* gnu/classpath/jdwp/transport/TransportFactory.java: New file.Keith Seitz2-0/+116
2005-06-03ITransport.java: New file.Keith Seitz3-0/+260
2005-06-02jawt.c: Remove malloc.h, covered by stdlib.h.Andreas Tobler3-2/+9
2005-06-02* gnu/classpath/jdwp/transport/TransportException.java: New file.Keith Seitz2-0/+79
2005-06-02mauve-libgcj: Remove implemented classes from the fail section.Andreas Tobler2-6/+7
2005-06-01configure.ac (BACKTRACESPEC): Remove definition, but continue to AC_SUBST def...Bryce McKinlay3-11/+14
2005-06-01* java/io/ObjectInputStream.java (currentLoader): Fixed typo.Tom Tromey2-2/+6
2005-06-01re PR libgcj/20435 (regex pattern compiling bug)Ziga Mahkovec5-16/+56
2005-06-01Fix typo in initial commit.Keith Seitz1-1/+1
2005-06-01JdwpPacket.java: New file.Keith Seitz4-0/+568
2005-06-01re PR libgcj/21785 (ClassNotFound during deserialization)Tom Tromey5-34/+46
2005-06-01re PR libgcj/21753 (String.substring sharing heuristic should be improved)Tom Tromey2-1/+9
2005-05-30re PR libgcj/21821 (MAXPATHLEN usage in libjava)Bryce McKinlay2-5/+12
2005-05-30re PR libgcj/20273 (LinkedHashMap breaks linked list when access() is called)Michael Koch2-1/+7
2005-05-27ChangeLog: Fix typo.Ziga Mahkovec1-1/+5
2005-05-27Testsuite adjustments for PR java/19870.Ranjit Mathew4-0/+64
2005-05-26decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed.Bryce McKinlay2-14/+44
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson8-4/+52
2005-05-25SAXEventSink.java: Ignore XML entities in start/ end entity callbacks.Chris Burdess2-0/+22
2005-05-25re PR libgcj/21736 (MessageFormat("{0,time,medium}") fails)Gary Benson2-1/+10
2005-05-25re PR libgcj/21703 (hang when rapidly calling String.intern())Tom Tromey3-6/+22
2005-05-22mprec.c (mult, [...]): Add parenthesis to avoid warnings.Andreas Jaeger2-21/+25
2005-05-21* testsuite/libjava.jacks/jacks.xfail: Remove 3.10.2-round-6.Ranjit Mathew2-1/+4
2005-05-19* exception.cc: Revert 05-17 gcc_unreachable change.Richard Henderson2-3/+15
2005-05-19natClassLoader.cc (_Jv_NewClass): Use _Jv_RegisterInitiatingLoader to registe...Bryce McKinlay2-1/+17
2005-05-19Makefile.am (libgcj0_convenience_la): Removed.Bryce McKinlay3-102/+68
2005-05-18re PR libgcj/19729 (libgcj DSASignature.java null pointer exception)Thomas Fitzsimmons2-111/+105
2005-05-18gtk_jawt.c (classpath_jawt_object_lock, [...]): New functions.Anthony Green5-3/+62
2005-05-18Makefile.am (Makefile.deps): Do not use \0, it is unportable.Paolo Bonzini3-2/+7
2005-05-18configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.Kelley Cook12-100/+458
2005-05-18re PR libgcj/18220 (Test case libjava.lang/Process_3 does not end if "sed" no...David Daney2-0/+6
2005-05-17unwind-dw2-fde-glibc.c (base_from_cb_data, [...]): Use gcc_assert and gcc_unr...Nathan Sidwell2-11/+8
2005-05-17Makefile.am (Makefile.deps): Do not create native.list and bytecodes.list.Paolo Bonzini3-30/+55
2005-05-17configure.ac (--enable-libgcj-multifile): Remove.Paolo Bonzini11-17990/+257
2005-05-17Charset.java (encode, decode): Synchronize on 'this', not the class.Tom Tromey2-32/+31
2005-05-16Headers.java (parse): Include final character of line.Tom Tromey2-2/+13
2005-05-16re PR libgcj/21606 (java.net.URI fails to decode lowercase hex codes)Tom Tromey2-3/+7
2005-05-16re PR libgcj/20504 (java.util.regex implementation doesn't support quoting co...Ziga Mahkovec2-21/+38