summaryrefslogtreecommitdiff
path: root/libjava/java
Commit message (Expand)AuthorAgeFilesLines
* re PR libgcj/42676 (javah doesn't generate the header files as checked in in ...Matthias Klose2010-03-13108-365/+365
* natClass.cc (registerClosure): Make sure closures is non NULL.Andrew Haley2010-01-261-3/+6
* natVMURLConnection.cc (guessContentTypeFromBuffer): Mark `bytes' and `valid' ...Ben Elliston2009-12-021-2/+2
* Fix for PR40616: missing java.io.PrintStream constructors.Andrew John Hughes2009-07-282-0/+72
* interpret.cc (DEBUG): Rename this ...Dave Korn2009-04-281-1/+1
* * java/lang/natVMClassLoader.ccDave Korn2009-04-281-1/+1
* [multiple changes]Andrew Haley2009-03-121-0/+9
* Sync libgcj with GNU Classpath 0.98.Andrew John Hughes2009-02-254-205/+0
* Merge GNU Classpath libgcj-snapshot-20090102.Andrew John Hughes2009-01-064-6/+11
* re PR libgcj/37636 (java tools are unable to find resource files)Matthias Klose2008-10-2168-971/+1995
* re PR libgcj/8995 (race cases in interpreter)Andrew Haley2008-09-231-1/+2
* Import GNU Classpath (classpath-0_97_2-release).Matthias Klose2008-06-2819-21/+203
* re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)Andrew Haley2008-05-281-18/+16
* re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)Andrew Haley2008-05-231-2/+4
* re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)Andrew Haley2008-05-221-12/+17
* re PR libgcj/36252 (OutOfMemoryError on simple text conversion.)David Daney2008-05-211-2/+23
* natClassLoader.cc (_Jv_RegisterInitiatingLoader): Check loading constraints.Tom Tromey2008-03-133-3/+69
* makemake.tcl (properties_map): Don't exclude gnu/java/locale.David Daney2008-03-049-3379/+44
* re PR libgcj/24170 (libjava natFilePosix.cc seems to have a security problem)Tom Tromey2008-02-201-7/+1
* re PR libgcj/34444 (Class.getEnclosingClass() returns null on enclosed class)Andrew Haley2008-01-041-1/+2
* 2007-12-05 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2007-12-052-0/+9
* Class.java (internalGetFields): Use LinkedHashSet.Tom Tromey2007-08-151-2/+2
* natPosixProcess.cc (sigchld_handler): Remove 'si' and 'third' parameters.Samuel Thibault2007-08-151-0/+12
* natVMInetAddressPosix.cc (java::net::VMInetAddress::getLocalHostname): Alloca...Samuel Thibault2007-08-081-0/+15
* re PR classpath/32844 (EnumSet causes code to be miscompiled)Dalibor Topic2007-08-083-23/+43
* natFilePosix.cc (init_native): Define to 0.Alfred M. Szmidt2007-08-042-1/+10
* Import GNU Classpath (libgcj-import-20070727).Matthias Klose2007-08-0429-1/+350
* configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney2007-07-314-2/+25
* File.java: Implement Comparable<File>.Tom Tromey2007-07-162-33/+11
* [multiple changes]Andrew Haley2007-07-133-7/+15
* natPosixProcess.cc: Include <sys/time.h> before <sys/resource.h> to restore b...Roger Sayle2007-07-131-0/+3
* natPosixProcess.cc: Reorder includes to fix compilation on hppa2.0w-hp-hpux11...Andreas Tobler2007-07-051-2/+1
* Class.h: Remove redundant 'class java::*::* declarations.Andreas Tobler2007-07-031-9/+0
* libjava/classpath/ChangeLog.gcj:Matthias Klose2007-06-03111-1516/+2360
* natClassLoader.cc (_Jv_NewClassFromInitializer): Clear INTERPRETED access mod...Andrew Haley2007-05-311-1/+10
* re PR libgcj/29324 (add wait handling hook)David Daney2007-05-124-167/+180
* re PR java/31842 (r124338 causes java Divide_1 and pr6388 to fail)Ian Lance Taylor2007-05-081-4/+4
* natCharacter.cc (Character::getType): Handle negative code points.Tom Tromey2007-05-021-10/+8
* ObjectStreamClass.java (ensureFieldsSet): New method.Andrew Haley2007-04-261-0/+4
* re PR libgcj/31084 (TRUE or FALSE defined)John David Anglin2007-04-251-3/+2
* libjavaTom Tromey2007-04-1962-129/+129
* natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley2007-04-181-2/+0
* natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley2007-04-183-50/+39
* Committed up-to-date .class and .h files from an earlier commitTom Tromey2007-04-162-0/+2
* BootClassLoader.java (getBootURLLoader): New method.Andrew Haley2007-04-161-5/+23
* re PR libgcj/23758 (java::lang::ConcreteProcess::nativeSpawn unsafe)David Daney2007-04-091-30/+50
* DecimalFormatSymbols.java: Added the year 2007 to Copyright information and i...Tania Bento2007-04-055-19/+143
* natVMProxy.cc (run_proxy): Use _Jv_LookupProxyMethod to find the Method.Andrew Haley2007-04-025-7/+56
* re PR libgcj/29869 (LogManager class loading failure with Tomcat)Tom Tromey2007-03-301-2/+10
* re PR libgcj/31228 (Race condition between setting close-on-exec and Runtime....David Daney2007-03-231-9/+28