aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2004-09-09[multiple changes]Andreas Tobler6-23/+33
2004-09-092004-09-09 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+1
2004-09-09[multiple changes]Michael Koch1-14/+42
2004-09-05natNetworkInterfaceWin32.cc (getRealNetworkInterfaces): Changed pfn from stat...Mohan Embar1-1/+10
2004-09-02[multiple changes]Graydon Hoare20-1041/+1757
2004-08-31AttributedString.java (AttributedString): Use ArrayList to build array of att...Tom Tromey1-5/+7
2004-08-30UID.java (UID): Read `nextCount', not count.Tom Tromey1-2/+2
2004-08-30File.java File (String,String): Fixed handling of empty path.Jeroen Frijters1-6/+29
2004-08-30[multiple changes]Andreas Tobler7-7/+7
2004-08-30DummyKeyPairGenerator.java (clone): Removed useless instanceof check.Casey Marshall7-54/+39
2004-08-292004-08-29 Mark Wielaard <mark@klomp.org>Mark Wielaard1-9/+26
2004-08-29AbstractCollection.java, [...]: Added additional exceptions to documentation...Andrew John Hughes12-54/+557
2004-08-28configure.ac: Handle --enable-gc-debug.Hans Boehm1-0/+3
2004-08-26re PR libgcj/17002 (java.util.TimeZone.getDefault() is broken)Mark Wielaard2-143/+522
2004-08-23defineclass.cc: Include <stdio.h>.Hans Boehm1-0/+1
2004-08-19DatagramSocket.java: Fixed typo.Tom Tromey1-1/+1
2004-08-18re PR libgcj/17081 (Deserializing java.net.URI fails)Bryce McKinlay1-17/+32
2004-08-18re PR libgcj/17079 ([PATCH] Log messages whose logging level is equal to the ...Bryce McKinlay1-1/+1
2004-08-18natPosixProcess.cc (waitForSignal): Use sigsuspend instead of sigwait.David Daney1-7/+9
2004-08-14natInetAddressPosix.cc (lookup): Reflect rename of localhostAddress to loopba...Andreas Tobler2-4/+4
2004-08-13InetAddress.java (loopbackAddress): Renamed from localhostAddress.Bryce McKinlay2-18/+22
2004-08-12re PR libgcj/16662 (IllegalMonitorStateException in EventQueue.getNextEvent()...Hans Boehm1-21/+126
2004-08-12re PR libgcj/11801 (Problems with Process.waitFor() and exitValue())David Daney3-97/+581
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner4-31/+25
2004-08-05BasicPermission.java: Don't check wildcards.Andrew Haley1-9/+7
2004-08-03Timestamp.java (valueOf): Synchronize access to dateFormat.Bryce McKinlay1-1/+5
2004-08-01Collection.java, [...]: Added additional exceptions to documentation.Andrew John Hughes6-6/+104
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