Age | Commit message (Expand) | Author | Files | Lines |
2010-03-13 | re PR libgcj/42676 (javah doesn't generate the header files as checked in in ... | Matthias Klose | 73 | -278/+278 |
2008-10-21 | re PR libgcj/37636 (java tools are unable to find resource files) | Matthias Klose | 15 | -21/+267 |
2008-06-28 | Import GNU Classpath (classpath-0_97_2-release). | Matthias Klose | 6 | -3/+180 |
2008-03-04 | makemake.tcl (properties_map): Don't exclude gnu/java/locale. | David Daney | 4 | -2000/+3 |
2007-08-08 | re PR classpath/32844 (EnumSet causes code to be miscompiled) | Dalibor Topic | 3 | -23/+43 |
2007-06-03 | libjava/classpath/ChangeLog.gcj: | Matthias Klose | 43 | -920/+1140 |
2007-04-19 | libjava | Tom Tromey | 30 | -69/+69 |
2007-04-05 | DecimalFormatSymbols.java: Added the year 2007 to Copyright information and i... | Tania Bento | 2 | -3/+73 |
2007-03-30 | re PR libgcj/29869 (LogManager class loading failure with Tomcat) | Tom Tromey | 1 | -2/+10 |
2007-03-05 | Updating header files. Earlier change here seems to have been in error. | Tom Tromey | 28 | -56/+56 |
2007-02-22 | re PR libgcj/17002 (java.util.TimeZone.getDefault() is broken) | Jakub Jelinek | 3 | -478/+94 |
2007-02-21 | GregorianCalendar.java: Removed. | Gary Benson | 2 | -1359/+0 |
2007-02-20 | XEventLoop.h: Regenerated. | Gary Benson | 28 | -56/+56 |
2007-02-15 | PlainSocketImpl.h: Regenerate. | David Daney | 1 | -1/+1 |
2007-02-12 | VMTimeZone.java: Rewrite to handle both the old 'TZif\0' format and the new one. | Jakub Jelinek | 1 | -55/+402 |
2007-02-06 | Checking in header files missed by earlier commit | Tom Tromey | 1 | -0/+2 |
2007-02-01 | LogManager.java (loggers): Genericized. | Tom Tromey | 1 | -17/+19 |
2007-02-01 | Calendar.java: Implement Comparable<Calendar>. | Tom Tromey | 1 | -6/+58 |
2007-01-26 | libjava | Tom Tromey | 28 | -56/+56 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 447 | -616/+16084 |
2006-09-27 | Locale.java (hashcode): No longer transient. | Tom Tromey | 1 | -11/+9 |
2006-09-19 | [multiple changes] | Tom Tromey | 1 | -22/+91 |
2006-08-22 | re PR libgcj/27890 (lib/logging.properties pollutes common namespace) | Thomas Fitzsimmons | 1 | -8/+0 |
2006-08-01 | natSystemProperties.cc: Add additional check for getpwuid_r on _POSIX_PTHREAD... | Andreas Tobler | 1 | -3/+3 |
2006-05-18 | Imported GNU Classpath 0.90 | Mark Wielaard | 2 | -36/+967 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 2 | -820/+15 |
2006-03-10 | re PR libgcj/25713 (GZIPOutputStream bad checksum) | Tom Tromey | 5 | -857/+7 |
2006-03-09 | re PR libgcj/24461 (array access in either GZIPInputStream, Inflater, natInfl... | Tom Tromey | 1 | -3/+5 |
2005-11-16 | ZipEntry.java: Removed, fully merged now. | Mark Wielaard | 2 | -959/+0 |
2005-11-16 | [multiple changes] | Mark Wielaard | 5 | -2345/+35 |
2005-07-16 | Major merge with Classpath. | Tom Tromey | 96 | -40379/+0 |
2005-06-30 | Update FSF address | Kelley Cook | 114 | -228/+228 |
2005-06-01 | re PR libgcj/20435 (regex pattern compiling bug) | Ziga Mahkovec | 1 | -2/+1 |
2005-05-30 | re PR libgcj/20273 (LinkedHashMap breaks linked list when access() is called) | Michael Koch | 1 | -1/+2 |
2005-05-10 | BitSet.java (get(int, int)): Fix breakage when requested set doesn't start on... | David Daney | 1 | -1/+1 |
2005-05-06 | 2005-05-06 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -45/+136 |
2005-04-29 | ResourceBundle.java (getObject): Clarify MissingResourceException detailed me... | Mark Wielaard | 1 | -7/+7 |
2005-04-27 | 2005-04-27 Sven de Marothy <sven@physto.se> | Sven de Marothy | 1 | -7/+13 |
2005-04-22 | LogManager.java: Reformatted. | Sven de Marothy | 1 | -238/+212 |
2005-04-06 | natLogger.cc (getCallerStackFrame): Don't crash on NULL klass and meth values... | Bryce McKinlay | 1 | -2/+8 |
2005-04-01 | 2005-04-01 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 1 | -2/+3 |
2005-03-23 | PR libgcj/2641, PR libgcj/9854, PR libgcj/14892, PR libgcj/18083, | Sven de Marothy | 2 | -22/+29 |
2005-03-10 | New Stack Trace infrastructure. | Bryce McKinlay | 2 | -39/+14 |
2005-02-22 | Proxy.java, [...]: Don't catch java.lang.ThreadDeath. | Jeroen Frijters | 2 | -0/+8 |
2005-02-22 | 2005-02-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -5/+6 |
2005-02-22 | [multiple changes] | Mark Wielaard | 4 | -630/+786 |
2005-02-21 | JarFile.java (verifyHashes): Check whether ZipEntry exists. | Mark Wielaard | 1 | -1/+8 |
2005-02-21 | Makefile.in: Rebuilt. | Andrew Haley | 2 | -14/+57 |
2005-02-21 | Button.java, [...]: Fixed formatting issues all over. | Michael Koch | 1 | -12/+13 |
2005-02-19 | LinkedHashMap (addEntry): Call remove() with key argument, not the HashEntry. | Bryce McKinlay | 1 | -1/+1 |