aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2004-07-102004-07-10 Ito Kazumitsu <kaz@maczuka.gcd.org>Ito Kazumitsu1-36/+33
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 McKinlay10-10/+11
2004-07-10ResourceBundle.java (bundleCache): Renamed from resourceBundleCache.Bryce McKinlay1-168/+185
2004-07-09AccessControlContext.java, [...]: Fixed javadocs.Michael Koch2-72/+69
2004-07-09ObjectInputStream.java (readFields): Use long datatype when shifting byte val...Michael Koch1-8/+8
2004-07-09DeflaterOutputStream.java, [...]: Reformatted.Michael Koch4-130/+198
2004-07-092004-07-09 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux1-22/+21
2004-07-09DateFormat.java (parse): Improved javadoc.Dalibor Topic1-2/+5
2004-07-09Buffer.java, [...]: Fixed javadocs all over.Dalibor Topic24-278/+519
2004-07-07jvm.h (namespace jcj): Declare verbose_class_flagPer Bothner1-0/+6
2004-07-06URLStreamHandler.java (parseURL): Canonicalize file portion of URL in additio...Mohan Embar1-4/+8
2004-07-06File.java (toURI): Merge from Classpath.Anthony Green1-0/+24
2004-07-05Locale.java (readObject): Intern strings read from object stream.Bryce McKinlay1-3/+3
2004-07-04[multiple changes]Anthony Green1-8/+19
2004-07-02Locale.java (hashcode): Made transient.Bryce McKinlay1-18/+17
2004-06-30Statement.java (doExecute): Fix formatting.Jerry Quinn1-5/+10
2004-06-29Expression.java: New file.Jerry Quinn2-0/+454
2004-06-27FilePermission.java (usingPerms): Removed.Mark Wielaard1-24/+26
2004-06-27[multiple changes]Mark Wielaard1-0/+3
2004-06-21ObjectOutputStream.java: Add DEBUG statements everywhere.Andrew Haley3-30/+153
2004-06-17[multiple changes]Graydon Hoare11-77/+98
2004-06-17ZipFile.getInputStream returns null if entry not found.Anthony Green1-2/+12
2004-06-15natSystem.cc (getenv0): Don't assume environment variable is Latin 1 coded.Andrew Haley1-1/+1
2004-06-14Calendar.java: Change ResourceBundle.getBundle() calls to pass ClassLoader ar...Bryce McKinlay10-11/+18
2004-06-14System.java: (getenv0): New method.Andrew Haley2-7/+31
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-06-01[multiple changes]Michael Koch2-7/+21
2004-06-012004-06-01 Michael Koch <konqueror@gmx.de>Michael Koch2-19/+9
2004-05-31CollationElementIterator.java, [...]: New versions from GNU classpath.Michael Koch3-287/+935
2004-05-31InflaterInputStream.java: Merged more with Classpath version.Michael Koch2-27/+65
2004-05-31SequenceInputStream.java: Rename enum to e because enum is a keyword in Java ...Michael Koch1-7/+7
2004-05-30Toolkit.java (loadSystemColors): Implement.Mark Wielaard1-3/+35
2004-05-30System.java: Reordered imports.Michael Koch1-1/+2
2004-05-302004-05-30 Michael Koch <konqueror@gmx.de>Michael Koch2-6/+13
2004-05-302004-05-30 Michael Koch <konqueror@gmx.de>Michael Koch2-20/+39
2004-05-30BeanInfoEmbryo.java, [...]: Rename enum to e because enum is a keyword in Jav...Michael Koch1-6/+6
2004-05-30MPN.java, Arc2D.java: Fixed javadocs all over.Michael Koch1-4/+4
2004-05-302004-05-30 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+2
2004-05-28gcj.texi (Object allocation): Remove _Jv_AllocBytes.Bryce McKinlay2-6/+4
2004-05-27SimpleTimeZone.java: Reverting my last change until I can fix it properly.Jerry Quinn1-36/+18
2004-05-27[multiple changes]Graydon Hoare16-579/+2258
2004-05-27re PR libgcj/8321 (SimpleTimeZone doesn't work properly for daylight saving t...Jerry Quinn1-18/+36
2004-05-21Layout interfaces during preparation, not initialization.Bryce McKinlay2-3/+3
2004-05-19Fix typo in last commit.Anthony Green1-1/+1
2004-05-19Makefile.am: Define JAVA_EXT_DIRS.Anthony Green1-0/+3
2004-05-16* java/io/Writer.java (Writer(Object)): Check for null lock object.Mark Wielaard1-2/+5
2004-05-07SimpleTimeZone.java (startTimeMode, [...]): New members.Jerry Quinn1-7/+226
2004-05-07ChangeLogJerry Quinn1-4/+29