Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-01-21 | natResourceBundle.cc (getCallingClassLoader): Start search at 2, not 3. | Tom Tromey | 1 | -2/+5 |
2003-01-03 | TreeMap.java (fabricateTree): Fix off-by-one error. | Eric Blake | 1 | -3/+3 |
2003-01-02 | ZipFile.java (entries): Now HashMap. | Artur Biesiadowski | 1 | -64/+113 |
2002-12-30 | Properties (formatForOutput): Don't fall through to default case after escapi... | Mark Wielaard | 1 | -0/+1 |
2002-12-20 | natResourceBundle.cc: Include ArrayIndexOutOfBoundsException.h. | Andrew Haley | 1 | -4/+11 |
2002-12-10 | natResourceBundle.cc (getCallingClassLoader): Assume `t' won't be null. | Tom Tromey | 1 | -2/+0 |
2002-12-08 | ResourceBundle.java (resourceBundleCache): Not final. | Mark Wielaard | 1 | -3/+15 |
2002-12-05 | Makefile.in: Rebuilt. | Tom Tromey | 2 | -42/+37 |
2002-12-03 | JarFile.java (manifest): Not final. | Mark Wielaard | 4 | -128/+180 |
2002-11-27 | Locale.java (toString): Improve efficiency if country and variant are both em... | Julian Dolby | 1 | -0/+2 |
2002-11-16 | For PR libgcj/8593: | Tom Tromey | 1 | -15/+21 |
2002-11-10 | Externalizable.java, [...]: New versions from Classpath. | Tom Tromey | 3 | -135/+155 |
2002-11-10 | Attributes.java (Name): Fix name check. | Anthony Green | 1 | -1/+2 |
2002-11-07 | re PR libgcj/8481 (java.Random.nextInt(int) may return negative) | Tom Tromey | 1 | -2/+2 |
2002-11-03 | GNU Classpath merge. | Mark Wielaard | 3 | -11/+13 |
2002-10-31 | ZipFile.java (readLeShort): Take and use DataInput as argument. | Mark Wielaard | 1 | -39/+58 |
2002-10-16 | re PR libgcj/8234 (ZipInputStream chokes when InputStream.read() returns smal... | Tom Tromey | 2 | -0/+2 |
2002-09-25 | re PR libgcj/7786 (TimeZone.getDSTSavings() from JDK1.4 not implemented) | Jesse Rosenstock | 1 | -0/+16 |
2002-09-25 | re PR libgcj/7766 (ZipInputStream.available returns 0 immediately after const... | Jesse Rosenstock | 1 | -2/+8 |
2002-09-23 | re PR libgcj/6576 (java.util.ResourceBundle.getResource ignores locale) | Tom Tromey | 1 | -83/+125 |
2002-09-18 | Matcher.java, [...]: Merge with classpath, new files. | Michael Koch | 3 | -0/+241 |