aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath
AgeCommit message (Expand)AuthorFilesLines
2007-03-06AbsentInformationException.java: New file.Kyle Galloway2-7/+125
2007-02-20* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-19/+20
2007-02-17* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-0/+175
2007-02-16[multiple changes]Andrew Haley1-46/+0
2007-02-15PlainSocketImpl.h: Regenerate.David Daney2-30/+32
2007-02-15natVMVirtualMachine (getFrames): Implement.Kyle Galloway1-4/+42
2007-02-13* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-2/+28
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-05* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-1/+94
2007-02-02natVMVirtualMachine.cc (getFrameCount): Implement.Kyle Galloway1-2/+9
2007-01-29jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.Keith Seitz1-8/+4
2007-01-27* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-14/+98
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-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-09Merged gcj-eclipse branch to trunk.Tom Tromey154-3/+6807
2006-11-02* gnu/classpath/jdwp/natVMMethod.cc (getLineTable): Implement.Keith Seitz1-2/+38
2006-10-11natSystemProperties.cc (insertSystemProperties): Removed obsolete comment.Tom Tromey1-1/+1
2006-09-25* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz2-1/+100
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-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-06-20natSystemProperties.cc (insertSystemProperties): Bump "java.class.version" to...Bryce McKinlay1-1/+1
2006-06-09gcj.texi (libgcj Runtime Properties): Document gnu.gcj.user.realname.Tom Tromey1-1/+2
2006-05-30makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-gtk.lo.Thomas Fitzsimmons1-10/+32
2006-05-18Imported GNU Classpath 0.90Mark Wielaard2-38/+209
2006-03-10Imported GNU Classpath 0.90Mark Wielaard1-1/+6
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay1-3/+3
2005-11-08re PR libgcj/24587 (libgcj should set gnu.classpath.version system property)Tom Tromey1-0/+3
2005-09-23Imported Classpath 0.18.Tom Tromey3-0/+857
2005-09-12re PR libgcj/23762 (java.library.path should default to value of environment ...Thomas Fitzsimmons1-2/+9
2005-09-08re PR libgcj/23761 (java.library.path doesn't affect module loading path)Thomas Fitzsimmons1-1/+3
2005-07-16Major merge with Classpath.Tom Tromey45-5622/+0
2005-07-14VirtualMachineCommandSet.java: Implemented VirtualMachine Command Set.Aaron Luchko1-0/+474
2005-07-12FieldCommandSet.java: Implemented the Field CommandSet.Aaron Luchko2-0/+133
2005-07-12PacketProcessor.java (run): Send shutdown to jdwp instead of connection.Aaron Luchko1-2/+3
2005-07-12ObjectReferenceCommandSet.java: New file.Aaron Luchko1-0/+249
2005-07-07* gnu/classpath/jdwp/util/Signature.javaAaron Luchko1-0/+14
2005-07-07* gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java:NewAaron Luchko1-0/+321
2005-07-05StringReferenceCommandSet.java: New file.Aaron Luchko1-0/+98
2005-07-04CommandSet.java: New file.Aaron Luchko3-33/+189