Age | Commit message (Expand) | Author | Files | Lines |
2004-07-09 | DeflaterOutputStream.java, [...]: Reformatted. | Michael Koch | 4 | -130/+198 |
2004-07-05 | Locale.java (readObject): Intern strings read from object stream. | Bryce McKinlay | 1 | -3/+3 |
2004-07-02 | Locale.java (hashcode): Made transient. | Bryce McKinlay | 1 | -18/+17 |
2004-06-17 | ZipFile.getInputStream returns null if entry not found. | Anthony Green | 1 | -2/+12 |
2004-06-14 | Calendar.java: Change ResourceBundle.getBundle() calls to pass ClassLoader ar... | Bryce McKinlay | 3 | -4/+9 |
2004-06-11 | GregorianCalendar.java (computeTime): Skip buggy formulae when we already kno... | Jerry Quinn | 2 | -22/+47 |
2004-06-06 | ZipEntry.java (setTime): Remove scaling. | Jerry Quinn | 1 | -3/+2 |
2004-05-31 | InflaterInputStream.java: Merged more with Classpath version. | Michael Koch | 2 | -27/+65 |
2004-05-27 | SimpleTimeZone.java: Reverting my last change until I can fix it properly. | Jerry Quinn | 1 | -36/+18 |
2004-05-27 | re PR libgcj/8321 (SimpleTimeZone doesn't work properly for daylight saving t... | Jerry Quinn | 1 | -18/+36 |
2004-05-07 | SimpleTimeZone.java (startTimeMode, [...]): New members. | Jerry Quinn | 1 | -7/+226 |
2004-05-07 | ChangeLog | Jerry Quinn | 1 | -4/+29 |
2004-05-06 | 2004-05-06 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+1 |
2004-05-05 | 2004-05-05 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+1 |
2004-05-05 | Reported by f.haeglsperger@gmx.de [classpath patch #2485] | Mark Wielaard | 1 | -11/+2 |
2004-05-05 | Format.java: Cleaned up imports. | Tom Tromey | 3 | -10/+0 |
2004-05-03 | DERReader.java: Call static methods staticly. | Mark Wielaard | 2 | -8/+8 |
2004-04-23 | [multiple changes] | Dalibor Topic | 24 | -68/+62 |
2004-04-22 | Preferences.java, [...]: Cleaned up imports. | Dalibor Topic | 6 | -12/+11 |
2004-04-21 | 2004-04-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -2/+2 |
2004-04-21 | 2004-04-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -2/+2 |
2004-04-20 | [multiple changes] | Michael Koch | 1 | -7/+4 |
2004-04-20 | MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names ... | Michael Koch | 9 | -44/+41 |
2004-03-15 | Locale.java: Reverting my last patch and add a comment why the original versi... | Michael Koch | 1 | -2/+4 |
2004-03-11 | 2004-03-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -4/+3 |
2004-03-11 | 2004-03-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -2/+2 |
2004-03-09 | Makefile.am: Build property resource files into libgcj. | Anthony Green | 2 | -35/+209 |
2004-02-05 | Deflater.java, [...]: Reformated and javadoc comments merged from classpath. | Michael Koch | 3 | -109/+292 |
2004-01-24 | InflaterInputStream.java: Merged class documentation with classpath. | Michael Koch | 1 | -8/+11 |
2004-01-09 | 2004-01-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -3/+3 |
2004-01-03 | Date.java (parse): Fix a number of problems. | Per Bothner | 1 | -87/+74 |
2003-12-30 | [multiple changes] | Michael Koch | 1 | -2/+6 |
2003-12-19 | 2003-12-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -7/+25 |
2003-12-18 | 2003-12-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+10 |
2003-12-18 | TimeZone.java (getOffset): New method. | Michael Koch | 1 | -1/+17 |
2003-12-09 | Calendar.java, [...]: Import used classes explicitely. | Michael Koch | 3 | -3/+10 |
2003-12-07 | Hashtable.java (Hashtable(Map)): Use putAll, not putAllInternal. | Bryce McKinlay | 2 | -8/+8 |
2003-12-07 | Hashtable.java (internalContainsValue): Removed. | Bryce McKinlay | 1 | -39/+18 |
2003-12-02 | Reported by: Jim Pick <jim@kaffe.org> | Dalibor Topic | 1 | -1/+24 |
2003-11-27 | GregorianCalendar.java (getLinearTime): Avoid counting the leap day of the le... | Ito Kazumitsu | 1 | -4/+6 |
2003-11-26 | ZipFile (Zipfile(File)): Set file path as name. | David Belanger | 1 | -3/+3 |
2003-11-26 | HashMap.java (putAll): Use Iterator hasNext() method. | Stuart Ballard | 2 | -9/+8 |
2003-11-25 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+8 |
2003-10-29 | [multiple changes] | Michael Koch | 1 | -0/+189 |
2003-10-27 | Reported by Helmer Kraemer <hkraemer@freenet.de> | Mark Wielaard | 2 | -19/+12 |
2003-10-26 | * java/util/TreeMap.java: Doc fixes. HashMap -> TreeMap. | Bryce McKinlay | 1 | -4/+4 |
2003-10-21 | Fix for bug #2944, reported by David Holmes <dholmes@dltech.com.au> | Sascha Brawer | 1 | -3/+18 |
2003-10-15 | 2003-10-15 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -4/+10 |
2003-10-11 | Map.java, [...]: Removed redundant modifiers. | Michael Koch | 4 | -79/+79 |
2003-10-08 | LinkedList.java: Removed whitespace to match classpath's version again. | Michael Koch | 1 | -1/+1 |