summaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath
AgeCommit message (Expand)Author
2007-01-23* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-01-19natVMFrame.cc: Mark unused parameters with MAYBE_UNUSED.Keith Seitz
2007-01-19natVMVirtualMachine.cc: Mark unused parameters in methods and reformat.Keith Seitz
2007-01-19From Macro Trudel <mtrudel@gmx.ch>:Keith Seitz
2007-01-16natVMVirtualMachine.cc (DEFINE_CALLBACK): New macro.Keith Seitz
2007-01-15natVMVirtualMachine.cc (suspendThread): Use java.lang.StringBuilder instead o...Keith Seitz
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-11-02* gnu/classpath/jdwp/natVMMethod.cc (getLineTable): Implement.Keith Seitz
2006-10-11natSystemProperties.cc (insertSystemProperties): Removed obsolete comment.Tom Tromey
2006-09-25* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz
2006-08-23* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz
2006-08-22re PR libgcj/27890 (lib/logging.properties pollutes common namespace)Thomas Fitzsimmons
2006-08-04VMFrame.java: Update to Classpath 0.91.Keith Seitz
2006-08-01natSystemProperties.cc: Add additional check for getpwuid_r on _POSIX_PTHREAD...Andreas Tobler
2006-06-20natSystemProperties.cc (insertSystemProperties): Bump "java.class.version" to...Bryce McKinlay
2006-06-09gcj.texi (libgcj Runtime Properties): Document gnu.gcj.user.realname.Tom Tromey
2006-05-30makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-gtk.lo.Thomas Fitzsimmons
2006-05-18Imported GNU Classpath 0.90Mark Wielaard
2006-03-10Imported GNU Classpath 0.90Mark Wielaard
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay
2005-11-08re PR libgcj/24587 (libgcj should set gnu.classpath.version system property)Tom Tromey
2005-09-23Imported Classpath 0.18.Tom Tromey
2005-09-12re PR libgcj/23762 (java.library.path should default to value of environment ...Thomas Fitzsimmons
2005-09-08re PR libgcj/23761 (java.library.path doesn't affect module loading path)Thomas Fitzsimmons
2005-07-16Major merge with Classpath.Tom Tromey
2005-07-14VirtualMachineCommandSet.java: Implemented VirtualMachine Command Set.Aaron Luchko
2005-07-12FieldCommandSet.java: Implemented the Field CommandSet.Aaron Luchko
2005-07-12PacketProcessor.java (run): Send shutdown to jdwp instead of connection.Aaron Luchko
2005-07-12ObjectReferenceCommandSet.java: New file.Aaron Luchko
2005-07-07* gnu/classpath/jdwp/util/Signature.javaAaron Luchko
2005-07-07* gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java:NewAaron Luchko
2005-07-05StringReferenceCommandSet.java: New file.Aaron Luchko
2005-07-04CommandSet.java: New file.Aaron Luchko
2005-06-30* gnu/classpath/jdwp/util/JdwpString.java: New file.Aaron Luchko
2005-06-30JdwpPacket.java (write): New method.Keith Seitz
2005-06-30JdwpConnection.java (sendEvent): New method.Keith Seitz
2005-06-30Update FSF addressKelley Cook
2005-06-27Okay, let's see if CVS can actually put these in the right place...Keith Seitz
2005-06-15JdwpIdFactory.java: New file.Keith Seitz
2005-06-14ArrayId.java: New file.Keith Seitz
2005-06-07* gnu/classpath/jdwp/transport/JdwpConnection.java: New file.Keith Seitz
2005-06-07* gnu/classpath/jdwp/util/Signature.java: New file.Keith Seitz
2005-06-03* gnu/classpath/jdwp/transport/TransportFactory.java: New file.Keith Seitz
2005-06-03ITransport.java: New file.Keith Seitz
2005-06-02* gnu/classpath/jdwp/transport/TransportException.java: New file.Keith Seitz
2005-06-01Fix typo in initial commit.Keith Seitz
2005-06-01JdwpPacket.java: New file.Keith Seitz
2005-04-25[multiple changes]Michael Koch
2005-03-10New Stack Trace infrastructure.Bryce McKinlay
2004-11-06UnicastConnectionManager.java (clients): Now package-private.Tom Tromey