summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2004-08-18natPosixProcess.cc (waitForSignal): Use sigsuspend instead of sigwait.David Daney
2004-08-14natInetAddressPosix.cc (lookup): Reflect rename of localhostAddress to loopba...Andreas Tobler
2004-08-13InetAddress.java (loopbackAddress): Renamed from localhostAddress.Bryce McKinlay
2004-08-12re PR libgcj/16662 (IllegalMonitorStateException in EventQueue.getNextEvent()...Hans Boehm
2004-08-12re PR libgcj/11801 (Problems with Process.waitFor() and exitValue())David Daney
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner
2004-08-05BasicPermission.java: Don't check wildcards.Andrew Haley
2004-08-03Timestamp.java (valueOf): Synchronize access to dateFormat.Bryce McKinlay
2004-08-01Collection.java, [...]: Added additional exceptions to documentation.Andrew John Hughes
2004-07-302004-07-30 Michael Koch <konqueror@gmx.de>Michael Koch
2004-07-27File.java (toURI): Throw RuntimeException, not InternalError.Bryce McKinlay
2004-07-24prims.cc (_Jv_InitPrimClass): Don't create an array class.Bryce McKinlay
2004-07-23Connection.java: Use GetPropertyAction for privileged getProperty calls.Bryce McKinlay
2004-07-23ObjectStreamField (ObjectStreamField): Don't unset 'toset' for final fields.Bryce McKinlay
2004-07-23System.java (static): Set http.agent system property when not yet set.Mark Wielaard
2004-07-23Makefile.am (ordinary_java_source_files): Add DefaultContentHandlerFactory.java.Bryce McKinlay
2004-07-22[multiple changes]Graydon Hoare
2004-07-22URLConnection.java (position): New field.Bryce McKinlay
2004-07-20Socket.java (getImpl): Now private.Bryce McKinlay
2004-07-20BufferedWriter.java (BufferedWriter): Use existing lock of chained Writer whe...Bryce McKinlay
2004-07-19Print -verbose:message on "loading", not initialization.Per Bothner
2004-07-17String.java: Fixed javadocs all over.Michael Koch
2004-07-17[multiple changes]Michael Koch
2004-07-17[multiple changes]Michael Koch
2004-07-17InvocationEvent.java (dispatch): Synchronize on notifier object before callin...Mark Wielaard
2004-07-172004-07-17 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2004-07-172004-07-17 Michael Koch <konqueror@gmx.de>Michael Koch
2004-07-17Security.java: Fixed javadocs all over.Michael Koch
2004-07-15re PR libgcj/16574 (java.sql.Timestamp#toString() does not deal with fraction...Bryce McKinlay
2004-07-14EventHandler.java: Remove debugging statements.Jerry Quinn
2004-07-14EventHandler.java: New file.Jerry Quinn
2004-07-13InputContext.java: Initialze in, line.Michael Koch
2004-07-11Reported by Roman Kennke <roman@ontographics.com> (bug #9331)Mark Wielaard
2004-07-102004-07-10 Ito Kazumitsu <kaz@maczuka.gcd.org>Ito Kazumitsu
2004-07-10java.util.Calendar.java (cache): New private static field.Bryce McKinlay
2004-07-10Calendar.java: Use getSystemClassLoader as argument for ResourceBundle.getBun...Bryce McKinlay
2004-07-10ResourceBundle.java (bundleCache): Renamed from resourceBundleCache.Bryce McKinlay
2004-07-09AccessControlContext.java, [...]: Fixed javadocs.Michael Koch
2004-07-09ObjectInputStream.java (readFields): Use long datatype when shifting byte val...Michael Koch
2004-07-09DeflaterOutputStream.java, [...]: Reformatted.Michael Koch
2004-07-092004-07-09 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2004-07-09DateFormat.java (parse): Improved javadoc.Dalibor Topic
2004-07-09Buffer.java, [...]: Fixed javadocs all over.Dalibor Topic
2004-07-07jvm.h (namespace jcj): Declare verbose_class_flagPer Bothner
2004-07-06URLStreamHandler.java (parseURL): Canonicalize file portion of URL in additio...Mohan Embar
2004-07-06File.java (toURI): Merge from Classpath.Anthony Green
2004-07-05Locale.java (readObject): Intern strings read from object stream.Bryce McKinlay
2004-07-04[multiple changes]Anthony Green
2004-07-02Locale.java (hashcode): Made transient.Bryce McKinlay
2004-06-30Statement.java (doExecute): Fix formatting.Jerry Quinn