aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2004-09-14natPosixProcess.cc (waitForSignal): Ignore return value of sigsuspend.Richard Henderson2-11/+13
2004-09-12CompoundName.java (CompoundName): Don't check for separator in "flat" case.Tom Tromey2-1/+8
2004-09-12configure.ac: Fixed AM_INIT_AUTOMAKE usage and replaces AM_CONFIG_HEADER by A...Michael Koch5-431/+317
2004-09-11re PR libgcj/14751 ([win32] thread creation leaks system handle resources)Mohan Embar3-2/+17
2004-09-11natThread.cc (finalize_native): Destroy join conditional variable and mutex i...Mohan Embar2-0/+12
2004-09-10[multiple changes]Michael Koch2-22/+46
2004-09-10Makefile.in: Regenerate.Michael Koch2-8/+6
2004-09-10Makefile.am: Reverted accidently commited stuff.Michael Koch3-211/+127
2004-09-102004-09-10 Michael Koch <konqueror@gmx.de>Michael Koch2-6/+53
2004-09-102004-09-10 Michael Koch <konqueror@gmx.de>Michael Koch3-110/+306
2004-09-09[multiple changes]Andreas Tobler7-23/+52
2004-09-092004-09-09 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+6
2004-09-09[multiple changes]Michael Koch2-14/+56
2004-09-09Makefile.am: Don't try to include deps.mk.Michael Koch3-4/+5
2004-09-08configure.ac (AC_CONFIG_COMMANDS): Don't create subdirectories and .d files.Bryce McKinlay3-38/+6
2004-09-05natNetworkInterfaceWin32.cc (getRealNetworkInterfaces): Changed pfn from stat...Mohan Embar2-1/+15
2004-09-04re PR libgcj/17290 (Wrong Java dependencies are generated)Bryce McKinlay3-10/+20
2004-09-04configure.ac (enable-gc-debug): Update help for new syntax.Kelley Cook3-117/+207
2004-09-03mips-signal.h: Update copyright.David Daney2-1/+5
2004-09-03configure.host: Use -fno-use-divide-subroutine for mips*-*-linux*.David Daney3-2/+20
2004-09-02missing added files from mergeGraydon Hoare30-0/+10202
2004-09-02[multiple changes]Graydon Hoare130-5903/+15565
2004-08-31AttributedString.java (AttributedString): Use ArrayList to build array of att...Tom Tromey2-5/+13
2004-08-30HACKING: Remove reference to special automake.Andreas Tobler2-12/+4
2004-08-30Prime.java (generateRandomPrime): Use return result from `add'.Tom Tromey2-5/+10
2004-08-30UID.java (UID): Read `nextCount', not count.Tom Tromey2-2/+6
2004-08-30DEREncodingException.java: Remove whitespaces.Andreas Tobler2-2/+6
2004-08-30File.java File (String,String): Fixed handling of empty path.Jeroen Frijters2-6/+34
2004-08-30Author e-mail updated for all files.Casey Marshall7-67/+170
2004-08-30[multiple changes]Andreas Tobler8-7/+20
2004-08-30DummyKeyPairGenerator.java (clone): Removed useless instanceof check.Casey Marshall8-54/+52
2004-08-292004-08-29 Mark Wielaard <mark@klomp.org>Mark Wielaard2-9/+45
2004-08-29AbstractCollection.java, [...]: Added additional exceptions to documentation...Andrew John Hughes13-54/+568
2004-08-28configure.ac: Handle --enable-gc-debug.Hans Boehm7-99/+197
2004-08-26re PR libgcj/17002 (java.util.TimeZone.getDefault() is broken)Mark Wielaard3-143/+538
2004-08-25Makefile.am (AM_GCJFLAGS): Add LIBGCJ_JAVAFLAGS.David Daney3-237/+244
2004-08-23ignore autom4te.cacheR. Kelley Cook1-0/+1
2004-08-23prims.cc (JVMPI_NOTIFY_ALLOC): New macro.Bryce McKinlay2-67/+39
2004-08-23defineclass.cc: Include <stdio.h>.Hans Boehm3-0/+6
2004-08-21Makefile.am (lib_gnu_java_awt_peer_gtk_la_LINK): Added.Andreas Tobler3-1/+9
2004-08-20configure.ac: Replaced all AC_TRY_COMPILE macros with AC_COMPILE_IFELSE macros.Michael Koch2-19/+24
2004-08-20configure.in: Renamed to configure.ac.Michael Koch8-8/+15
2004-08-20configure.in: Rewrote some obsolete stuff for autoconf 2.59.Michael Koch4-40/+32
2004-08-19Correct ChangeLog formatting.Bryce McKinlay1-9/+3
2004-08-19configure.in, [...]: Ported to automake 1.9.Michael Koch10-4128/+22376
2004-08-19DatagramSocket.java: Fixed typo.Tom Tromey2-1/+5
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