summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
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
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