aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-10ResourceBundle.java (bundleCache): Renamed from resourceBundleCache.Bryce McKinlay1-168/+185
2004-07-09DeflaterOutputStream.java, [...]: Reformatted.Michael Koch4-130/+198
2004-07-05Locale.java (readObject): Intern strings read from object stream.Bryce McKinlay1-3/+3
2004-07-02Locale.java (hashcode): Made transient.Bryce McKinlay1-18/+17
2004-06-17ZipFile.getInputStream returns null if entry not found.Anthony Green1-2/+12
2004-06-14Calendar.java: Change ResourceBundle.getBundle() calls to pass ClassLoader ar...Bryce McKinlay3-4/+9
2004-06-11GregorianCalendar.java (computeTime): Skip buggy formulae when we already kno...Jerry Quinn2-22/+47
2004-06-06ZipEntry.java (setTime): Remove scaling.Jerry Quinn1-3/+2
2004-05-31InflaterInputStream.java: Merged more with Classpath version.Michael Koch2-27/+65
2004-05-27SimpleTimeZone.java: Reverting my last change until I can fix it properly.Jerry Quinn1-36/+18
2004-05-27re PR libgcj/8321 (SimpleTimeZone doesn't work properly for daylight saving t...Jerry Quinn1-18/+36
2004-05-07SimpleTimeZone.java (startTimeMode, [...]): New members.Jerry Quinn1-7/+226
2004-05-07ChangeLogJerry Quinn1-4/+29
2004-05-062004-05-06 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+1
2004-05-052004-05-05 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+1
2004-05-05Reported by f.haeglsperger@gmx.de [classpath patch #2485]Mark Wielaard1-11/+2
2004-05-05Format.java: Cleaned up imports.Tom Tromey3-10/+0
2004-05-03DERReader.java: Call static methods staticly.Mark Wielaard2-8/+8
2004-04-23[multiple changes]Dalibor Topic24-68/+62
2004-04-22Preferences.java, [...]: Cleaned up imports.Dalibor Topic6-12/+11
2004-04-212004-04-21 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+2
2004-04-212004-04-21 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+2
2004-04-20[multiple changes]Michael Koch1-7/+4
2004-04-20MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names ...Michael Koch9-44/+41
2004-03-15Locale.java: Reverting my last patch and add a comment why the original versi...Michael Koch1-2/+4
2004-03-112004-03-11 Michael Koch <konqueror@gmx.de>Michael Koch1-4/+3
2004-03-112004-03-11 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+2
2004-03-09Makefile.am: Build property resource files into libgcj.Anthony Green2-35/+209
2004-02-05Deflater.java, [...]: Reformated and javadoc comments merged from classpath.Michael Koch3-109/+292
2004-01-24InflaterInputStream.java: Merged class documentation with classpath.Michael Koch1-8/+11
2004-01-092004-01-09 Michael Koch <konqueror@gmx.de>Michael Koch3-3/+3
2004-01-03Date.java (parse): Fix a number of problems.Per Bothner1-87/+74
2003-12-30[multiple changes]Michael Koch1-2/+6
2003-12-192003-12-19 Michael Koch <konqueror@gmx.de>Michael Koch1-7/+25
2003-12-182003-12-18 Michael Koch <konqueror@gmx.de>Michael Koch1-0/+10
2003-12-18TimeZone.java (getOffset): New method.Michael Koch1-1/+17
2003-12-09Calendar.java, [...]: Import used classes explicitely.Michael Koch3-3/+10
2003-12-07Hashtable.java (Hashtable(Map)): Use putAll, not putAllInternal.Bryce McKinlay2-8/+8
2003-12-07Hashtable.java (internalContainsValue): Removed.Bryce McKinlay1-39/+18
2003-12-02Reported by: Jim Pick <jim@kaffe.org>Dalibor Topic1-1/+24
2003-11-27GregorianCalendar.java (getLinearTime): Avoid counting the leap day of the le...Ito Kazumitsu1-4/+6
2003-11-26ZipFile (Zipfile(File)): Set file path as name.David Belanger1-3/+3
2003-11-26HashMap.java (putAll): Use Iterator hasNext() method.Stuart Ballard2-9/+8
2003-11-25Makefile.in: Rebuilt.Tom Tromey1-0/+8
2003-10-29[multiple changes]Michael Koch1-0/+189
2003-10-27Reported by Helmer Kraemer <hkraemer@freenet.de>Mark Wielaard2-19/+12