aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-23re PR java/20697 (Invalid Can't find method error on call to super)Bryce McKinlay2-0/+33
2005-06-22Makefile.am (SUBDIRS): Use append for conditional.Kelley Cook3-148/+123
2005-06-17VmDeadException.java: New file.Keith Seitz1-0/+17
2005-06-16Makefile.am (libgcj_la_SOURCES): Define without conditional sources.Kelley Cook3-92/+61
2005-06-16configure.ac (USING_ECOS_PLATFORM): Remove and merge into...Kelley Cook11-53/+19
2005-06-15re PR libgcj/17536 (wrong ClassLoader for int[])Tom Tromey3-0/+12
2005-06-15re PR libgcj/21074 (Trivial bug in the method getHeaderFieldKey() in the fil...Goffredo Baroncelli2-1/+11
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey4-5/+20
2005-06-15SystemClassLoader.java (init): Clear last_was_sep in loop.Tom Tromey2-0/+6
2005-06-15JdwpIdFactory.java: New file.Keith Seitz3-4/+312
2005-06-15ArrayId.java: New file.Keith Seitz1-0/+15
2005-06-14* configure.host: Handle Solaris 10/x86.Rainer Orth2-0/+8
2005-06-14re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h)Tom Tromey10-46/+26
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