aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2004-07-302004-07-30 Michael Koch <konqueror@gmx.de>Michael Koch4-12/+16
2004-07-27File.java (toURI): Throw RuntimeException, not InternalError.Bryce McKinlay2-3/+2
2004-07-24prims.cc (_Jv_InitPrimClass): Don't create an array class.Bryce McKinlay1-1/+1
2004-07-23Connection.java: Use GetPropertyAction for privileged getProperty calls.Bryce McKinlay2-52/+21
2004-07-23ObjectStreamField (ObjectStreamField): Don't unset 'toset' for final fields.Bryce McKinlay1-1/+0
2004-07-23System.java (static): Set http.agent system property when not yet set.Mark Wielaard1-1/+16
2004-07-23Makefile.am (ordinary_java_source_files): Add DefaultContentHandlerFactory.java.Bryce McKinlay1-6/+14
2004-07-22[multiple changes]Graydon Hoare19-160/+1215
2004-07-22URLConnection.java (position): New field.Bryce McKinlay1-14/+21
2004-07-20Socket.java (getImpl): Now private.Bryce McKinlay1-2/+1
2004-07-20BufferedWriter.java (BufferedWriter): Use existing lock of chained Writer whe...Bryce McKinlay3-4/+4
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