1. 05 May, 2004 8 commits
    • FileDialog.java: Import java.io.Serializable explicitly. · e8430418
      2004-05-05  Michael Koch  <konqueror@gmx.de>
      
      	* java/awt/FileDialog.java: Import java.io.Serializable explicitly.
      
      From-SVN: r81507
      Michael Koch committed
    • AttributedString.java, [...]: Cleaned up imports. · f32c742c
      2004-05-05  Dalibor Topic  <robilad@kaffe.org>
      
      	* java/text/AttributedString.java,
      	java/text/AttributedStringIterator.java,
      	java/text/Collator.java,
      	java/text/DecimalFormatSymbols.java,
      	java/text/NumberFormat.java,
      	java/text/RuleBasedCollator.java:
      	Cleaned up imports.
      
      From-SVN: r81506
      Dalibor Topic committed
    • Patch from Bernard Giroud. · 87fac4e3
      * gcc/gcc/vmsdbgout.c (vms_func_node, vms_func_ref): New.
      (func_table): Change type from char ** to vms_func_ref.
      (write_rtnbeg):  Update to reflect func_table change.  Use
      fde->funcdef_number instead of rtnnum in output.
      (write_rtnend, vmxdbgout_begin_function, vmsdbgout_init): Likewise.
      
      From-SVN: r81505
      Bernard Giroud committed
    • re PR target/14899 (wrong code due to change in compatibility rules for vector types) · cc27e657
      gcc/ChangeLog:
      2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
                  Richard Henderson  <rth@redhat.com>
      
              PR target/14899
      
              * c-common.c (vector_types_convertible_p): New function.
              * c-typeck.c (comptypes): Recurse on vector types.
              (convert_for_assignment): Use vector_types_convertible_p.
              (digest_init): Use vector_types_convertible_p to check
              validness of constant vector initializers; otherwise treat
              them as scalars.
              * tree.c (make_or_reuse_type): New.
              (build_common_tree_nodes): Use it.
              * cp/call.c (standard_conversion): Likewise.
              * cp/typeck.c (comptypes): Recurse on vector types.
              (convert_for_assignment): Use vector_types_convertible_p.
              * config/rs6000/rs6000.c (build_opaque_vector_type):
              New function.
              (rs6000_init_builtins): Use it.
      
      
      gcc/testsuite/ChangeLog:
      2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
      
      	* g++.dg/ext/spe1.C: New testcase.
      
      Co-Authored-By: Richard Henderson <rth@redhat.com>
      
      From-SVN: r81504
      Paolo Bonzini committed
    • Format.java: Cleaned up imports. · d70bd7ff
      2004-05-05  Tom Tromey  <tromey@redhat.com>
      
      	* java/text/Format.java: Cleaned up imports.
      	* java/text/DecimalFormat.java: Cleaned up imports.
      	* java/security/SecureRandom.java: Cleaned up imports.
      	(SecureRandom): Removed unused variable.
      	* java/security/UnresolvedPermission.java: Cleaned up imports.
      	* java/util/Date.java (parse): Removed unused variable.
      	* java/util/ResourceBundle.java: Cleaned up imports.
      	(getBundle): Removed unused variable.
      	(tryBundle): Likewise.
      	* java/util/regex/Pattern.java (Pattern): Removed unused constructor.
      
      From-SVN: r81503
      Tom Tromey committed
    • 2004-05-05 Guilhem Lavaux <guilhem@kaffe.org> · b335a549
      	* java/text/DecimalFormat.java
      	(MAXIMUM_INTEGER_DIGITS): New constant to keep the numeric value 309.
      	(applyPatternWithSymbols): Use MAXIMUM_INTEGER_DIGITS.
      	(parse): Fixed handling of exponentiation notation and grouping.
      
      From-SVN: r81502
      Guilhem Lavaux committed
    • Daily bump. · 07b23266
      From-SVN: r81498
      GCC Administrator committed
  2. 04 May, 2004 23 commits
  3. 03 May, 2004 9 commits
    • Patch from Joe Buck to workaround HP C bug. · 97d62313
      * cppfiles.c (pchf_adder): Eliminate use of |= in d->have_once_only
      assignment.
      
      From-SVN: r81458
      Joe Buck committed
    • mips.md: Fix branch length attribute definition. · 03a53989
      2004-05-03  Eric Christopher  <echristo@redhat.com>
      
      	* config/mips/mips.md: Fix branch length attribute definition.
      
      From-SVN: r81457
      Eric Christopher committed
    • config.gcc: Remove --enable-altivec support. · 318fec6d
      	* config.gcc: Remove --enable-altivec support.
      
      	* config/rs6000/altivec-defs.h: Remove.
      
      From-SVN: r81456
      Aldy Hernandez committed
    • Makefile.am (WARNINGS): Replace -W with the more speaking -Wextra. · a3c44036
      2004-05-03  Andreas Tobler  <a.tobler@schweiz.ch>
      
      	* Makefile.am (WARNINGS): Replace -W with the more speaking -Wextra.
      	* Makefile.in: Rebuilt.
      
      From-SVN: r81455
      Andreas Tobler committed
    • acinclude.m4: Replace -W with more speaking -Wextra. · dddf9bcc
      2004-05-03  Andreas Tobler  <a.tobler@schweiz.ch>
      
      	* acinclude.m4: Replace -W with more speaking -Wextra.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      From-SVN: r81454
      Andreas Tobler committed
    • DERReader.java: Call static methods staticly. · 007265b8
      2004-05-03  Mark Wielaard  <mark@klomp.org>
      
      	* gnu/java/security/der/DERReader.java: Call static methods staticly.
      	* java/awt/TextComponent.java (select): Use selectionEnd parameter.
      	* java/net/URL.java
      	(set(String, String, int, String, String, String, String, String)):
      	Assign this.file to path or path + "?" + query.
      	* java/util/Arrays.java: Call static methods staticly.
      	* java/util/zip/ZipEntry.java: Likewise.
      	* javax/swing/plaf/basic/BasicArrowButton.java (setDirection): Assign
      	dir to this.direction.
      	* javax/swing/table/DefaultTableCellRenderer.java (noFocusBorder):
      	Assign static field only once.
      	(DefaultTableCellRenderer): Don't reassign noFocusBorder each time.
      
      From-SVN: r81453
      Mark Wielaard committed
    • GtkTextAreaPeer.java (minimumSize): Removed unused variables hScrollbarHeight and vScrollbarWidth. · a00d3b3c
      2004-05-03  Mark Wielaard  <mark@klomp.org>
      
      	* gnu/java/awt/peer/gtk/GtkTextAreaPeer.java (minimumSize): Removed
      	unused variables hScrollbarHeight and vScrollbarWidth.
      	(preferredSize): Likewise.
      	* gnu/java/security/provider/DSAParameters.java (engineToString):
      	Removed unused call to System.getProperty("line.seperator");
      	* java/security/Security.java (loadProviders): Return result.
      
      From-SVN: r81451
      Mark Wielaard committed
    • URLStreamHandler.java (toExternalForm): Removed unused variables. · 7b68f0bf
      2004-05-03  Tom Tromey  <tromey@redhat.com>
      
      	* java/net/URLStreamHandler.java (toExternalForm): Removed
      	unused variables.
      	unused constructor.
      	* java/math/BigDecimal.java (divide): Removed unused variable.
      	* java/lang/Throwable.java: Cleaned up imports.
      	* java/lang/ClassLoader.java: Cleaned up imports.
      	* java/io/FilePermission.java (implies): Removed unused
      	variable.
      	* java/awt/TextComponent.java: Removed unused import.
      	* gnu/java/util/prefs/NodeReader.java: Cleaned up imports.
      	* gnu/java/util/DoubleEnumeration.java: Removed unused import.
      	* gnu/java/text/WordBreakIterator.java: Removed unused import.
      	* gnu/java/text/SentenceBreakIterator.java: Removed unused
      	import.
      	* gnu/java/text/LineBreakIterator.java: Removed unused import.
      	* gnu/java/text/CharacterBreakIterator.java: Removed
      	unused import.
      	* gnu/java/security/provider/DSAKeyPairGenerator.java:
      	Cleaned up imports.
      	* gnu/java/security/der/DERWriter.java: Cleaned up imports.
      	* gnu/java/nio/charset/UTF_16Decoder.java (put): Removed
      	unused method.
      	* gnu/java/nio/SocketChannelImpl.java: Cleaned up imports.
      	* gnu/java/nio/FileLockImpl.java: Cleaned up imports.
      	* gnu/java/io/Base64InputStream.java: Cleaned up imports.
      	* gnu/java/beans/info/ComponentBeanInfo.java: Cleaned up imports.
      	* gnu/classpath/ServiceFactory.java: Cleaned up imports.
      	(lookupProviders): Removed unused variable.
      	(loadNextServiceProvider): Likewise.
      	* gnu/java/beans/BeanInfoEmbryo.java: Cleaned up imports.
      
      From-SVN: r81450
      Tom Tromey committed
    • acinclude.m4: Replace -W with more speaking -Wextra. · dc7c62ae
      2004-05-03  Andreas Tobler  <a.tobler@schweiz.ch>
      
      	* acinclude.m4: Replace -W with more speaking -Wextra.
      	* configure: Rebuilt.
      
      From-SVN: r81444
      Andreas Tobler committed