aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu
AgeCommit message (Expand)AuthorFilesLines
2007-02-162007-02-16 Gary Benson <gbenson@redhat.com>Gary Benson1-1/+6
2007-02-16[multiple changes]Andrew Haley1-6/+9
2007-02-16interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway3-0/+199
2007-02-15Make-lang.in (JAVA_MANFILES): Add doc/gc-analyze.1.David Daney14-0/+2347
2007-02-15PlainSocketImpl.h: Regenerate.David Daney3-30/+37
2007-02-15natVMVirtualMachine (getFrames): Implement.Kyle Galloway1-4/+42
2007-02-13* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-2/+28
2007-02-12Collections.java (UnmodifiableMap.toArray): Imported changes from Classpath.Tom Tromey3-7/+27
2007-02-10re PR libgcj/30742 (ResourceBundle regression)Andrew Haley1-21/+29
2007-02-09* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz3-1/+84
2007-02-08StackFrameCommandSet.java (executeGetValues): Pass jlong instead of ByteBuffer.Kyle Galloway6-46/+145
2007-02-07re PR classpath/30718 (TransformerException in XSLURIResolver)Chris Burdess2-2/+14
2007-02-05* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-1/+94
2007-02-02natVMVirtualMachine.cc (getFrameCount): Implement.Kyle Galloway1-2/+9
2007-01-30re PR libgcj/30600 (gnu.gcj.convert.BytesToCharsetAdaptor calculates bad argu...Kaloian Doganov1-2/+2
2007-01-29jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.Keith Seitz1-8/+4
2007-01-282007-01-28 Michele Sandri <gpointorama@gmail.com>Michele Sandri1-7/+41
2007-01-27* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-14/+98
2007-01-26libjavaTom Tromey4-4/+4
2007-01-26re PR libgcj/29594 (jv-convert with no args NPE)Tom Tromey1-9/+7
2007-01-25jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.Keith Seitz2-6/+30
2007-01-24* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-2/+32
2007-01-24natVMStackWalker.cc: Call InitClass everywhere.Andrew Haley1-1/+12
2007-01-23* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-2/+8
2007-01-19natVMFrame.cc: Mark unused parameters with MAYBE_UNUSED.Keith Seitz1-3/+5
2007-01-19natVMVirtualMachine.cc: Mark unused parameters in methods and reformat.Keith Seitz1-23/+29
2007-01-19From Macro Trudel <mtrudel@gmx.ch>:Keith Seitz1-2/+2
2007-01-18natVMPipeEcos.cc: Renamed from gnu/java/nio/natPipeImplEcos.cc.Gary Benson6-12/+12
2007-01-16natVMVirtualMachine.cc (DEFINE_CALLBACK): New macro.Keith Seitz1-0/+25
2007-01-15natVMVirtualMachine.cc (suspendThread): Use java.lang.StringBuilder instead o...Keith Seitz1-10/+8
2007-01-15URLClassLoader.java: Removed.Gary Benson5-1/+195
2007-01-11*.h: New files.Tom Tromey41-0/+2639
2007-01-10natDouble.cc (toString): Added parens.Tom Tromey1-0/+2
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey2837-3335/+157818
2006-11-03InetAddress.java: Removed.Gary Benson2-7/+7
2006-11-02* gnu/classpath/jdwp/natVMMethod.cc (getLineTable): Implement.Keith Seitz1-2/+38
2006-11-01Location.java: New file.Keith Seitz2-0/+136
2006-10-28Makefile.am (nat_source_files): Add natBreakpoint.cc.Keith Seitz2-0/+114
2006-10-11natSystemProperties.cc (insertSystemProperties): Removed obsolete comment.Tom Tromey1-1/+1
2006-09-25* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz2-1/+100
2006-09-20InetAddress.java: Mostly merged with Classpath.Gary Benson2-5/+5
2006-08-23* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz2-0/+14
2006-08-22re PR libgcj/27890 (lib/logging.properties pollutes common namespace)Thomas Fitzsimmons1-4/+4
2006-08-14Imported GNU Classpath 0.92Mark Wielaard10-7/+1231
2006-08-06re PR libgcj/28576 (PlainDatagramSocketImpl::connect: not implemented yet)Tom Tromey1-32/+77
2006-08-04VMFrame.java: Update to Classpath 0.91.Keith Seitz7-46/+366
2006-08-01natSystemProperties.cc: Add additional check for getpwuid_r on _POSIX_PTHREAD...Andreas Tobler1-2/+2
2006-07-28natSharedLibLoader.cc (init): Don't set curLoader to VMClassLoader::bootLoader.Andrew Haley1-1/+4
2006-07-22natPlainSocketImplPosix.cc (bind): Clear SockAddr before using - needed for O...Mohan Embar1-0/+5
2006-06-27OutputStreamWriter.java (writeChars): Use a 'do' loop.Tom Tromey2-12/+27