aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2004-07-19Print -verbose:message on "loading", not initialization.Per Bothner5-7/+27
2004-07-18configure.in: Substitute target_noncanonical.Matthias Klose3-343/+353
2004-07-17String.java: Fixed javadocs all over.Michael Koch2-20/+24
2004-07-17[multiple changes]Michael Koch4-9/+42
2004-07-17Box.java: Put FIXME comment above class declaration.Mark Wielaard16-38/+57
2004-07-17[multiple changes]Michael Koch4-8/+30
2004-07-17InvocationEvent.java (dispatch): Synchronize on notifier object before callin...Mark Wielaard2-2/+12
2004-07-172004-07-17 Michael Koch <konqueror@gmx.de>Michael Koch2-5/+13
2004-07-172004-07-17 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2-23/+28
2004-07-172004-07-17 Michael Koch <konqueror@gmx.de>Michael Koch3-12/+12
2004-07-17Security.java: Fixed javadocs all over.Michael Koch2-10/+14
2004-07-172004-07-17 Michael Koch <konqueror@gmx.de>Michael Koch5-35/+32
2004-07-16configure.in (ZIP, GCJH): Remove white space around '=' in variable assignment.Richard Earnshaw3-12/+18
2004-07-16configure.in: Use build_noncanonical rather than build_alias.Nathanael Nerode3-347/+349
2004-07-16configure.in: Eliminate CANADIAN and NULL_TARGET variables by logic refactoring.Nathanael Nerode3-269/+240
2004-07-16Makefile.am: Set ZIP and GCJH directly using autoconf.Nathanael Nerode8-127/+143
2004-07-16configure.in: Use target_noncanonical rather than target_alias for forward-co...Nathanael Nerode11-18/+82
2004-07-16configure.in: Move as much as possible below AC_CANONICAL_SYSTEM.Nathanael Nerode5-453/+483
2004-07-15re PR libgcj/16574 (java.sql.Timestamp#toString() does not deal with fraction...Bryce McKinlay2-15/+46
2004-07-15acinclude.m4: "Inline" LIBGCJ_CONFIGURE macro into...Nathanael Nerode5-835/+695
2004-07-15aclocal.m4: Rebuilt with aclocal gcj-1.4.Nathanael Nerode7-1470/+21
2004-07-15re PR libgcj/16204 (File I/O fails on files >= 2^31 bytes (2GB))Bryce McKinlay5-1/+50
2004-07-14EventHandler.java: Remove debugging statements.Jerry Quinn2-3/+4
2004-07-14EventHandler.java: New file.Jerry Quinn7-12/+415
2004-07-14jacks.exp (gcj_jacks_write): Add deprecation flag to the gcj_setup.Andreas Tobler3-61/+24
2004-07-14s390.md ("udivsi3"): Ensure trap is generated for division by zero.Ulrich Weigand3-3/+166
2004-07-13InputContext.java: Initialze in, line.Michael Koch2-2/+7
2004-07-13interpret.cc (run): Correctly access libffi return values of integral smaller...Ulrich Weigand2-3/+8
2004-07-13re PR libgcj/7587 (direct threaded interpreter not thread-safe)Bryce McKinlay4-2/+38
2004-07-13re PR libgcj/15713 (compile interpret.cc with -fno-strict-aliasing)Bryce McKinlay4-36/+57
2004-07-12XCanvasPeer.java (createImage): Implement.Scott Gilbertson5-5/+140
2004-07-11re PR libgcj/16478 (Hash synchronization deadlock with finalizers)Bryce McKinlay1-1/+1
2004-07-11re PR awt/16748 (IAA.ImageComponentsTest: Freezes When Window Is Resized)Bryce McKinlay4-52/+63
2004-07-11Reported by Roman Kennke <roman@ontographics.com> (bug #9331)Mark Wielaard2-3/+11
2004-07-11linux.h (MD_FALLBACK_FRAME_STATE_FOR): For SIGSEGV and SIGBUS signal frames...Ulrich Weigand2-14/+15
2004-07-10jacks.xfail: Updates to reflect current status.Bryce McKinlay2-21/+5
2004-07-10javaprims.h: Regenerate CNI namespace definitions.Bryce McKinlay2-0/+5
2004-07-102004-07-10 Ito Kazumitsu <kaz@maczuka.gcd.org>Ito Kazumitsu2-36/+41
2004-07-10java.util.Calendar.java (cache): New private static field.Bryce McKinlay2-17/+66
2004-07-10Calendar.java: Use getSystemClassLoader as argument for ResourceBundle.getBun...Bryce McKinlay11-10/+25
2004-07-10ResourceBundle.java (bundleCache): Renamed from resourceBundleCache.Bryce McKinlay2-168/+203
2004-07-10BasicMenuUI.java (mousePressed): Remove illegal protected method calls.Bryce McKinlay2-2/+5
2004-07-10Fix or remove some bogus test cases.Bryce McKinlay4-12/+20
2004-07-09unicode-muncher.pl: Updated to version 2.1 from GNU classpath.Michael Koch8-12534/+1747
2004-07-09AccessControlContext.java, [...]: Fixed javadocs.Michael Koch3-72/+75
2004-07-09ObjectInputStream.java (readFields): Use long datatype when shifting byte val...Michael Koch2-8/+13
2004-07-09DeflaterOutputStream.java, [...]: Reformatted.Michael Koch5-130/+207
2004-07-09IIOException.java, [...]: New files.Michael Koch9-2/+562
2004-07-092004-07-09 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2-22/+30
2004-07-09DateFormat.java (parse): Improved javadoc.Dalibor Topic2-2/+10