summaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath
AgeCommit message (Expand)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2012-03-23Merge GNU Classpath 0.99 into libjava.Andrew John Hughes
2010-03-13re PR libgcj/42676 (javah doesn't generate the header files as checked in in ...Matthias Klose
2009-04-28interpret.cc (DEBUG): Rename this ...Dave Korn
2009-04-22natVMVirtualMachine.cc (handle_single_step): Use casted pointer in debugging ...Dave Korn
2009-02-25Sync libgcj with GNU Classpath 0.98.Andrew John Hughes
2008-10-21re PR libgcj/37636 (java tools are unable to find resource files)Matthias Klose
2008-06-28Import GNU Classpath (classpath-0_97_2-release).Matthias Klose
2008-03-10Don't leak upon failed realloc.Jim Meyering
2007-09-04[multiple changes]Andrew Haley
2007-07-13[multiple changes]Andrew Haley
2007-07-12MethodResult.h, [...]: Regenerate.Matthias Klose
2007-06-21* gnu/classpath/jdwp/VMVirtualMachine.h: Regenerate.Keith Seitz
2007-06-20VMVirtualMachine.java (executeMethod): Update from reference implementation.Keith Seitz
2007-06-03libjava/classpath/ChangeLog.gcj:Matthias Klose
2007-05-17natVMMethod.cc (getModifiers): Check for native classes and mark methods as n...Kyle Galloway
2007-05-17VMFrame.java (<init>): Add parameter for "this" pointer.Kyle Galloway
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz
2007-05-07Jdwp.class: Regenerate.Keith Seitz
2007-05-04natVMVirtualMachine.cc (getClassMethod): Change to use JVMTI.Kyle Galloway
2007-05-04jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz
2007-04-28Jdwp.class: Regenerated.Keith Seitz
2007-04-28LocationOnlyFilter.class: Regenerated;Keith Seitz
2007-04-25VMIdManager.java (getObjectId): Deal with null objects.Kyle Galloway
2007-04-242007-04-24 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway
2007-04-23natVMVirtualMachine.cc (getSourceFile): Check for null source file and throw ...Kyle Galloway
2007-04-09ArrayValue.java: New file.Kyle Galloway
2007-04-05VariableTable.java: Change longs to ints for argCnt and slots.Kyle Galloway
2007-04-02interpret-run.cc: Add code to properly set up variable slots when debugging.Kyle Galloway
2007-03-27VMFrame.java: Update from upstream classpath.Keith Seitz
2007-03-13java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz
2007-03-13Makefile.am (AM_CXXFLAGS): Define ECJ_JAR_FILE.Thomas Fitzsimmons
2007-03-06AbsentInformationException.java: New file.Kyle Galloway
2007-02-20* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-17* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-16[multiple changes]Andrew Haley
2007-02-15PlainSocketImpl.h: Regenerate.David Daney
2007-02-15natVMVirtualMachine (getFrames): Implement.Kyle Galloway
2007-02-13* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-10re PR libgcj/30742 (ResourceBundle regression)Andrew Haley
2007-02-09* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz
2007-02-08StackFrameCommandSet.java (executeGetValues): Pass jlong instead of ByteBuffer.Kyle Galloway
2007-02-05* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-02natVMVirtualMachine.cc (getFrameCount): Implement.Kyle Galloway
2007-01-29jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.Keith Seitz
2007-01-27* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-01-25jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.Keith Seitz
2007-01-24* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-01-24natVMStackWalker.cc: Call InitClass everywhere.Andrew Haley