summaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
AgeCommit message (Expand)Author
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-12jvmti.cc (_Jv_JVMTI_GetArgumentsSize): Make wide type arrays count as a sigle...Kyle Galloway
2007-03-12natString.cc (getBytes (jstring enc)): Fixed the loop for multiple cycles, Co...Marco Trudel
2007-03-09sources.am, [...]: Rebuilt.Tom Tromey
2007-03-07configure: Rebuilt.Tom Tromey
2007-03-07Win32Process.java: Added nested class EOFInputStream.Mohan Embar
2007-03-07libgcj_bc.c (JvRunMainName): Declare.Andrew Haley
2007-03-07org.w3c.dom.DOMImplementationSourceList: New file.Gary Benson
2007-03-07* gcj/javaprims.h: Regenerated.Mohan Embar
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva
2007-03-06AbsentInformationException.java: New file.Kyle Galloway
2007-03-06Makefile.in: Rebuilt.Tom Tromey
2007-03-06jvmti.cc (_Jv_JVMTI_GetLocalVariableTable): Fix _Jv_Malloc parameters.Kyle Galloway
2007-03-05Makefile.am (gij_LDFLAGS): Use dbexecdir.Matthias Klose
2007-03-05Character.java: Re-merged with Classpath.Mark Wielaard
2007-03-05natVMProxy.cc (ncode_closure.meth): Delete.Andrew Haley
2007-03-05sources.am, [...]: Rebuilt.Tom Tromey
2007-03-05natClass.cc (parseAnnotationElement): Correct long annotations to read JV_CON...Andrew Haley
2007-03-02AnnotationInvocationHandler.java: Generify in a few places.Andrew Haley
2007-03-02AnnotationInvocationHandler.java: Whitespace only changes.Andrew Haley
2007-03-01Makefile.am: Add dummy install-pdf target.Brooks Moses
2007-02-23Main.java: Updated copyright year.Gary Benson
2007-02-232007-02-23 Gary Benson <gbenson@redhat.com>Gary Benson
2007-02-22re PR libgcj/17002 (java.util.TimeZone.getDefault() is broken)Jakub Jelinek
2007-02-22* include/win32-threads.h: Added #undef OUT.Mohan Embar
2007-02-21jvmti.cc (_Jv_JVMTI_GetArgumentsSize): New function.Kyle Galloway
2007-02-21GregorianCalendar.java: Removed.Gary Benson
2007-02-20* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-20XEventLoop.h: Regenerated.Gary Benson
2007-02-17* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-16Thread.java (Thread(ThreadGroup, Runnable, String)): Pass new parameter const...David Daney
2007-02-16interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot variables to m...Kyle Galloway
2007-02-162007-02-16 Gary Benson <gbenson@redhat.com>Gary Benson
2007-02-16[multiple changes]Andrew Haley
2007-02-16interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway
2007-02-15Make-lang.in (JAVA_MANFILES): Add doc/gc-analyze.1.David Daney
2007-02-15PlainSocketImpl.h: Regenerate.David Daney
2007-02-15defineclass.cc (_Jv_ClassReader::read_one_code_attribute): Added LocalVariabl...Kyle Galloway
2007-02-15natVMVirtualMachine (getFrames): Implement.Kyle Galloway
2007-02-13* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-132007-02-13 Andrew Haley <aph@redhat.com>Andrew Haley
2007-02-13jvmti.cc (_Jv_JVMTI_GetStackTrace): Remove cast from jthread to Thread *; it ...Keith Seitz
2007-02-12Collections.java (UnmodifiableMap.toArray): Imported changes from Classpath.Tom Tromey
2007-02-12VMTimeZone.java: Rewrite to handle both the old 'TZif\0' format and the new one.Jakub Jelinek
2007-02-10re PR libgcj/30742 (ResourceBundle regression)Andrew Haley
2007-02-10configure: Rebuilt.Mohan Embar
2007-02-10Makefile.in: Rebuilt.Mohan Embar
2007-02-09* sysdep/alpha/locks.h (read_barrier): New.Richard Henderson
2007-02-09- reindent ChangeLog entriesMatthias Klose