summaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)Author
2005-07-12FieldCommandSet.java: Implemented the Field CommandSet.Aaron Luchko
2005-07-12PacketProcessor.java (run): Send shutdown to jdwp instead of connection.Aaron Luchko
2005-07-12ObjectReferenceCommandSet.java: New file.Aaron Luchko
2005-07-08verify.cc (class _Jv_BytecodeVerifier): Don't check for abstract classes or i...Colin Walters
2005-07-08posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER (regular...Andrew Haley
2005-07-07* gnu/classpath/jdwp/util/Signature.javaAaron Luchko
2005-07-07* gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java:NewAaron Luchko
2005-07-07re PR java/18119 (Private inner class is visible when it shouldn't be)Bryce McKinlay
2005-07-07re PR java/21045 (Anonymous inner class constructor's exceptions can't be cau...Bryce McKinlay
2005-07-06InputStreamReader.java (refill): Handle no-progress case correctly.Tom Tromey
2005-07-06* testsuite/libjava.jacks/jacks.xfail: Removed 9.1.3-body-5.Tom Tromey
2005-07-05re PR java/19674 (Empty declaration through semicolon (;) causes compile fail...Bryce McKinlay
2005-07-05StringReferenceCommandSet.java: New file.Aaron Luchko
2005-07-04CommandSet.java: New file.Aaron Luchko
2005-07-01* libtool-version: Updated.Tom Tromey
2005-06-30* gnu/classpath/jdwp/util/JdwpString.java: New file.Aaron Luchko
2005-06-30JdwpPacket.java (write): New method.Keith Seitz
2005-06-30JdwpConnection.java (sendEvent): New method.Keith Seitz
2005-06-30Update FSF addressKelley Cook
2005-06-29re PR libgcj/22211 ([4.0 only] Thread.interrupt sometimes causes abort if thr...Tom Tromey
2005-06-29interpret.cc (run): Use _Jv_CheckCast.Tom Tromey
2005-06-28re PR libgcj/22189 (Table Full in gcj-dbtool if -m option used with smallest ...Robin Green
2005-06-27PR java/21540, PR java/13788:Tom Tromey
2005-06-27Okay, let's see if CVS can actually put these in the right place...Keith Seitz
2005-06-26xfails: Updated to reflect current state of mauve and libjava.Andreas Tobler
2005-06-24natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL.Tom Tromey
2005-06-24* boehm.cc (_Jv_MarkObj): Handle case where field's type is NULL.Tom Tromey
2005-06-24verify-impl.c (verify_instructions_0): Correctly handle situation where PC fa...Tom Tromey
2005-06-24interpret.cc (compile): Handle case where table entry is outside of PC range.Tom Tromey
2005-06-23re PR java/20697 (Invalid Can't find method error on call to super)Bryce McKinlay
2005-06-22Makefile.am (SUBDIRS): Use append for conditional.Kelley Cook
2005-06-17VmDeadException.java: New file.Keith Seitz
2005-06-16Makefile.am (libgcj_la_SOURCES): Define without conditional sources.Kelley Cook
2005-06-16configure.ac (USING_ECOS_PLATFORM): Remove and merge into...Kelley Cook
2005-06-15re PR libgcj/17536 (wrong ClassLoader for int[])Tom Tromey
2005-06-15re PR libgcj/21074 (Trivial bug in the method getHeaderFieldKey() in the fil...Goffredo Baroncelli
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey
2005-06-15SystemClassLoader.java (init): Clear last_was_sep in loop.Tom Tromey
2005-06-15JdwpIdFactory.java: New file.Keith Seitz
2005-06-15ArrayId.java: New file.Keith Seitz
2005-06-14* configure.host: Handle Solaris 10/x86.Rainer Orth
2005-06-14re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h)Tom Tromey
2005-06-14Class.java (getClasses): New method.Tom Tromey
2005-06-14ArrayId.java: New file.Keith Seitz
2005-06-13re PR libgcj/22036 (libjava/jni.cc compilation fix in cvs 2005-06-12)Jim Huang
2005-06-13re PR java/21844 (miscompilation of LinkedHashMap)Tom Tromey
2005-06-09Add PR number to ChangeLog entry.Bryce McKinlay
2005-06-09RMIClassLoader.java (getClassLoader): Make public.Bryce McKinlay
2005-06-08MessageFormat.java (parse): When parsing strings, check for an empty pattern ...Ziga Mahkovec
2005-06-07* gnu/classpath/jdwp/transport/JdwpConnection.java: New file.Keith Seitz