aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)AuthorFilesLines
2005-02-16[multiple changes]Mark Wielaard1-15/+714
2005-02-15[multiple changes]Mark Wielaard1-24/+28
2005-02-10Connection.java (getJarFile): Open jar file with OPEN_DELETE.Tom Tromey1-7/+4
2005-02-10InflaterInputStream.java (markSupported): Override.Tom Tromey1-1/+15
2005-02-07Reported by Timo Lindfors <timo.lindfors@iki.fi> java/util/regex/Matcher.java...Mark Wielaard2-6/+21
2005-01-29re PR libgcj/19649 (java.util.Date.getTimezoneOffset returns negated output)Jeroen Frijters1-8/+6
2005-01-10re PR libgcj/18014 (java.util.Locale changes variant to upper case)Michael Koch1-3/+4
2005-01-10[multiple changes]Michael Koch2-3/+10
2005-01-05ZipEntry.java (setCompressedSize): Allow any argument.Tom Tromey2-10/+5
2004-12-08IdentityHashMap.java (put): Replace mistaken use of "<<" by "*".Ranjit Mathew1-1/+1
2004-11-25ResourceBundle.java (BundleKey): Don't implement Cloneable.Bryce McKinlay1-14/+2
2004-11-24ResourceBundle.java: Reformatted.Michael Koch1-3/+5
2004-11-18StackTraceElement.java: Made final.Jeroen Frijters3-2/+3
2004-11-17Timer.java (DEFAULT_SIZE): Made static.Michael Koch1-1/+1
2004-11-16Currency.java (cache): Fix modifier order.Michael Koch1-1/+1
2004-11-08GregorianCalendar.java: Removed unused imports.Tom Tromey2-4/+0
2004-11-07[multiple changes]Mark Wielaard1-4/+4
2004-11-072004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes1-58/+235
2004-11-072004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes3-38/+1818
2004-11-072004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes1-40/+205
2004-11-072004-11-07 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes1-53/+543
2004-11-07CheckedInputStream.java, [...]: Import cleanups.Michael Koch4-9/+11
2004-11-06URLClassLoader.java (URLClassLoader): Now package-private.Tom Tromey1-1/+2
2004-11-06StringBuffer.java, [...]: Removed redundant and reordered modifiers.Michael Koch4-20/+19
2004-11-062004-11-06 Mattias Rehnberg <Mattias.Rehnberg@home.se>Mattias Rehnberg1-0/+17
2004-10-25ResourceBundle.java (tryBundle): Use Class.isAssignableFrom rather than catch...Tom Tromey1-2/+8
2004-10-222004-10-22 Michael Koch <konqueror@gmx.de>Michael Koch10-72/+68
2004-10-21InflaterInputStream.java (fill): Don't throw an exception if we hit EOF of `in'.Tom Tromey1-8/+4
2004-10-21ResourceBundle.java (tryBundle): Also ignore ClassCastException.Tom Tromey1-1/+2
2004-10-20Timestamp.java, [...]: Reorganized imports and fixed copyright headers.Michael Koch3-4/+6
2004-10-20ConsoleHandler.java, [...]: Standardized copyrigth header.Michael Koch16-105/+55
2004-10-182004-10-18 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters1-2/+4
2004-10-18[multiple changes]Michael Koch1-2/+2
2004-10-182004-10-18 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2-2/+2
2004-10-10Calendar.java (set): Invalidate DST_OFFSET field as a DST boundary may have b...Bryce McKinlay2-11/+12
2004-09-26Collections.java (sort): Copy from array in forwards order...Per Bothner1-4/+4
2004-09-25[multiple changes]Mark Wielaard3-283/+360
2004-09-242004-09-24 Casey Marshall <csm@gnu.org>Casey Marshall1-1/+1
2004-09-232004-09-23 Mark Wielaard <mark@klomp.org>Mark Wielaard1-3/+17
2004-09-22re PR java/14446 (GZIPInputStream: corrupted gzip file - crc mismatch)Tom Tromey2-1/+19
2004-09-21TreeMap.java (root): Don't initialize.Mark Wielaard1-2/+7
2004-09-09[multiple changes]Andreas Tobler2-13/+16
2004-08-292004-08-29 Mark Wielaard <mark@klomp.org>Mark Wielaard1-9/+26
2004-08-29AbstractCollection.java, [...]: Added additional exceptions to documentation...Andrew John Hughes12-54/+557
2004-08-26re PR libgcj/17002 (java.util.TimeZone.getDefault() is broken)Mark Wielaard2-143/+522
2004-08-18re PR libgcj/17079 ([PATCH] Log messages whose logging level is equal to the ...Bryce McKinlay1-1/+1
2004-08-01Collection.java, [...]: Added additional exceptions to documentation.Andrew John Hughes6-6/+104
2004-07-302004-07-30 Michael Koch <konqueror@gmx.de>Michael Koch4-12/+16
2004-07-10java.util.Calendar.java (cache): New private static field.Bryce McKinlay1-17/+56
2004-07-10Calendar.java: Use getSystemClassLoader as argument for ResourceBundle.getBun...Bryce McKinlay3-3/+4