| Age | Commit message (Expand) | Author |
| 2005-06-08 | MessageFormat.java (parse): When parsing strings, check for an empty pattern ... | Ziga Mahkovec |
| 2005-06-04 | URLClassLoader.java: import gnu.gcj.Core, and gnu.java.net.protocol.core.Core... | Anthony Green |
| 2005-06-01 | * java/io/ObjectInputStream.java (currentLoader): Fixed typo. | Tom Tromey |
| 2005-06-01 | re PR libgcj/20435 (regex pattern compiling bug) | Ziga Mahkovec |
| 2005-06-01 | re PR libgcj/21785 (ClassNotFound during deserialization) | Tom Tromey |
| 2005-06-01 | re PR libgcj/21753 (String.substring sharing heuristic should be improved) | Tom Tromey |
| 2005-05-30 | re PR libgcj/20273 (LinkedHashMap breaks linked list when access() is called) | Michael Koch |
| 2005-05-25 | re PR libgcj/21736 (MessageFormat("{0,time,medium}") fails) | Gary Benson |
| 2005-05-25 | re PR libgcj/21703 (hang when rapidly calling String.intern()) | Tom Tromey |
| 2005-05-22 | mprec.c (mult, [...]): Add parenthesis to avoid warnings. | Andreas Jaeger |
| 2005-05-19 | natClassLoader.cc (_Jv_NewClass): Use _Jv_RegisterInitiatingLoader to registe... | Bryce McKinlay |
| 2005-05-17 | Charset.java (encode, decode): Synchronize on 'this', not the class. | Tom Tromey |
| 2005-05-16 | re PR libgcj/21606 (java.net.URI fails to decode lowercase hex codes) | Tom Tromey |
| 2005-05-15 | * java/lang/String.java (startsWith): Fixed javadoc. | Tom Tromey |
| 2005-05-14 | re PR libgcj/21557 (Hash synchronization: Thread.interrupt() can make _Jv_Mon... | Bryce McKinlay |
| 2005-05-12 | gcj.texi (Code Generation): Document -fbootstrap-classes. | Tom Tromey |
| 2005-05-10 | javaprims.h: Updated. | Tom Tromey |
| 2005-05-10 | BitSet.java (get(int, int)): Fix breakage when requested set doesn't start on... | David Daney |
| 2005-05-06 | Makefile.am (gtk_awt_peer_sources): Add GtkVolatileImage.java. | Thomas Fitzsimmons |
| 2005-05-06 | 2005-05-06 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2005-05-06 | 2005-05-06 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2005-05-04 | BufferCapabilities.java (BufferCapabilities): Fix the typo. | H.J. Lu |
| 2005-05-05 | BufferStrategy.java: Document. | Thomas Fitzsimmons |
| 2005-05-04 | BufferCapabilities.java: Document. | Thomas Fitzsimmons |
| 2005-05-04 | FileLock.java (toString): Entirely avoid String "+". | Tom Tromey |
| 2005-05-04 | ImageCapabilities.java: Document. | Thomas Fitzsimmons |
| 2005-05-04 | VolatileImage.java: Document. | Thomas Fitzsimmons |
| 2005-05-03 | re PR libgcj/21372 (FileChannel.tryLock() return value incorrect) | Andrew Overholt |
| 2005-05-03 | VMSecurityManager.java (currentClassLoader): Use 'systemClasssLoader' directly. | Tom Tromey |
| 2005-05-03 | VMSecurityManager.java (currentClassLoader): Don't call VMClassLoader.getSyst... | Tom Tromey |
| 2005-04-29 | 2005-04-29 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2005-04-29 | Class.h (_Jv_ResolvePoolEntry): Declare as friend. | Andrew Haley |
| 2005-04-29 | 2005-04-29 Dalibor Topic <robilad@kaffe.org> | Dalibor Topic |
| 2005-04-29 | 2005-04-29 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2005-04-29 | ResourceBundle.java (getObject): Clarify MissingResourceException detailed me... | Mark Wielaard |
| 2005-04-29 | 2005-04-29 Robert Schuster <thebohemian@gmx.net> | Robert Schuster |
| 2005-04-28 | 2005-04-28 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2005-04-27 | Connection.java: Return correct content length for directory listing. | Chris Burdess |
| 2005-04-27 | [multiple changes] | Thomas Fitzsimmons |
| 2005-04-27 | 2005-04-27 Sven de Marothy <sven@physto.se> | Sven de Marothy |
| 2005-04-27 | 2005-04-27 Roman Kennke <roman@kennke.org> | Roman Kennke |
| 2005-04-27 | [multiple changes] | Michael Koch |
| 2005-04-26 | InetAddress.java: Made all hexadecimal numbers lowercase. | Michael Koch |
| 2005-04-26 | 2005-04-26 Sven de Marothy <sven@physto.se> | Sven de Marothy |
| 2005-04-26 | InetAddress.java: Fixed typos in javadocs. | Michael Koch |
| 2005-04-26 | ParserDelegator.java (callBack, gnu): Now package-private. | Tom Tromey |
| 2005-04-26 | Robot.java (waitForIdle): Call invokeAndWait in a static way. | Tom Tromey |
| 2005-04-26 | URL.java (URL(URL,String,URLStreamHandler)): Add spec to MalformedURLException. | Mark Wielaard |
| 2005-04-26 | AccessControlContext.java: Reformated. | Michael Koch |
| 2005-04-26 | Security.java, [...]: Modified to use SystemProperties. | Jeroen Frijters |