Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-10-08 | 2003-10-08 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -10/+15 |
2003-10-01 | jcf-parse.c (java_parse_file): Write otable and atable. | Andrew Haley | 1 | -1/+1 |
2003-09-18 | Timer.java (finalize): Added "throws Throwable". | Michael Koch | 1 | -1/+1 |
2003-09-18 | TimeZone.java: Initialize lazily. | Ingo Proetel | 4 | -694/+727 |
2003-09-10 | Arrays.java (equals(all variants)): Quit using NullPointerException catching ... | David Daney | 1 | -128/+91 |
2003-08-31 | Logger.java: provide class and method information | Ingo Proetel | 3 | -11/+62 |
2003-08-26 | Acl.java: Fix broken p tag. | Mark Wielaard | 2 | -3/+3 |
2003-08-01 | re PR libgcj/11241 (WeakHashMap throws a "/ zero" ArithmeticException when in... | Tom Tromey | 1 | -1/+3 |
2003-08-01 | re PR libgcj/11728 (HashMap serialization does not work) | Stepan Koltsov | 1 | -1/+2 |
2003-07-18 | Handler.java (isLoggable): Check record level smaller or equal. | Mark Wielaard | 1 | -1/+1 |
2003-07-14 | MemoryImageSource.java, [...]: New versions from classpath. | Michael Koch | 1 | -1/+1 |
2003-06-21 | SimpleTimeZone.java: Removed unneeded import, reformatting. | Michael Koch | 1 | -4/+5 |
2003-06-21 | DateFormat.java, [...]: New versions from classpath. | Michael Koch | 1 | -8/+12 |
2003-06-21 | LogRecord.java, [...]: New files from classpath. | Michael Koch | 16 | -0/+6227 |
2003-06-19 | 2003-06-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+4 |
2003-06-18 | 2003-06-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+3 |
2003-06-17 | 2003-06-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -4/+4 |
2003-06-17 | PropertyResourceBundle.java: Removed unneeded import. | Michael Koch | 1 | -1/+0 |
2003-06-17 | AbstractPreferences.java, [...]: Reworked imports, removed unused imports. | Michael Koch | 3 | -11/+8 |
2003-06-17 | ZipEntry.java, [...]: Reworked imports, only import used classes. | Michael Koch | 4 | -7/+8 |
2003-05-27 | 2003-05-27 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -27/+206 |
2003-05-19 | 2003-05-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -2/+6 |
2003-04-30 | 2003-04-30 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -13/+274 |
2003-04-29 | PropertyPermission.java: New version from classpath | Michael Koch | 2 | -6/+31 |
2003-04-29 | Deflater.java, [...]: Partly merged with classpath. | Michael Koch | 2 | -7/+39 |
2003-03-24 | Date.java: Fixed documentation starting tag to make javadoc happy. | Michael Koch | 3 | -2/+5 |
2003-03-02 | Properties.java (load): Only skip line if the first character is a comment, w... | Mark Wielaard | 1 | -3/+7 |
2003-02-24 | AbstractPreferences.java (isUserNode): Implemented. | Tom Tromey | 1 | -4/+7 |
2003-02-21 | ZipEntry.java (setComment): Don't check length when argument is null. | Mark Wielaard | 1 | -1/+1 |
2003-02-21 | ZipEntry.java (ZipEntry(String)): When name is bigger then 65535 chars throw ... | Mark Wielaard | 1 | -2/+6 |
2003-02-21 | * java/util/zip/ZipFile.java (finalize): New method. | Mark Wielaard | 1 | -0/+9 |
2003-02-19 | natStackTrace.cc: Include platform.h immediately after config.h. | Rainer Orth | 1 | -3/+2 |
2003-02-17 | Properties.java (store): Move the code formerly in list(), into this method. | Ranjit Mathew | 1 | -33/+41 |
2003-02-13 | InflaterInputStream.java (read): Return zero when len is zero. | Mark Wielaard | 1 | -1/+3 |
2003-02-13 | FileBasedFactory.java, [...]: New files, all merged from classpath. | Michael Koch | 9 | -0/+2528 |
2003-02-12 | ZipInputStream.java: idem | John Leuner | 1 | -1/+3 |
2003-02-07 | JarFile.java (JarFile(String, boolean)): Read manifest when verify is true. | Mark Wielaard | 1 | -3/+21 |
2003-01-31 | Properties.java (load): Ignore backslash before EOF. | Julian Dolby | 1 | -1/+8 |