| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-06-01 | prims.cc (_Jv_RunMain): Use JvNewStringUTF for command-line class name, not L... | Bryce McKinlay | 1 | -3/+5 |
| 2006-05-24 | re PR libgcj/27024 (Implement URLConnection.getFileNameMap) | Tom Tromey | 1 | -97/+0 |
| 2006-05-18 | Imported GNU Classpath 0.90 | Mark Wielaard | 2 | -0/+429 |
| 2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 1 | -292/+0 |
| 2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 1 | -2/+11 |
| 2006-04-20 | re PR libgcj/21941 (NPE in Socket.connect()) | Tom Tromey | 2 | -4/+13 |
| 2006-04-19 | natFileChannelPosix.cc (write): Properly handle EINTR. | Tom Tromey | 1 | -1/+2 |
| 2006-04-05 | re PR libgcj/25414 (should update rmic) | Archit Shah | 6 | -90/+278 |
| 2006-04-04 | re PR classpath/26990 (SecurityManager.checkExit() problem) | Tom Tromey | 1 | -2/+1 |
| 2006-02-07 | gij.cc (version): Use 2006. | Tom Tromey | 1 | -2/+2 |
| 2006-01-06 | [multiple changes] | Tom Tromey | 2 | -5/+5 |
| 2006-01-06 | natThread.cc (finish_): Don't clear 'group'. | Tom Tromey | 1 | -1/+15 |
| 2006-01-03 | PR libgcj/9715, PR libgcj/19132: | David Daney | 1 | -154/+0 |
| 2005-12-28 | natPlainSocketImplWin32.cc (connect): Same as previous patch, but for win32. | Anthony Green | 1 | -3/+9 |
| 2005-12-28 | natPlainSocketImplPosix.cc (connect): Record address and port before attempti... | Anthony Green | 1 | -3/+9 |
| 2005-12-19 | natPlainDatagramSocketImplPosix.cc (getLocalAddress): New helper function. | Anthony Green | 1 | -49/+39 |
| 2005-12-14 | CompilerProcess.java: Use a new thread to handle stdout from the child process. | Andrew Haley | 1 | -4/+21 |
| 2005-11-18 | Imported GNU Classpath gcj-import-20051117. | Mark Wielaard | 1 | -368/+0 |
| 2005-11-17 | [multiple changes] | Mark Wielaard | 1 | -91/+0 |
| 2005-11-15 | re PR libgcj/15430 (Cannot interrupt blocking I/O calls with close()) | David Daney | 1 | -14/+44 |
| 2005-11-14 | natPlainSocketImplWin32.cc: Updated copyright. | Mohan Embar | 1 | -1/+6 |
| 2005-09-23 | Imported Classpath 0.18. | Tom Tromey | 1 | -3/+5 |
| 2005-07-26 | package.html, [...]: Removed. | Tom Tromey | 1 | -60/+0 |
| 2005-07-16 | Major merge with Classpath. | Tom Tromey | 316 | -58733/+0 |
| 2005-07-14 | Connection.java (unquote): New method. | Andrew Haley | 2 | -5/+59 |
| 2005-06-30 | Update FSF address | Kelley Cook | 481 | -962/+962 |
| 2005-06-15 | re PR libgcj/21074 (Trivial bug in the method getHeaderFieldKey() in the fil... | Goffredo Baroncelli | 1 | -1/+5 |
| 2005-06-06 | natPlainSocketImplPosix.cc (setOption): Fix case fall-through bug. | Anthony Green | 1 | -0/+1 |
| 2005-05-30 | re PR libgcj/21821 (MAXPATHLEN usage in libjava) | Bryce McKinlay | 1 | -5/+6 |
| 2005-05-18 | re PR libgcj/19729 (libgcj DSASignature.java null pointer exception) | Thomas Fitzsimmons | 1 | -111/+99 |
| 2005-05-16 | Headers.java (parse): Include final character of line. | Tom Tromey | 1 | -2/+8 |
| 2005-05-07 | GtkVolatileImage.java: Add imports. | Matthias Klose | 1 | -0/+4 |
| 2005-05-06 | Makefile.am (gtk_awt_peer_sources): Add GtkVolatileImage.java. | Thomas Fitzsimmons | 3 | -13/+159 |
| 2005-05-03 | re PR libgcj/21372 (FileChannel.tryLock() return value incorrect) | Andrew Overholt | 1 | -2/+4 |
| 2005-04-29 | 2005-04-29 Dalibor Topic <robilad@kaffe.org> | Dalibor Topic | 1 | -1/+19 |
| 2005-04-29 | 2005-04-29 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -22/+3 |
| 2005-04-28 | [multiple changes] | Michael Koch | 1 | -20/+16 |
| 2005-04-27 | Connection.java: Return correct content length for directory listing. | Chris Burdess | 1 | -14/+55 |
| 2005-04-27 | * gnu/java/net/protocol/https/Handler.java: Commit. | Thomas Fitzsimmons | 1 | -0/+76 |
| 2005-04-27 | HTTPURLConnection.java (connect): Accept absolute and relative paths in Locat... | Chris Burdess | 1 | -1/+29 |
| 2005-04-26 | re PR libgcj/21136 ([4.0 only] tryLock waits for the lock, and lock doesn't) | Luca Barbieri | 1 | -2/+2 |
| 2005-04-26 | ParserDelegator.java (callBack, gnu): Now package-private. | Tom Tromey | 2 | -10/+14 |
| 2005-04-26 | 2005-04-26 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 1 | -5/+22 |
| 2005-04-25 | [multiple changes] | Michael Koch | 1 | -0/+33 |
| 2005-04-22 | 2005-04-22 Casey Marshall <csm@gnu.org> | Casey Marshall | 2 | -2/+9 |
| 2005-04-21 | CRLFInputStream.java: Rewrite to return CRLF-delimited chunks. | Chris Burdess | 1 | -80/+49 |
| 2005-04-20 | Connection.java, [...]: Reorganized import statements. | Michael Koch | 2 | -7/+7 |
| 2005-04-20 | 2005-04-20 Sven de Marothy <sven@physto.se> | Sven de Marothy | 2 | -27/+0 |
| 2005-04-20 | PlainDatagramSocketImpl.java: Merged copyright header. | Michael Koch | 2 | -6/+7 |
| 2005-04-20 | ClassHelper.java, [...]: Fixed @author tag. | Michael Koch | 2 | -2/+2 |