- 05 May, 2004 11 commits
-
-
2004-05-05 Mark Wielaard <mark@klomp.org> Reported by f.haeglsperger@gmx.de [classpath patch #2485] * java/util/HashMap.java (rehash): Add entry at start of bucket. From-SVN: r81512
Mark Wielaard committed -
2004-05-05 Tom Tromey <tromey@redhat.com> * java/io/BufferedReader.java (skip): Removed unused variable. From-SVN: r81511
Tom Tromey committed -
2004-05-05 Paolo Bonzini <bonzini@gnu.org> * config/rs6000/rs6000.c (build_opaque_vector_type): New function. (rs6000_init_builtins): Use it. From-SVN: r81509
Paolo Bonzini committed -
From-SVN: r81508
Richard Sandiford committed -
2004-05-05 Michael Koch <konqueror@gmx.de> * java/awt/FileDialog.java: Import java.io.Serializable explicitly. From-SVN: r81507
Michael Koch committed -
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 -
* 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 -
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 -
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 -
* 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 -
From-SVN: r81498
GCC Administrator committed
-
- 04 May, 2004 23 commits
-
-
2004-05-04 Chris Demetriou <cgd@broadcom.com> * config/mips/mips.c (override_options): Default to no generation of branch-likely operations when tuning for CPUs where they tend to have a negative performance impact (e.g., SB-1). From-SVN: r81494
Chris Demetriou committed -
* java/text/SimpleDateFormat.java: (formatWithAttribute): New method. It implements the formatting process with attributes. (format): Use formatWithAttribute. (formatToCharacterIterator): New method. Use formatWithAttribute. From-SVN: r81493
Guilhem Lavaux committed -
2004-05-05 Guilhem Lavaux <guilhem@kaffe.org> * java/text/MessageFormat.java: (class Field): New class. (formatToCharacterIterator): New method. (format): Use formatInternal now. (formatInternal): New method. String formatter should be done here (with attributes). Attributes merging supported. (parse): More documentation. (getFormatsByArgumentIndex): New method. (setFormatByArgumentIndex): New method. (setFormatsByArgumentIndex): New method. From-SVN: r81492
Guilhem Lavaux committed -
* 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. 2004-05-05 Guilhem Lavaux <guilhem@kaffe.org> * java/text/DecimalFormat.java (scanFix): Build attribute array. Fixed error reporting. (applyPatternWithSymbols): Store attributes for the prefix and suffix. (formatInternal): New method. Changed the way the string is computed. Implemented attributes. Cleant up rounding in exponential notation. (format): Use formatInternal. (formatToCharacterIterator): New method. (exponentRound, negativePrefixRanges, positivePrefixRanges, negativePrefixAttrs, positivePrefixAttrs, negativeSuffixRanges, positiveSuffixRanges, negativeSuffixAttrs, positiveSuffixAttrs): New fields. From-SVN: r81491
Guilhem Lavaux committed -
2004-05-04 Dalibor Topic <robilad@kaffe.org> * java/security/interfaces/DSAKeyPairGenerator.java, java/security/interfaces/DSAPrivateKey.java, java/security/interfaces/DSAPublicKey.java, java/security/interfaces/RSAPrivateKey.java, java/security/interfaces/RSAPublicKey.java: Cleaned up imports. From-SVN: r81490
Dalibor Topic committed -
* java/nio/ByteBuffer.java, java/nio/CharBuffer.java, java/nio/DoubleBuffer.java, java/nio/FloatBuffer.java, java/nio/IntBuffer.java, java/nio/LongBuffer.java, java/nio/ShortBuffer.java: (compareTo): Fixed bogus implementation in all buffer classes. From-SVN: r81489
Michael Koch committed -
expr.c (store_constructor_field): Don't call store_constructor if bitsize is not a multiple of a byte. * expr.c (store_constructor_field): Don't call store_constructor if bitsize is not a multiple of a byte. From-SVN: r81487
Richard Kenner committed -
2004-05-04 Ingo Proetel <proetel@aicas.com> * java/awt/image/ColorModel.java (getRGBdefault): Default ColorModel has 32 bit pixels not 8 bit pixels. (isCompatibleRaster): Added javadoc comment. 2004-05-04 Ingo Proetel <proetel@aicas.com> * java/awt/image/ComponentSampleModel.java (setDataSamples):Do not reset scanline stride. 2004-05-04 Ingo Proetel <proetel@aicas.com> * java/awt/ColorPaintContext.java (<init>): Added ColorModel to signature. (getColorModel): Return the actual color model. (getRaster): Implemented. (ColorRaster): New inner class. * java/awt/SystemColor.java (createContext): Use ColorModel when creating a PaintContext. * java/awt/Color.java (<init>): Make exception more verbose. (createContext): Use ColorModel when creating a PaintContext. From-SVN: r81486
Ingo Proetel committed -
2004-05-04 Ziemowit Laski <zlaski@apple.com> * objc.dg/image-info.m: Allow additional attributes for __image_info section. From-SVN: r81483
Ziemowit Laski committed -
* gnu/java/text/CharacterBreakIterator.java (previous): Removed unused variable. From-SVN: r81482
Michael Koch committed -
* demangle.h: Do not use C++ reserved keyword typename as parameter for cplus_demangle_fill_builtin_type. From-SVN: r81481
Andreas Jaeger committed -
* reload1.c (inherit_piecemeal_p): New function. (emit_reload_insns): When reloading a group of hard registers, use inherit_piecemeal_p to decide whether the values of individual hard registers can be inherited. From-SVN: r81480
Richard Sandiford committed -
2004-05-04 Guilhem Lavaux <guilhem@kaffe.org> * gnu/java/text/FormatBuffer.java, gnu/java/text/AttributedFormatBuffer.java, gnu/java/text/StringFormatBuffer.java: New classes to implement attributed iterators in java.text. * gnu/java/text/FormatCharacterIterator.java: Moved from java/text as it is an internal class. * java/text/FormatCharacterIterator.java: Removed. * java/text/Format.java: Import gnu.java.text.FormatCharacterIterator. * Makefile.am (java_source_files): Added new files. * Makefile.in: Regenerated. From-SVN: r81479
Guilhem Lavaux committed -
2004-05-04 H.J. Lu <hongjiu.lu@intel.com> * config/ia64/t-ia64 (LIB2ADDEH): Remove gthr-gnat.c. * config/s390/t-tpf (LIB2ADDEHDEP): Likewise. * config/t-linux (LIB2ADDEHDEP): Likewise. From-SVN: r81478
H.J. Lu committed -
2004-05-04 Vladimir Makarov <vmakarov@redhat.com> * MAINTAINERS (Various Maintainers): Add myself. From-SVN: r81477
Vladimir Makarov committed -
* config/arm/crti.asm: Push an even number of registers. * config/arm/crtn.asm: And restore them. Load via sp. From-SVN: r81473
Paul Brook committed -
2004-05-04 Paolo Bonzini <bonzini@gnu.org> * ggc-zone.c (ggc_alloc_zone_1): Add MEM_STAT_DECL parameter. Collect overhead information. (ggc_alloc_stat): New name of ggc_alloc. Add MEM_STAT_DECL parameter and pass it through. (ggc_alloc_typed_stat): New name of ggc_alloc_typed. Add MEM_STAT_DECL parameter and pass it through. (ggc_alloc_zone_stat): New name of ggc_alloc_zone. Add MEM_STAT_DECL parameter and pass it through. From-SVN: r81472
Paolo Bonzini committed -
2004-05-02 Mark Wielaard <mark@klomp.org> * gnu/java/nio/channels/FileChannelImpl.java (finalize): New method. From-SVN: r81470
Michael Koch committed -
* gnu/java/nio/channels/FileChannelImpl.java (finalize): New method. From-SVN: r81469
Mark Wielaard committed -
* config/rs6000/rs6000-protos.h: Protoize rs6000_hard_regno_nregs. * config/rs6000/rs6000.c (rs6000_hard_regno_nregs): New. * config/rs6000/rs6000.h (HARD_REGNO_NREGS): Call rs6000_hard_regno_nregs. From-SVN: r81467
Aldy Hernandez committed -
2004-05-03 Eric Christopher <echristo@redhat.com> * config/s390/s390.c (s390_emit_prologue): Call unspec tpf prologue insn instead of setting up call. (s390_emit_epilogue): Ditto. * config/s390/s390.md (prologue_tpf, epilogue_tpf): New patterns. (define_constants): Add numbers for above patterns. From-SVN: r81466
Eric Christopher committed -
2004-05-03 Eric Christopher <echristo@redhat.com> * config/s390/s390.h (CONDITIONAL_REGISTER_USAGE): Move body... * config/s390/s390.c (s390_conditional_register_usage): ...here. * config/s390/s390-protos.h: Prototype. From-SVN: r81465
Eric Christopher committed -
From-SVN: r81461
GCC Administrator committed
-
- 03 May, 2004 6 commits
-
-
* cppfiles.c (pchf_adder): Eliminate use of |= in d->have_once_only assignment. From-SVN: r81458
Joe Buck committed -
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. * config/rs6000/altivec-defs.h: Remove. From-SVN: r81456
Aldy Hernandez committed -
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 -
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 -
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
-