Age | Commit message (Expand) | Author | Files | Lines |
2016-07-13 | Fix return type handling for Proxy classes | Matthew Fortune | 1 | -5/+5 |
2014-05-13 | Enable Java on Cygwin-64 | Bernd Edlinger | 1 | -3/+3 |
2014-03-11 | natObject.cc (_Jv_MonitorEnter): Add missing parenthesis around comparison wi... | Uros Bizjak | 1 | -2/+2 |
2012-12-19 | Import GNU Classpath (20121202). | Matthias Klose | 22 | -20/+134 |
2012-03-26 | re PR libgcj/52694 (bootstrap failure: libjava/java/io/natVMConsole.cc:35:20:... | Gerald Pfeifer | 1 | -0/+4 |
2012-03-23 | Merge GNU Classpath 0.99 into libjava. | Andrew John Hughes | 14 | -2/+271 |
2012-03-12 | Remove obsolete Tru64 UNIX V5.1B support | Rainer Orth | 4 | -21/+18 |
2012-02-01 | re PR libgcj/51500 (106 unexpected libjava testsuite failures with mingw32) | Kai Tietz | 2 | -2/+11 |
2011-12-12 | re PR libgcj/50053 (jc1 doesn't emit static initializer or initializer code f... | Kai Tietz | 1 | -0/+6 |
2011-07-12 | natClass.cc (finalize): Make sure that the class really has an engine. | Andrew Haley | 1 | -1/+3 |
2011-04-08 | Missed part of regenerated file. | Kai Tietz | 1 | -1/+1 |
2011-04-08 | configure.ac (libgcj_ld_export_all): Set for windows native targets to export... | Kai Tietz | 4 | -10/+10 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2 | -3/+3 |
2010-12-16 | PR libgcj/46774: Create dynamic ProtectionDomain instances which check the sy... | Andrew John Hughes | 1 | -7/+9 |
2010-03-13 | re PR libgcj/42676 (javah doesn't generate the header files as checked in in ... | Matthias Klose | 108 | -365/+365 |
2010-01-26 | natClass.cc (registerClosure): Make sure closures is non NULL. | Andrew Haley | 1 | -3/+6 |
2009-12-02 | natVMURLConnection.cc (guessContentTypeFromBuffer): Mark `bytes' and `valid' ... | Ben Elliston | 1 | -2/+2 |
2009-07-28 | Fix for PR40616: missing java.io.PrintStream constructors. | Andrew John Hughes | 2 | -0/+72 |
2009-04-28 | interpret.cc (DEBUG): Rename this ... | Dave Korn | 1 | -1/+1 |
2009-04-28 | * java/lang/natVMClassLoader.cc | Dave Korn | 1 | -1/+1 |
2009-03-12 | [multiple changes] | Andrew Haley | 1 | -0/+9 |
2009-02-25 | Sync libgcj with GNU Classpath 0.98. | Andrew John Hughes | 4 | -205/+0 |
2009-01-06 | Merge GNU Classpath libgcj-snapshot-20090102. | Andrew John Hughes | 4 | -6/+11 |
2008-10-21 | re PR libgcj/37636 (java tools are unable to find resource files) | Matthias Klose | 68 | -971/+1995 |
2008-09-23 | re PR libgcj/8995 (race cases in interpreter) | Andrew Haley | 1 | -1/+2 |
2008-06-28 | Import GNU Classpath (classpath-0_97_2-release). | Matthias Klose | 19 | -21/+203 |
2008-05-28 | re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java) | Andrew Haley | 1 | -18/+16 |
2008-05-23 | re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java) | Andrew Haley | 1 | -2/+4 |
2008-05-22 | re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java) | Andrew Haley | 1 | -12/+17 |
2008-05-21 | re PR libgcj/36252 (OutOfMemoryError on simple text conversion.) | David Daney | 1 | -2/+23 |
2008-03-13 | natClassLoader.cc (_Jv_RegisterInitiatingLoader): Check loading constraints. | Tom Tromey | 3 | -3/+69 |
2008-03-04 | makemake.tcl (properties_map): Don't exclude gnu/java/locale. | David Daney | 9 | -3379/+44 |
2008-02-20 | re PR libgcj/24170 (libjava natFilePosix.cc seems to have a security problem) | Tom Tromey | 1 | -7/+1 |
2008-01-04 | re PR libgcj/34444 (Class.getEnclosingClass() returns null on enclosed class) | Andrew Haley | 1 | -1/+2 |
2007-12-05 | 2007-12-05 Thomas Fitzsimmons <fitzsim@redhat.com> | Thomas Fitzsimmons | 2 | -0/+9 |
2007-08-15 | Class.java (internalGetFields): Use LinkedHashSet. | Tom Tromey | 1 | -2/+2 |
2007-08-15 | natPosixProcess.cc (sigchld_handler): Remove 'si' and 'third' parameters. | Samuel Thibault | 1 | -0/+12 |
2007-08-08 | natVMInetAddressPosix.cc (java::net::VMInetAddress::getLocalHostname): Alloca... | Samuel Thibault | 1 | -0/+15 |
2007-08-08 | re PR classpath/32844 (EnumSet causes code to be miscompiled) | Dalibor Topic | 3 | -23/+43 |
2007-08-04 | natFilePosix.cc (init_native): Define to 0. | Alfred M. Szmidt | 2 | -1/+10 |
2007-08-04 | Import GNU Classpath (libgcj-import-20070727). | Matthias Klose | 29 | -1/+350 |
2007-07-31 | configure.ac (INTERPRETER): New AM_CONDITIONAL. | David Daney | 4 | -2/+25 |
2007-07-16 | File.java: Implement Comparable<File>. | Tom Tromey | 2 | -33/+11 |
2007-07-13 | [multiple changes] | Andrew Haley | 3 | -7/+15 |
2007-07-13 | natPosixProcess.cc: Include <sys/time.h> before <sys/resource.h> to restore b... | Roger Sayle | 1 | -0/+3 |
2007-07-05 | natPosixProcess.cc: Reorder includes to fix compilation on hppa2.0w-hp-hpux11... | Andreas Tobler | 1 | -2/+1 |
2007-07-03 | Class.h: Remove redundant 'class java::*::* declarations. | Andreas Tobler | 1 | -9/+0 |
2007-06-03 | libjava/classpath/ChangeLog.gcj: | Matthias Klose | 111 | -1516/+2360 |
2007-05-31 | natClassLoader.cc (_Jv_NewClassFromInitializer): Clear INTERPRETED access mod... | Andrew Haley | 1 | -1/+10 |
2007-05-12 | re PR libgcj/29324 (add wait handling hook) | David Daney | 4 | -167/+180 |