summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2008-05-28re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)Andrew Haley
2008-05-23re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)Andrew Haley
2008-05-22re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)Andrew Haley
2008-05-21re PR libgcj/36252 (OutOfMemoryError on simple text conversion.)David Daney
2008-03-13natClassLoader.cc (_Jv_RegisterInitiatingLoader): Check loading constraints.Tom Tromey
2008-03-04makemake.tcl (properties_map): Don't exclude gnu/java/locale.David Daney
2008-02-20re PR libgcj/24170 (libjava natFilePosix.cc seems to have a security problem)Tom Tromey
2008-01-04re PR libgcj/34444 (Class.getEnclosingClass() returns null on enclosed class)Andrew Haley
2007-12-052007-12-05 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons
2007-08-15Class.java (internalGetFields): Use LinkedHashSet.Tom Tromey
2007-08-15natPosixProcess.cc (sigchld_handler): Remove 'si' and 'third' parameters.Samuel Thibault
2007-08-08natVMInetAddressPosix.cc (java::net::VMInetAddress::getLocalHostname): Alloca...Samuel Thibault
2007-08-08re PR classpath/32844 (EnumSet causes code to be miscompiled)Dalibor Topic
2007-08-04natFilePosix.cc (init_native): Define to 0.Alfred M. Szmidt
2007-08-04Import GNU Classpath (libgcj-import-20070727).Matthias Klose
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney
2007-07-16File.java: Implement Comparable<File>.Tom Tromey
2007-07-13[multiple changes]Andrew Haley
2007-07-13natPosixProcess.cc: Include <sys/time.h> before <sys/resource.h> to restore b...Roger Sayle
2007-07-05natPosixProcess.cc: Reorder includes to fix compilation on hppa2.0w-hp-hpux11...Andreas Tobler
2007-07-03Class.h: Remove redundant 'class java::*::* declarations.Andreas Tobler
2007-06-03libjava/classpath/ChangeLog.gcj:Matthias Klose
2007-05-31natClassLoader.cc (_Jv_NewClassFromInitializer): Clear INTERPRETED access mod...Andrew Haley
2007-05-12re PR libgcj/29324 (add wait handling hook)David Daney
2007-05-08re PR java/31842 (r124338 causes java Divide_1 and pr6388 to fail)Ian Lance Taylor
2007-05-02natCharacter.cc (Character::getType): Handle negative code points.Tom Tromey
2007-04-26ObjectStreamClass.java (ensureFieldsSet): New method.Andrew Haley
2007-04-25re PR libgcj/31084 (TRUE or FALSE defined)John David Anglin
2007-04-19libjavaTom Tromey
2007-04-18natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley
2007-04-18natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley
2007-04-16Committed up-to-date .class and .h files from an earlier commitTom Tromey
2007-04-16BootClassLoader.java (getBootURLLoader): New method.Andrew Haley
2007-04-09re PR libgcj/23758 (java::lang::ConcreteProcess::nativeSpawn unsafe)David Daney
2007-04-05DecimalFormatSymbols.java: Added the year 2007 to Copyright information and i...Tania Bento
2007-04-02natVMProxy.cc (run_proxy): Use _Jv_LookupProxyMethod to find the Method.Andrew Haley
2007-03-30re PR libgcj/29869 (LogManager class loading failure with Tomcat)Tom Tromey
2007-03-23re PR libgcj/31228 (Race condition between setting close-on-exec and Runtime....David Daney
2007-03-13java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz
2007-03-12natString.cc (getBytes (jstring enc)): Fixed the loop for multiple cycles, Co...Marco Trudel
2007-03-07Win32Process.java: Added nested class EOFInputStream.Mohan Embar
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva
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-05Updating header files. Earlier change here seems to have been in error.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-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