aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2005-08-24configure.ac (extra_ldflags_libjava): Enable -single_module only for darwin < 8.Andreas Tobler3-2/+12
2005-08-232005-08-23 Roman Kennke <roman@kennke.org>Roman Kennke2-1/+175
2005-08-23aclocal.m4, [...]: Rebuilt.Tom Tromey4-11/+26
2005-08-23configure: Rebuilt.Tom Tromey3-2/+7
2005-08-23re PR libgcj/23498 (libgcj/classpath add two undesired info files: hacking.in...Tom Tromey1-0/+6
2005-08-22re PR libgcj/22622 (gnu/classpath/Configuration.java being grep'ed for before...Tom Tromey3-8/+29
2005-08-22Makefile.am (ACLOCAL_AMFLAGS): Also include "..".Kelley Cook8-88/+26
2005-08-22Makefile.am (ACLOCAL_AMFLAGS): New.Kelley Cook3-0/+8
2005-08-22re PR libgcj/23498 (libgcj/classpath add two undesired info files: hacking.in...Tom Tromey3-184/+25
2005-08-21re PR libgcj/23507 (gij testsuite failures)John David Anglin2-2/+8
2005-08-21* HACKING: Updated for hacking classpath in libgcj.Tom Tromey2-0/+28
2005-08-20re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)John David Anglin3-1/+18
2005-08-18Makefile.am (extra_ldflags_libjava): New variable to substitute in.Andrew Pinski9-11/+113
2005-08-17class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey6-2/+34
2005-08-17jacks.xfail: Remove 15.21-assoc-7, 15.21-assoc-8, 15.21-equal-3, 15.28-string...Andreas Tobler2-4/+5
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