summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2004-09-242004-09-24 Casey Marshall <csm@gnu.org>Casey Marshall
2004-09-24ClassLoader.java (loadedClasses): Declare as HashMap.Tom Tromey
2004-09-24ObjectInputStream.java: Re-ordered imports.Michael Koch
2004-09-24ObjectInputStream.java (callReadMethod): re-throw `ClassNotFoundException'.Casey Marshall
2004-09-24ObjectInputStream.java (readObject): Delegate instantation of Externalizable ...Jeroen Frijters
2004-09-24URL.java (systemClassLoader): New static field.Mark Wielaard
2004-09-242004-09-24 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2004-09-24[multiple changes]Michael Koch
2004-09-242004-09-24 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters
2004-09-23AppletContext.java, [...]: Jalopied and checkstyle clean.Michael Koch
2004-09-232004-09-23 Mark Wielaard <mark@klomp.org>Mark Wielaard
2004-09-23re PR libgcj/17623 (URL does not retain userInfo across context constructor.)David Daney
2004-09-22re PR java/14446 (GZIPInputStream: corrupted gzip file - crc mismatch)Tom Tromey
2004-09-21natMethod.cc (_Jv_CallAnyMethodA): Indentation fix.Tom Tromey
2004-09-212004-09-21 Michael Koch <konqueror@gmx.de>Michael Koch
2004-09-21TreeMap.java (root): Don't initialize.Mark Wielaard
2004-09-212004-09-21 Casey Marshall <csm@gnu.org>Andreas Tobler
2004-09-21ByteBuffer.java (hashCode): Implemented.Sven de Marothy
2004-09-21[multiple changes]Andreas Tobler
2004-09-14natPosixProcess.cc (waitForSignal): Ignore return value of sigsuspend.Richard Henderson
2004-09-11natThread.cc (finalize_native): Destroy join conditional variable and mutex i...Mohan Embar
2004-09-09[multiple changes]Andreas Tobler
2004-09-092004-09-09 Michael Koch <konqueror@gmx.de>Michael Koch
2004-09-09[multiple changes]Michael Koch
2004-09-05natNetworkInterfaceWin32.cc (getRealNetworkInterfaces): Changed pfn from stat...Mohan Embar
2004-09-02[multiple changes]Graydon Hoare
2004-08-31AttributedString.java (AttributedString): Use ArrayList to build array of att...Tom Tromey
2004-08-30UID.java (UID): Read `nextCount', not count.Tom Tromey
2004-08-30File.java File (String,String): Fixed handling of empty path.Jeroen Frijters
2004-08-30[multiple changes]Andreas Tobler
2004-08-30DummyKeyPairGenerator.java (clone): Removed useless instanceof check.Casey Marshall
2004-08-292004-08-29 Mark Wielaard <mark@klomp.org>Mark Wielaard
2004-08-29AbstractCollection.java, [...]: Added additional exceptions to documentation...Andrew John Hughes
2004-08-28configure.ac: Handle --enable-gc-debug.Hans Boehm
2004-08-26re PR libgcj/17002 (java.util.TimeZone.getDefault() is broken)Mark Wielaard
2004-08-23defineclass.cc: Include <stdio.h>.Hans Boehm
2004-08-19DatagramSocket.java: Fixed typo.Tom Tromey
2004-08-18re PR libgcj/17081 (Deserializing java.net.URI fails)Bryce McKinlay
2004-08-18re PR libgcj/17079 ([PATCH] Log messages whose logging level is equal to the ...Bryce McKinlay
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