Age | Commit message (Expand) | Author | Files | Lines |
2005-07-16 | Initial revision | Tom Tromey | 4557 | -0/+1000262 |
2005-07-15 | XCanvasPeer.java (attributes): New field. | Scott Gilbertson | 13 | -64/+229 |
2005-07-14 | Connection.java (unquote): New method. | Andrew Haley | 5 | -17/+91 |
2005-07-14 | VirtualMachineCommandSet.java: Implemented VirtualMachine Command Set. | Aaron Luchko | 2 | -0/+479 |
2005-07-14 | Class.java (getProtectionDomain): Merged javadoc from Classpath. | Tom Tromey | 2 | -0/+18 |
2005-07-12 | FieldCommandSet.java: Implemented the Field CommandSet. | Aaron Luchko | 3 | -0/+140 |
2005-07-12 | PacketProcessor.java (run): Send shutdown to jdwp instead of connection. | Aaron Luchko | 2 | -2/+8 |
2005-07-12 | ObjectReferenceCommandSet.java: New file. | Aaron Luchko | 2 | -4/+258 |
2005-07-08 | verify.cc (class _Jv_BytecodeVerifier): Don't check for abstract classes or i... | Colin Walters | 3 | -2/+15 |
2005-07-08 | posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER (regular... | Andrew Haley | 2 | -1/+7 |
2005-07-07 | * gnu/classpath/jdwp/util/Signature.java | Aaron Luchko | 2 | -0/+19 |
2005-07-07 | * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java:New | Aaron Luchko | 2 | -0/+326 |
2005-07-07 | re PR java/18119 (Private inner class is visible when it shouldn't be) | Bryce McKinlay | 2 | -4/+5 |
2005-07-07 | re PR java/21045 (Anonymous inner class constructor's exceptions can't be cau... | Bryce McKinlay | 3 | -4/+17 |
2005-07-06 | InputStreamReader.java (refill): Handle no-progress case correctly. | Tom Tromey | 3 | -4/+26 |
2005-07-06 | * testsuite/libjava.jacks/jacks.xfail: Removed 9.1.3-body-5. | Tom Tromey | 2 | -1/+4 |
2005-07-05 | re PR java/19674 (Empty declaration through semicolon (;) causes compile fail... | Bryce McKinlay | 2 | -0/+11 |
2005-07-05 | StringReferenceCommandSet.java: New file. | Aaron Luchko | 2 | -0/+103 |
2005-07-04 | CommandSet.java: New file. | Aaron Luchko | 4 | -33/+197 |
2005-07-01 | * libtool-version: Updated. | Tom Tromey | 2 | -1/+5 |
2005-06-30 | * gnu/classpath/jdwp/util/JdwpString.java: New file. | Aaron Luchko | 2 | -0/+99 |
2005-06-30 | JdwpPacket.java (write): New method. | Keith Seitz | 5 | -50/+53 |
2005-06-30 | JdwpConnection.java (sendEvent): New method. | Keith Seitz | 2 | -2/+44 |
2005-06-30 | Update FSF address | Kelley Cook | 2820 | -5653/+5657 |
2005-06-29 | re PR libgcj/22211 ([4.0 only] Thread.interrupt sometimes causes abort if thr... | Tom Tromey | 4 | -4/+30 |
2005-06-29 | interpret.cc (run): Use _Jv_CheckCast. | Tom Tromey | 2 | -5/+7 |
2005-06-28 | re PR libgcj/22189 (Table Full in gcj-dbtool if -m option used with smallest ... | Robin Green | 2 | -3/+9 |
2005-06-27 | PR java/21540, PR java/13788: | Tom Tromey | 4 | -19/+30 |
2005-06-27 | Okay, let's see if CVS can actually put these in the right place... | Keith Seitz | 11 | -0/+697 |
2005-06-26 | xfails: Updated to reflect current state of mauve and libjava. | Andreas Tobler | 2 | -144/+5 |
2005-06-24 | natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL. | Tom Tromey | 5 | -22/+53 |
2005-06-24 | * boehm.cc (_Jv_MarkObj): Handle case where field's type is NULL. | Tom Tromey | 2 | -2/+10 |
2005-06-24 | verify-impl.c (verify_instructions_0): Correctly handle situation where PC fa... | Tom Tromey | 2 | -2/+8 |
2005-06-24 | interpret.cc (compile): Handle case where table entry is outside of PC range. | Tom Tromey | 2 | -1/+10 |
2005-06-23 | re PR java/20697 (Invalid Can't find method error on call to super) | Bryce McKinlay | 2 | -0/+33 |
2005-06-22 | Makefile.am (SUBDIRS): Use append for conditional. | Kelley Cook | 3 | -148/+123 |
2005-06-17 | VmDeadException.java: New file. | Keith Seitz | 1 | -0/+17 |
2005-06-16 | Makefile.am (libgcj_la_SOURCES): Define without conditional sources. | Kelley Cook | 3 | -92/+61 |
2005-06-16 | configure.ac (USING_ECOS_PLATFORM): Remove and merge into... | Kelley Cook | 11 | -53/+19 |
2005-06-15 | re PR libgcj/17536 (wrong ClassLoader for int[]) | Tom Tromey | 3 | -0/+12 |
2005-06-15 | re PR libgcj/21074 (Trivial bug in the method getHeaderFieldKey() in the fil... | Goffredo Baroncelli | 2 | -1/+11 |
2005-06-15 | re PR libgcj/21906 (hang when invoking abstract method) | Tom Tromey | 4 | -5/+20 |
2005-06-15 | SystemClassLoader.java (init): Clear last_was_sep in loop. | Tom Tromey | 2 | -0/+6 |
2005-06-15 | JdwpIdFactory.java: New file. | Keith Seitz | 3 | -4/+312 |
2005-06-15 | ArrayId.java: New file. | Keith Seitz | 1 | -0/+15 |
2005-06-14 | * configure.host: Handle Solaris 10/x86. | Rainer Orth | 2 | -0/+8 |
2005-06-14 | re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h) | Tom Tromey | 10 | -46/+26 |
2005-06-14 | Class.java (getClasses): New method. | Tom Tromey | 4 | -90/+97 |
2005-06-14 | ArrayId.java: New file. | Keith Seitz | 12 | -0/+866 |
2005-06-13 | re PR libgcj/22036 (libjava/jni.cc compilation fix in cvs 2005-06-12) | Jim Huang | 2 | -12/+18 |