aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2004-08-18re PR libgcj/17081 (Deserializing java.net.URI fails)Bryce McKinlay2-17/+41
2004-08-18re PR libgcj/17079 ([PATCH] Log messages whose logging level is equal to the ...Bryce McKinlay2-1/+7
2004-08-18natPosixProcess.cc (waitForSignal): Use sigsuspend instead of sigwait.David Daney2-7/+14
2004-08-17Makefile.am (AM_CXXFLAGS): Reformatted to make it more ease to read.Michael Koch3-11/+31
2004-08-16re PR java/8473 (syntax error on anonymous array subscript)Tom Tromey2-1/+5
2004-08-162004-08-16 Michael Koch <konqueror@gmx.de>Michael Koch6-22/+36
2004-08-16configure.in (AC_CONF_SUBDIRS): Use literal for ltdl directory to avoid autoc...Bryce McKinlay3-3/+9
2004-08-14natInetAddressPosix.cc (lookup): Reflect rename of localhostAddress to loopba...Andreas Tobler3-4/+10
2004-08-14configure.in (GCINCS): Don't use "boehm-cflags".Bryce McKinlay4-9/+12
2004-08-13InetAddress.java (loopbackAddress): Renamed from localhostAddress.Bryce McKinlay3-18/+33
2004-08-13re PR libgcj/17020 (gij should ignore all reserved method flags)Bryce McKinlay2-11/+18
2004-08-12re PR libgcj/16662 (IllegalMonitorStateException in EventQueue.getNextEvent()...Hans Boehm2-21/+139
2004-08-12Process_1.java: New test.David Daney13-0/+286
2004-08-12re PR libgcj/11801 (Problems with Process.waitFor() and exitValue())David Daney13-508/+1098
2004-08-12re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo3-0/+23
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner14-117/+163
2004-08-10err14.java: New file.Andrew Haley1-0/+5
2004-08-10err14.java: New file.Andrew Haley2-0/+22
2004-08-05Makefile.am: Fix missing rename from x_nat_headers to xlib_nat_headers.Andreas Tobler3-2/+8
2004-08-05BasicPermission.java: Don't check wildcards.Andrew Haley2-9/+11
2004-08-04acinclude.m4: Correctly quote PKG_CHECK_MODULES.Thomas Fitzsimmons5-157/+62
2004-08-04acconfig.h: Removed.Thomas Fitzsimmons4-50/+57
2004-08-04libjava.exp (bytecompile_file): Byte compile with debugging.Andrew Haley2-2/+7
2004-08-04Reverted renaming of configure.in to configure.ac, has to waitPaolo Bonzini2-5/+0
2004-08-04configure.ac: New name of...Paolo Bonzini2-0/+5
2004-08-04configure.in: Eliminate uses of changequote (mostly by quoting []).Nathanael Nerode3-137/+191
2004-08-03acinclude.m4: Include no-executables.m4.Nathanael Nerode9-4943/+12271
2004-08-03* jni.cc: Reindented.Tom Tromey2-37/+41
2004-08-03Timestamp.java (valueOf): Synchronize access to dateFormat.Bryce McKinlay2-1/+9
2004-08-02re PR java/16701 (Error when constant initializer depends on another constant...Bryce McKinlay2-0/+14
2004-08-01Collection.java, [...]: Added additional exceptions to documentation.Andrew John Hughes7-6/+111
2004-08-01configure.in [...] (SYSTEMSPEC): Remove -lwsock32.Danny Smith5-3/+14
2004-07-302004-07-30 Michael Koch <konqueror@gmx.de>Michael Koch5-12/+30
2004-07-302004-07-30 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+11
2004-07-29MainThread.java: Explicitely import used classes.Michael Koch2-2/+9
2004-07-29ComponentDataBlitOp.java, [...]: Cleaned up imports.Dalibor Topic1-2/+7
2004-07-29ComponentDataBlitOp.java, [...]: Cleaned up imports.Dalibor Topic22-27/+74
2004-07-29* NEWS: Updated with news up to GCC 3.4 release.Bryce McKinlay2-1/+90
2004-07-29README: Remove obsolete info.Bryce McKinlay3-87/+224
2004-07-28GetPropertyAction.java (setParameters): Renamed from 'setName'.Bryce McKinlay4-9/+33
2004-07-28configure.in: Check for minimum GTK version 2.4 requirement.Bryce McKinlay3-16/+21
2004-07-28TLtest.java: Reduce sleep time.Bryce McKinlay12-46/+58
2004-07-27Thread_HoldsLock.java: New test case.Bryce McKinlay3-0/+35
2004-07-27File.java (toURI): Throw RuntimeException, not InternalError.Bryce McKinlay3-3/+9
2004-07-24Makefile.am: Add gnu/java/security/action/GetPropertyAction.java and...Bryce McKinlay3-0/+12
2004-07-24prims.cc (_Jv_InitPrimClass): Don't create an array class.Bryce McKinlay4-21/+20
2004-07-23Makefile.am: Rename jar binary to fastjar.Thomas Fitzsimmons8-46/+57
2004-07-23Connection.java: Use GetPropertyAction for privileged getProperty calls.Bryce McKinlay6-83/+217
2004-07-23ObjectStreamField (ObjectStreamField): Don't unset 'toset' for final fields.Bryce McKinlay4-2/+43
2004-07-23DefaultContentHandlerFactory.java: Check in real file missed in last commit.Mark Wielaard2-4/+54