Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-02-17 | GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... | Michael Koch | 51 | -614/+615 |
2005-02-16 | [multiple changes] | Mark Wielaard | 1 | -15/+714 |
2005-02-15 | [multiple changes] | Mark Wielaard | 1 | -24/+28 |
2005-02-10 | Connection.java (getJarFile): Open jar file with OPEN_DELETE. | Tom Tromey | 1 | -7/+4 |
2005-02-10 | InflaterInputStream.java (markSupported): Override. | Tom Tromey | 1 | -1/+15 |
2005-02-07 | Reported by Timo Lindfors <timo.lindfors@iki.fi> java/util/regex/Matcher.java... | Mark Wielaard | 2 | -6/+21 |
2005-01-29 | re PR libgcj/19649 (java.util.Date.getTimezoneOffset returns negated output) | Jeroen Frijters | 1 | -8/+6 |
2005-01-10 | re PR libgcj/18014 (java.util.Locale changes variant to upper case) | Michael Koch | 1 | -3/+4 |
2005-01-10 | [multiple changes] | Michael Koch | 2 | -3/+10 |
2005-01-05 | ZipEntry.java (setCompressedSize): Allow any argument. | Tom Tromey | 2 | -10/+5 |
2004-12-08 | IdentityHashMap.java (put): Replace mistaken use of "<<" by "*". | Ranjit Mathew | 1 | -1/+1 |
2004-11-25 | ResourceBundle.java (BundleKey): Don't implement Cloneable. | Bryce McKinlay | 1 | -14/+2 |
2004-11-24 | ResourceBundle.java: Reformatted. | Michael Koch | 1 | -3/+5 |
2004-11-18 | StackTraceElement.java: Made final. | Jeroen Frijters | 3 | -2/+3 |
2004-11-17 | Timer.java (DEFAULT_SIZE): Made static. | Michael Koch | 1 | -1/+1 |
2004-11-16 | Currency.java (cache): Fix modifier order. | Michael Koch | 1 | -1/+1 |
2004-11-08 | GregorianCalendar.java: Removed unused imports. | Tom Tromey | 2 | -4/+0 |
2004-11-07 | [multiple changes] | Mark Wielaard | 1 | -4/+4 |
2004-11-07 | 2004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org> | Andrew John Hughes | 1 | -58/+235 |
2004-11-07 | 2004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org> | Andrew John Hughes | 3 | -38/+1818 |
2004-11-07 | 2004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org> | Andrew John Hughes | 1 | -40/+205 |
2004-11-07 | 2004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org> | Andrew John Hughes | 1 | -53/+543 |
2004-11-07 | CheckedInputStream.java, [...]: Import cleanups. | Michael Koch | 4 | -9/+11 |
2004-11-06 | URLClassLoader.java (URLClassLoader): Now package-private. | Tom Tromey | 1 | -1/+2 |
2004-11-06 | StringBuffer.java, [...]: Removed redundant and reordered modifiers. | Michael Koch | 4 | -20/+19 |
2004-11-06 | 2004-11-06 Mattias Rehnberg <Mattias.Rehnberg@home.se> | Mattias Rehnberg | 1 | -0/+17 |
2004-10-25 | ResourceBundle.java (tryBundle): Use Class.isAssignableFrom rather than catch... | Tom Tromey | 1 | -2/+8 |
2004-10-22 | 2004-10-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 10 | -72/+68 |
2004-10-21 | InflaterInputStream.java (fill): Don't throw an exception if we hit EOF of `in'. | Tom Tromey | 1 | -8/+4 |
2004-10-21 | ResourceBundle.java (tryBundle): Also ignore ClassCastException. | Tom Tromey | 1 | -1/+2 |
2004-10-20 | Timestamp.java, [...]: Reorganized imports and fixed copyright headers. | Michael Koch | 3 | -4/+6 |
2004-10-20 | ConsoleHandler.java, [...]: Standardized copyrigth header. | Michael Koch | 16 | -105/+55 |