aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)AuthorFilesLines
2003-10-08LinkedList.java: Removed whitespace to match classpath's version again.Michael Koch1-1/+1
2003-10-082003-10-08 Michael Koch <konqueror@gmx.de>Michael Koch1-10/+15
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley1-1/+1
2003-09-18Timer.java (finalize): Added "throws Throwable".Michael Koch1-1/+1
2003-09-18TimeZone.java: Initialize lazily.Ingo Proetel4-694/+727
2003-09-10Arrays.java (equals(all variants)): Quit using NullPointerException catching ...David Daney1-128/+91
2003-08-31Logger.java: provide class and method informationIngo Proetel3-11/+62
2003-08-26Acl.java: Fix broken p tag.Mark Wielaard2-3/+3
2003-08-01re PR libgcj/11241 (WeakHashMap throws a "/ zero" ArithmeticException when in...Tom Tromey1-1/+3
2003-08-01re PR libgcj/11728 (HashMap serialization does not work)Stepan Koltsov1-1/+2
2003-07-18Handler.java (isLoggable): Check record level smaller or equal.Mark Wielaard1-1/+1
2003-07-14MemoryImageSource.java, [...]: New versions from classpath.Michael Koch1-1/+1
2003-06-21SimpleTimeZone.java: Removed unneeded import, reformatting.Michael Koch1-4/+5
2003-06-21DateFormat.java, [...]: New versions from classpath.Michael Koch1-8/+12
2003-06-21LogRecord.java, [...]: New files from classpath.Michael Koch16-0/+6227
2003-06-192003-06-19 Michael Koch <konqueror@gmx.de>Michael Koch1-0/+4
2003-06-182003-06-18 Michael Koch <konqueror@gmx.de>Michael Koch1-0/+3
2003-06-172003-06-17 Michael Koch <konqueror@gmx.de>Michael Koch1-4/+4
2003-06-17PropertyResourceBundle.java: Removed unneeded import.Michael Koch1-1/+0
2003-06-17AbstractPreferences.java, [...]: Reworked imports, removed unused imports.Michael Koch3-11/+8
2003-06-17ZipEntry.java, [...]: Reworked imports, only import used classes.Michael Koch4-7/+8
2003-05-272003-05-27 Michael Koch <konqueror@gmx.de>Michael Koch3-27/+206
2003-05-192003-05-19 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+6
2003-04-302003-04-30 Michael Koch <konqueror@gmx.de>Michael Koch2-13/+274
2003-04-29PropertyPermission.java: New version from classpathMichael Koch2-6/+31
2003-04-29Deflater.java, [...]: Partly merged with classpath.Michael Koch2-7/+39
2003-03-24Date.java: Fixed documentation starting tag to make javadoc happy.Michael Koch3-2/+5
2003-03-02Properties.java (load): Only skip line if the first character is a comment, w...Mark Wielaard1-3/+7
2003-02-24AbstractPreferences.java (isUserNode): Implemented.Tom Tromey1-4/+7
2003-02-21ZipEntry.java (setComment): Don't check length when argument is null.Mark Wielaard1-1/+1
2003-02-21ZipEntry.java (ZipEntry(String)): When name is bigger then 65535 chars throw ...Mark Wielaard1-2/+6
2003-02-21* java/util/zip/ZipFile.java (finalize): New method.Mark Wielaard1-0/+9
2003-02-19natStackTrace.cc: Include platform.h immediately after config.h.Rainer Orth1-3/+2
2003-02-17Properties.java (store): Move the code formerly in list(), into this method.Ranjit Mathew1-33/+41
2003-02-13InflaterInputStream.java (read): Return zero when len is zero.Mark Wielaard1-1/+3
2003-02-13FileBasedFactory.java, [...]: New files, all merged from classpath.Michael Koch9-0/+2528
2003-02-12ZipInputStream.java: idemJohn Leuner1-1/+3
2003-02-07JarFile.java (JarFile(String, boolean)): Read manifest when verify is true.Mark Wielaard1-3/+21
2003-01-31Properties.java (load): Ignore backslash before EOF.Julian Dolby1-1/+8
2003-01-21natResourceBundle.cc (getCallingClassLoader): Start search at 2, not 3.Tom Tromey1-2/+5
2003-01-03TreeMap.java (fabricateTree): Fix off-by-one error.Eric Blake1-3/+3
2003-01-02ZipFile.java (entries): Now HashMap.Artur Biesiadowski1-64/+113
2002-12-30Properties (formatForOutput): Don't fall through to default case after escapi...Mark Wielaard1-0/+1
2002-12-20natResourceBundle.cc: Include ArrayIndexOutOfBoundsException.h.Andrew Haley1-4/+11
2002-12-10natResourceBundle.cc (getCallingClassLoader): Assume `t' won't be null.Tom Tromey1-2/+0
2002-12-08ResourceBundle.java (resourceBundleCache): Not final.Mark Wielaard1-3/+15
2002-12-05Makefile.in: Rebuilt.Tom Tromey2-42/+37
2002-12-03JarFile.java (manifest): Not final.Mark Wielaard4-128/+180
2002-11-27Locale.java (toString): Improve efficiency if country and variant are both em...Julian Dolby1-0/+2
2002-11-16For PR libgcj/8593:Tom Tromey1-15/+21