OSDN Git Service

2004-07-14 Jerry Quinn <jlquinn@optonline.net>
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index 476795a..516a34d 100644 (file)
@@ -1,3 +1,43 @@
+2004-07-14  Jerry Quinn  <jlquinn@optonline.net>
+
+       * java/beans/EventHandler.java: Remove debugging statements.
+
+2004-07-14  Jerry Quinn  <jlquinn@optonline.net>
+
+       * java/beans/EventHandler.java: New file.
+       * Makefile.am (awt_java_source_files): Add EventHandler.java.
+       * Makefile.in, gcj/Makefile.in, include/Makefile.in,
+       testsuite/Makefile.in: Regenerate.
+
+2004-07-14  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * testsuite/libjava.jacks/jacks.exp (gcj_jacks_write): Add deprecation
+       flag to the gcj_setup.
+       (gcj_jacks_run): Check tclsh version and launch jacks directly with
+       the tclsh.
+       * testsuite/libjava.jacks/jacks.xfail: Update fails to reflect the
+       deprecation flag change. 58 XFAILS removed.
+
+2004-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * configure.host (DIVIDESPEC) [s390*-*-*]: Set to 
+       -fno-use-divide-subroutine.
+       * include/s390-signal.h: Include <ucontext.h> and <limits.h>.
+       (HANDLE_FPE): Define.
+       (SIGNAL_HANDLER): Change third argument to ucontext_t *.
+       (struct old_s390_kernel_sigaction): Likewise for k_sa_handler.
+       (HANDLE_DIVIDE_OVERFLOW): Define.
+
+2004-07-14  Michael Koch  <konqueror@gmx.de> 
+           Matthias Klose  <doko@debian.org> 
+
+       * java/awt/im/InputContext.java: Initialize in, line.
+
+2004-07-13  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * interpret.cc (run): Correctly access libffi return values of
+       integral smaller-than-int type; these are implicitly promoted.
+
 2004-07-13  Bryce McKinlay  <mckinlay@redhat.com>
 
        PR libgcj/7587