Age | Commit message (Expand) | Author | Files | Lines |
2005-04-18 | Buffers.java, [...]: Reorganized import statements. | Michael Koch | 79 | -270/+267 |
2005-04-18 | CieXyzConverter.java, [...]: Standardized file headers. | Michael Koch | 13 | -421/+409 |
2005-03-16 | MainThread.java (run): Load main class using system class loader. | Tom Tromey | 1 | -2/+3 |
2005-03-15 | natPlainSocketImplPosix.cc (read_helper): Handle count == 0 case. | David Daney | 1 | -1/+6 |
2005-03-10 | New Stack Trace infrastructure. | Bryce McKinlay | 1 | -0/+2 |
2005-03-10 | FileChannelImpl.java (smallTransferFrom): New. | Andrew Haley | 1 | -12/+88 |
2005-03-05 | dtoa.c (_dtoa_r): Initialize variables ilim, ilim1 and spec_case. | Andreas Tobler | 2 | -3/+7 |
2005-02-23 | ChannelReader: Fixed comments. | Robert Schuster | 1 | -0/+211 |
2005-02-22 | PolicyFile.java, [...]: Fixed copyright header. | Michael Koch | 3 | -19/+23 |
2005-02-22 | re PR awt/17952 (Windows don't show with window manager that supports _NET_RE... | Thomas Fitzsimmons | 1 | -15/+12 |
2005-02-22 | [multiple changes] | Mark Wielaard | 1 | -1/+1 |
2005-02-21 | 2005-02-21 Robert Schuster <theBohemian@gmx.net> | Robert Schuster | 1 | -2/+1 |
2005-02-20 | re PR libgcj/19728 (libgcj Gnu.java missing SHA-160) | Rutger Ovidius | 1 | -1/+2 |
2005-02-20 | FormatCharacterIterator.java: Removed redundant modifiers. | Michael Koch | 1 | -3/+3 |
2005-02-19 | [multiple changes] | Michael Koch | 39 | -65/+4525 |
2005-02-19 | SelectorImpl.java: Reworked import statements. | Michael Koch | 1 | -18/+6 |
2005-02-19 | ActiveModeDTP.java, [...]: New files. | Michael Koch | 20 | -0/+4118 |
2005-02-18 | gij.cc (version): Change year for '--version' to 2005. | Anthony Green | 2 | -4/+5 |
2005-02-17 | FileChannelImpl.java (write(ByteBuffer)): Move the position of the source buf... | Ito Kazumitsu | 1 | -1/+2 |
2005-02-17 | 2005-02-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+13 |
2005-02-17 | Cookie.java, [...]: Reworked import statements, fixed modifier order and some... | Andrew John Hughes | 22 | -59/+55 |
2005-02-17 | GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... | Michael Koch | 25 | -115/+118 |
2005-02-16 | UTF_8.java (decodeLoop): Set inPos to in.position(). | Julian Scheid | 1 | -2/+2 |
2005-02-16 | [multiple changes] | Mark Wielaard | 10 | -32/+1094 |
2005-02-16 | [multiple changes] | Graydon Hoare | 36 | -1273/+1777 |
2005-02-12 | Fixes bug libgcj/8170 | Mark Wielaard | 1 | -1/+3 |
2005-02-10 | Connection.java (getJarFile): Open jar file with OPEN_DELETE. | Tom Tromey | 1 | -4/+3 |
2005-02-07 | ISO_8859_1.java, [...]: Fixed canonical names and aliases according to... | Robert Schuster | 7 | -26/+124 |
2005-02-07 | Forgot to commit registerImageIOSpis change | Anthony Green | 1 | -0/+9 |
2005-02-01 | natPlainDatagramSocketImplPosix.cc (getOption): Support IP_MULTICAST_LOOP. | Anthony Green | 2 | -10/+79 |
2005-01-11 | PR libgcj/14012, PR libgcj/14013, PR libgcj/15157, PR libgcj/15509 | Michael Koch | 26 | -583/+5143 |
2004-11-30 | revert: [multiple changes] | Graydon Hoare | 53 | -889/+3824 |
2004-11-24 | PolicyFile.java: New file. | Michael Koch | 1 | -0/+665 |
2004-11-24 | NIOServerSocket.java: Added email to @author tag. | Michael Koch | 1 | -1/+2 |
2004-11-22 | 2004-11-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -4/+1 |
2004-11-21 | 2004-11-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -3/+3 |
2004-11-18 | BeanInfoEmbryo.java: Use TreeMap for proper sorting. | Craig Black | 1 | -5/+11 |
2004-11-16 | [multiple changes] | Andreas Tobler | 1 | -0/+76 |
2004-11-15 | 004-11-15 Andreas Tobler <a.tobler@schweiz.ch> | Andreas Tobler | 39 | -1098/+6249 |
2004-11-12 | FileLock.java (isValid): locks are valid if the channel is open. | Casey Marshall | 2 | -2/+2 |
2004-11-12 | Fixed regression: | Robert Schuster | 1 | -11/+78 |
2004-11-07 | Fixes bug #10908 | Robert Schuster | 1 | -4/+7 |
2004-11-06 | UnicastConnectionManager.java (clients): Now package-private. | Tom Tromey | 3 | -7/+11 |
2004-11-06 | ISO_8859_1.java (Decoder): Now package-private. | Tom Tromey | 3 | -9/+15 |
2004-10-26 | 2004-10-26 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+5 |
2004-10-25 | WordBreakIterator.java (WordBreakIterator): Don't initialize `iter'. | Tom Tromey | 5 | -9/+14 |
2004-10-22 | Connection.java (sendRequest): Fix typo. | Tom Tromey | 1 | -1/+1 |
2004-10-22 | re PR libgcj/14009 (libgcj HttpURLConnection does not handle situation where ... | Michael Koch | 1 | -2/+4 |
2004-10-22 | * gnu/java/net/natPlainSocketImplPosix.cc | Ulrich Weigand | 1 | -1/+1 |
2004-10-21 | * gnu/java/nio/channels/natFileChannelPosix.cc | Ulrich Weigand | 1 | -2/+2 |