summaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)Author
2004-07-16configure.in: Use target_noncanonical rather than target_alias for forward-co...Nathanael Nerode
2004-07-16configure.in: Move as much as possible below AC_CANONICAL_SYSTEM.Nathanael Nerode
2004-07-15re PR libgcj/16574 (java.sql.Timestamp#toString() does not deal with fraction...Bryce McKinlay
2004-07-15acinclude.m4: "Inline" LIBGCJ_CONFIGURE macro into...Nathanael Nerode
2004-07-15aclocal.m4: Rebuilt with aclocal gcj-1.4.Nathanael Nerode
2004-07-15re PR libgcj/16204 (File I/O fails on files >= 2^31 bytes (2GB))Bryce McKinlay
2004-07-14EventHandler.java: Remove debugging statements.Jerry Quinn
2004-07-14EventHandler.java: New file.Jerry Quinn
2004-07-14jacks.exp (gcj_jacks_write): Add deprecation flag to the gcj_setup.Andreas Tobler
2004-07-14s390.md ("udivsi3"): Ensure trap is generated for division by zero.Ulrich Weigand
2004-07-13InputContext.java: Initialze in, line.Michael Koch
2004-07-13interpret.cc (run): Correctly access libffi return values of integral smaller...Ulrich Weigand
2004-07-13re PR libgcj/7587 (direct threaded interpreter not thread-safe)Bryce McKinlay
2004-07-13re PR libgcj/15713 (compile interpret.cc with -fno-strict-aliasing)Bryce McKinlay
2004-07-12XCanvasPeer.java (createImage): Implement.Scott Gilbertson
2004-07-11re PR libgcj/16478 (Hash synchronization deadlock with finalizers)Bryce McKinlay
2004-07-11re PR awt/16748 (IAA.ImageComponentsTest: Freezes When Window Is Resized)Bryce McKinlay
2004-07-11Reported by Roman Kennke <roman@ontographics.com> (bug #9331)Mark Wielaard
2004-07-11linux.h (MD_FALLBACK_FRAME_STATE_FOR): For SIGSEGV and SIGBUS signal frames...Ulrich Weigand
2004-07-10jacks.xfail: Updates to reflect current status.Bryce McKinlay
2004-07-10javaprims.h: Regenerate CNI namespace definitions.Bryce McKinlay
2004-07-102004-07-10 Ito Kazumitsu <kaz@maczuka.gcd.org>Ito Kazumitsu
2004-07-10java.util.Calendar.java (cache): New private static field.Bryce McKinlay
2004-07-10Calendar.java: Use getSystemClassLoader as argument for ResourceBundle.getBun...Bryce McKinlay
2004-07-10ResourceBundle.java (bundleCache): Renamed from resourceBundleCache.Bryce McKinlay
2004-07-10BasicMenuUI.java (mousePressed): Remove illegal protected method calls.Bryce McKinlay
2004-07-10Fix or remove some bogus test cases.Bryce McKinlay
2004-07-09unicode-muncher.pl: Updated to version 2.1 from GNU classpath.Michael Koch
2004-07-09AccessControlContext.java, [...]: Fixed javadocs.Michael Koch
2004-07-09ObjectInputStream.java (readFields): Use long datatype when shifting byte val...Michael Koch
2004-07-09DeflaterOutputStream.java, [...]: Reformatted.Michael Koch
2004-07-09IIOException.java, [...]: New files.Michael Koch
2004-07-092004-07-09 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2004-07-09DateFormat.java (parse): Improved javadoc.Dalibor Topic
2004-07-09SelectorImpl.java (select): Call static Thread interrupted() method to clear ...Mark Wielaard
2004-07-09Buffer.java, [...]: Fixed javadocs all over.Dalibor Topic
2004-07-09CharIndexedInputStream.java: Reordered imports to match classpath.Michael Koch
2004-07-09EmbeddedWindow.java: Load native library for setWindowPeer method.Michael Koch
2004-07-09pa32-linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.Randolph Chung
2004-07-07* Makefile.am: Add rules to build libgij from just gij.cc.Per Bothner
2004-07-07jvm.h (namespace jcj): Declare verbose_class_flagPer Bothner
2004-07-07configure.host: Enable hash synchronization on Darwin.Andreas Tobler
2004-07-06URLStreamHandler.java (parseURL): Canonicalize file portion of URL in additio...Mohan Embar
2004-07-06File.java (toURI): Merge from Classpath.Anthony Green
2004-07-06VMClassLoader.java (init): Check classpath entry before passing to URL constr...Bryce McKinlay
2004-07-05Locale.java (readObject): Intern strings read from object stream.Bryce McKinlay
2004-07-04FirstThread.java, [...]: Removed.Michael Koch
2004-07-04[multiple changes]Anthony Green
2004-07-02Locale.java (hashcode): Made transient.Bryce McKinlay
2004-07-01Index: gcc/ChangeLogGeoffrey Keating