aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2005-08-16More testsuite adjustments for PR java/19870.Ranjit Mathew4-1/+54
2005-08-16* gnu/xml/xpath/XPathParser.y: Removed.Tom Tromey2-782/+4
2005-08-12re PR libgcj/23353 (clone() copies internal lock data with hash synchronizati...Morgan Deters2-1/+11
2005-08-11split-for-gcj.sh: Don't use unportable %{parameter%word}.Rainer Orth2-5/+10
2005-07-26package.html, [...]: Removed.Tom Tromey77-2308/+72
2005-07-22Makefile.in: Rebuilt.Tom Tromey3-2/+14
2005-07-20sources.am, [...]: Rebuilt.Tom Tromey9-117/+200
2005-07-20* HACKING: Updated.Tom Tromey2-4/+20
2005-07-19InputContext.java (clinit): Initialize line, im.Matthias Klose2-2/+7
2005-07-18re PR libgcj/21058 (fragile libgcj link process omits some inner classes)Tom Tromey4-93/+120
2005-07-18Makefile.in: Rebuilt.Tom Tromey8-228/+408
2005-07-17* defineclass.cc (handleClassBegin): Remove unused variable.Andreas Jaeger2-1/+4
2005-07-16makemake.tcl (emit_package_rule): Emit command to create target directory.Andreas Schwab5-2/+282
2005-07-16Major merge with Classpath.Tom Tromey2817-643410/+11668
2005-07-16ChangeLog.gcj, [...]: Added.Tom Tromey71-45/+39169
2005-07-16Initial revisionTom Tromey32-0/+5340
2005-07-16Initial revisionTom Tromey4557-0/+1000262
2005-07-15XCanvasPeer.java (attributes): New field.Scott Gilbertson13-64/+229
2005-07-14Connection.java (unquote): New method.Andrew Haley5-17/+91
2005-07-14VirtualMachineCommandSet.java: Implemented VirtualMachine Command Set.Aaron Luchko2-0/+479
2005-07-14Class.java (getProtectionDomain): Merged javadoc from Classpath.Tom Tromey2-0/+18
2005-07-12FieldCommandSet.java: Implemented the Field CommandSet.Aaron Luchko3-0/+140
2005-07-12PacketProcessor.java (run): Send shutdown to jdwp instead of connection.Aaron Luchko2-2/+8
2005-07-12ObjectReferenceCommandSet.java: New file.Aaron Luchko2-4/+258
2005-07-08verify.cc (class _Jv_BytecodeVerifier): Don't check for abstract classes or i...Colin Walters3-2/+15
2005-07-08posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER (regular...Andrew Haley2-1/+7
2005-07-07* gnu/classpath/jdwp/util/Signature.javaAaron Luchko2-0/+19
2005-07-07* gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java:NewAaron Luchko2-0/+326
2005-07-07re PR java/18119 (Private inner class is visible when it shouldn't be)Bryce McKinlay2-4/+5
2005-07-07re PR java/21045 (Anonymous inner class constructor's exceptions can't be cau...Bryce McKinlay3-4/+17
2005-07-06InputStreamReader.java (refill): Handle no-progress case correctly.Tom Tromey3-4/+26
2005-07-06* testsuite/libjava.jacks/jacks.xfail: Removed 9.1.3-body-5.Tom Tromey2-1/+4
2005-07-05re PR java/19674 (Empty declaration through semicolon (;) causes compile fail...Bryce McKinlay2-0/+11
2005-07-05StringReferenceCommandSet.java: New file.Aaron Luchko2-0/+103
2005-07-04CommandSet.java: New file.Aaron Luchko4-33/+197
2005-07-01* libtool-version: Updated.Tom Tromey2-1/+5
2005-06-30* gnu/classpath/jdwp/util/JdwpString.java: New file.Aaron Luchko2-0/+99
2005-06-30JdwpPacket.java (write): New method.Keith Seitz5-50/+53
2005-06-30JdwpConnection.java (sendEvent): New method.Keith Seitz2-2/+44
2005-06-30Update FSF addressKelley Cook2820-5653/+5657
2005-06-29re PR libgcj/22211 ([4.0 only] Thread.interrupt sometimes causes abort if thr...Tom Tromey4-4/+30
2005-06-29interpret.cc (run): Use _Jv_CheckCast.Tom Tromey2-5/+7
2005-06-28re PR libgcj/22189 (Table Full in gcj-dbtool if -m option used with smallest ...Robin Green2-3/+9
2005-06-27PR java/21540, PR java/13788:Tom Tromey4-19/+30
2005-06-27Okay, let's see if CVS can actually put these in the right place...Keith Seitz11-0/+697
2005-06-26xfails: Updated to reflect current state of mauve and libjava.Andreas Tobler2-144/+5
2005-06-24natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL.Tom Tromey5-22/+53
2005-06-24* boehm.cc (_Jv_MarkObj): Handle case where field's type is NULL.Tom Tromey2-2/+10
2005-06-24verify-impl.c (verify_instructions_0): Correctly handle situation where PC fa...Tom Tromey2-2/+8
2005-06-24interpret.cc (compile): Handle case where table entry is outside of PC range.Tom Tromey2-1/+10