aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2004-07-19Print -verbose:message on "loading", not initialization.Per Bothner3-7/+14
2004-07-17String.java: Fixed javadocs all over.Michael Koch1-20/+20
2004-07-17[multiple changes]Michael Koch1-7/+21
2004-07-17[multiple changes]Michael Koch3-8/+14
2004-07-17InvocationEvent.java (dispatch): Synchronize on notifier object before callin...Mark Wielaard1-2/+7
2004-07-172004-07-17 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux1-23/+22
2004-07-172004-07-17 Michael Koch <konqueror@gmx.de>Michael Koch2-12/+4
2004-07-17Security.java: Fixed javadocs all over.Michael Koch1-10/+10
2004-07-15re PR libgcj/16574 (java.sql.Timestamp#toString() does not deal with fraction...Bryce McKinlay1-15/+34
2004-07-14EventHandler.java: Remove debugging statements.Jerry Quinn1-3/+0
2004-07-14EventHandler.java: New file.Jerry Quinn1-0/+393
2004-07-13InputContext.java: Initialze in, line.Michael Koch1-2/+2
2004-07-11Reported by Roman Kennke <roman@ontographics.com> (bug #9331)Mark Wielaard1-3/+5
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