Age | Commit message (Expand) | Author | Files | Lines |
2004-08-29 | 2004-08-29 Mark Wielaard <mark@klomp.org> | Mark Wielaard | 1 | -9/+26 |
2004-08-29 | AbstractCollection.java, [...]: Added additional exceptions to documentation... | Andrew John Hughes | 12 | -54/+557 |
2004-08-26 | re PR libgcj/17002 (java.util.TimeZone.getDefault() is broken) | Mark Wielaard | 2 | -143/+522 |
2004-08-18 | re PR libgcj/17079 ([PATCH] Log messages whose logging level is equal to the ... | Bryce McKinlay | 1 | -1/+1 |
2004-08-01 | Collection.java, [...]: Added additional exceptions to documentation. | Andrew John Hughes | 6 | -6/+104 |
2004-07-30 | 2004-07-30 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -12/+16 |
2004-07-10 | java.util.Calendar.java (cache): New private static field. | Bryce McKinlay | 1 | -17/+56 |
2004-07-10 | Calendar.java: Use getSystemClassLoader as argument for ResourceBundle.getBun... | Bryce McKinlay | 3 | -3/+4 |
2004-07-10 | ResourceBundle.java (bundleCache): Renamed from resourceBundleCache. | Bryce McKinlay | 1 | -168/+185 |
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 |