aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2010-03-13re PR libgcj/42676 (javah doesn't generate the header files as checked in in ...Matthias Klose108-365/+365
2010-01-26natClass.cc (registerClosure): Make sure closures is non NULL.Andrew Haley1-3/+6
2009-12-02natVMURLConnection.cc (guessContentTypeFromBuffer): Mark `bytes' and `valid' ...Ben Elliston1-2/+2
2009-07-28Fix for PR40616: missing java.io.PrintStream constructors.Andrew John Hughes2-0/+72
2009-04-28interpret.cc (DEBUG): Rename this ...Dave Korn1-1/+1
2009-04-28* java/lang/natVMClassLoader.ccDave Korn1-1/+1
2009-03-12[multiple changes]Andrew Haley1-0/+9
2009-02-25Sync libgcj with GNU Classpath 0.98.Andrew John Hughes4-205/+0
2009-01-06Merge GNU Classpath libgcj-snapshot-20090102.Andrew John Hughes4-6/+11
2008-10-21re PR libgcj/37636 (java tools are unable to find resource files)Matthias Klose68-971/+1995
2008-09-23re PR libgcj/8995 (race cases in interpreter)Andrew Haley1-1/+2
2008-06-28Import GNU Classpath (classpath-0_97_2-release).Matthias Klose19-21/+203
2008-05-28re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)Andrew Haley1-18/+16
2008-05-23re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)Andrew Haley1-2/+4
2008-05-22re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)Andrew Haley1-12/+17
2008-05-21re PR libgcj/36252 (OutOfMemoryError on simple text conversion.)David Daney1-2/+23
2008-03-13natClassLoader.cc (_Jv_RegisterInitiatingLoader): Check loading constraints.Tom Tromey3-3/+69
2008-03-04makemake.tcl (properties_map): Don't exclude gnu/java/locale.David Daney9-3379/+44
2008-02-20re PR libgcj/24170 (libjava natFilePosix.cc seems to have a security problem)Tom Tromey1-7/+1
2008-01-04re PR libgcj/34444 (Class.getEnclosingClass() returns null on enclosed class)Andrew Haley1-1/+2
2007-12-052007-12-05 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2-0/+9
2007-08-15Class.java (internalGetFields): Use LinkedHashSet.Tom Tromey1-2/+2
2007-08-15natPosixProcess.cc (sigchld_handler): Remove 'si' and 'third' parameters.Samuel Thibault1-0/+12
2007-08-08natVMInetAddressPosix.cc (java::net::VMInetAddress::getLocalHostname): Alloca...Samuel Thibault1-0/+15
2007-08-08re PR classpath/32844 (EnumSet causes code to be miscompiled)Dalibor Topic3-23/+43
2007-08-04natFilePosix.cc (init_native): Define to 0.Alfred M. Szmidt2-1/+10
2007-08-04Import GNU Classpath (libgcj-import-20070727).Matthias Klose29-1/+350
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney4-2/+25
2007-07-16File.java: Implement Comparable<File>.Tom Tromey2-33/+11
2007-07-13[multiple changes]Andrew Haley3-7/+15
2007-07-13natPosixProcess.cc: Include <sys/time.h> before <sys/resource.h> to restore b...Roger Sayle1-0/+3
2007-07-05natPosixProcess.cc: Reorder includes to fix compilation on hppa2.0w-hp-hpux11...Andreas Tobler1-2/+1
2007-07-03Class.h: Remove redundant 'class java::*::* declarations.Andreas Tobler1-9/+0
2007-06-03libjava/classpath/ChangeLog.gcj:Matthias Klose111-1516/+2360
2007-05-31natClassLoader.cc (_Jv_NewClassFromInitializer): Clear INTERPRETED access mod...Andrew Haley1-1/+10
2007-05-12re PR libgcj/29324 (add wait handling hook)David Daney4-167/+180
2007-05-08re PR java/31842 (r124338 causes java Divide_1 and pr6388 to fail)Ian Lance Taylor1-4/+4
2007-05-02natCharacter.cc (Character::getType): Handle negative code points.Tom Tromey1-10/+8
2007-04-26ObjectStreamClass.java (ensureFieldsSet): New method.Andrew Haley1-0/+4
2007-04-25re PR libgcj/31084 (TRUE or FALSE defined)John David Anglin1-3/+2
2007-04-19libjavaTom Tromey62-129/+129
2007-04-18natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley1-2/+0
2007-04-18natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley3-50/+39
2007-04-16Committed up-to-date .class and .h files from an earlier commitTom Tromey2-0/+2
2007-04-16BootClassLoader.java (getBootURLLoader): New method.Andrew Haley1-5/+23
2007-04-09re PR libgcj/23758 (java::lang::ConcreteProcess::nativeSpawn unsafe)David Daney1-30/+50
2007-04-05DecimalFormatSymbols.java: Added the year 2007 to Copyright information and i...Tania Bento5-19/+143
2007-04-02natVMProxy.cc (run_proxy): Use _Jv_LookupProxyMethod to find the Method.Andrew Haley5-7/+56
2007-03-30re PR libgcj/29869 (LogManager class loading failure with Tomcat)Tom Tromey1-2/+10
2007-03-23re PR libgcj/31228 (Race condition between setting close-on-exec and Runtime....David Daney1-9/+28