1. 20 Apr, 2005 26 commits
    • * tree-ssa-phiopt.c: Fix comment typos. · edef5476
      From-SVN: r98456
      Kazu Hirata committed
    • libffi-dg.exp (libffi-dg-test-1): In regsub use, have Tcl8.3-compatible intermediate variable. · fc0ad8d9
      	* testsuite/lib/libffi-dg.exp (libffi-dg-test-1): In regsub use,
      	have Tcl8.3-compatible intermediate variable.
      
      From-SVN: r98453
      Hans-Peter Nilsson committed
    • [multiple changes] · d288ff8d
      2005-04-20  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
      	* java/net/URI.java:
      	Added class documentation.
      	(parseURI(String)): Only handle scheme-specific parts
      	if URI is not opaque.  Allow for parts that can't be null.
      	(toString()): Output the scheme-specific part whole, rather
      	than as its possibly non-existent components.
      
      2005-04-20  Jeroen Frijters  <jeroen@frijters.net>
      
      	* java/net/URI.java (AUTHORITY_REGEXP): Corrected regexp.
      	(AUTHORITY_USERINFO_GROUP,AUTHORITY_HOST_GROUP,AUTHORITY_PORT_GROUP):
      	Adjusted to match new regexp.
      
      From-SVN: r98451
      Michael Koch committed
    • Connection.java, [...]: Reorganized import statements. · b5293f35
      2005-04-20  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/net/protocol/file/Connection.java,
      	gnu/java/net/protocol/jar/Connection.java:
      	Reorganized import statements. Fixed @author tags.
      
      From-SVN: r98450
      Michael Koch committed
    • [multiple changes] · 2e2082d8
      2005-04-20  Chris Burdess  <dog@gnu.org>
      
      	* java/io/DataOutputStream.java (writeUTF): Use block write for
      	output.
      
      2005-04-20  Jeroen Frijters  <jeroen@frijters.net>
      
      	* java/io/DataInputStream.java (ignoreInitialNewline): Removed
      	(readLine): Changed newline handling.
      
      From-SVN: r98449
      Michael Koch committed
    • PixelGrabber.java (setPixels(int,int,int,int, ColorModel,byte[],int,int): Fixed… · 9db695c1
      PixelGrabber.java (setPixels(int,int,int,int, ColorModel,byte[],int,int): Fixed byte to int conversion.
      
      2005-04-20  Jeroen Frijters  <jeroen@frijters.net>
      
      	* java/awt/image/PixelGrabber.java (setPixels(int,int,int,int,
      	ColorModel,byte[],int,int): Fixed byte to int conversion.
      
      From-SVN: r98448
      Jeroen Frijters committed
    • 2005-04-20 Michael Koch <konqueror@gmx.de> · 65d5bde8
      	* java/io/FilePermission.java
      	(serialVersionUID): Made private.
      	(ALL_FILES): New constant.
      	(implies): Handle '<<ALL FILES>>' case.
      
      From-SVN: r98447
      Michael Koch committed
    • 2005-04-20 Sven de Marothy <sven@physto.se> · f5c32e10
      	* gnu/java/awt/peer/gtk/GdkGraphics.java:
      	(drawImage): Don't notify the image observer for offscreen images.
      	* gnu/java/awt/peer/gtk/GtkImagePainter.java:
      	(setPixels): Don't notify the image observer.
      
      From-SVN: r98446
      Sven de Marothy committed
    • [multiple changes] · ebce970d
      2005-04-20  Sven de Marothy  <sven@physto.se>
      
      	* java/nio/ByteBufferImpl.java:
      	(putChar): Inlined for speed.
      	(put, get): Bulk methods can use arraycopy.
      	* java/nio/CharBufferImpl.java:
      	(put, get): Bulk methods can use arraycopy.
      
      2005-04-20  Jeroen Frijters  <jeroen@frijters.net>
      
      	* java/nio/ByteBufferImpl.java (get(), put(byte)): Inlined checks
      	and field updates.
      	* java/nio/CharBufferImpl.java
      	(CharBufferImpl(CharBufferImpl)): Copy array_offset field.
      	(get(), put(char)): Inlined checks and field updates. Fixed to
      	take array_offset into account.
      	(get(int), put(int, char)): Fixed to take array_offset into account.
      
      From-SVN: r98445
      Michael Koch committed
    • 2005-04-20 Sven de Marothy <sven@physto.se> · ce254988
      	* java/text/SimpleDateFormat.java:
      	(formatWithAttribute): Pad year before truncating digits.
      
      From-SVN: r98444
      Sven de Marothy committed
    • PlainDatagramSocketImpl.java: Merged copyright header. · 47af138f
      2005-04-20  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/net/PlainDatagramSocketImpl.java:
      	Merged copyright header.
      	* gnu/java/net/PlainSocketImpl.java:
      	Reorganized import statements. Fixed @author tags.
      
      From-SVN: r98443
      Michael Koch committed
    • ClassHelper.java, [...]: Fixed @author tag. · bd2865bc
      2005-04-20  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/lang/ClassHelper.java,
      	gnu/java/lang/reflect/TypeSignature.java:
      	Fixed @author tag.
      
      From-SVN: r98442
      Michael Koch committed
    • [multiple changes] · 47b44748
      2005-04-20  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/beans/IntrospectionIncubator.java:
      	Fixed HTML tags in javadocs.
      
      2005-04-20  Jeroen Frijters  <jeroen@frijters.net>
      
      	* gnu/java/beans/IntrospectionIncubator.java
      	(addToPropertyHash, addToListenerHash): Don't confuse get(),
      	set(), is(), add() and remove() with properties or events.
      
      From-SVN: r98441
      Michael Koch committed
    • XBMDecoder.java: Fixed modifier order. · 57d1e8b0
      2005-04-20  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/awt/image/XBMDecoder.java:
      	Fixed modifier order.
      
      From-SVN: r98440
      Michael Koch committed
    • 2005-04-20 Roman Kennke <roman@kennke.org> · 9257bcc8
      	* javax/swing/plaf/basic/BasicButtonUI.java
      	(paint): This should not care about margin and insets
      	at the same time, as insets already include the margin
      	through the border.
      	* javax/swing/plaf/basic/BasicGraphicsUtils.java
      	(getPreferredButtonSize): Likewise.
      	* javax/swing/plaf/metal/MetalBorders.java
      	(getBorderInsets): Likewise.
      
      2005-04-20  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/plaf/basic/BasicOptionPaneUI.java
      	(createMessageArea): The JPanel that holds the message area
      	doesn't need to override getPreferredSize. This prevents some
      	message components from rendering nicely.
      
      2005-04-20  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/plaf/metal/MetalInternalFrameUI.java
      	(createUI): Do not share instances between components.
      	* javax/swing/plaf/metal/MetalSliderUI.java
      	(createUI): Do not share instances between components.
      
      2005-04-20  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/plaf/metal/MetalBorders:
      	(PopupMenuBorder): Added.
      	* javax/swing/plaf/metal/MetalLookAndFeel
      	(initComponentDefaults): Added PopupMenuBorder.
      
      2005-04-20  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/tree/DefaultTreeSelectionModel.java:
      	Added API documentation all over the class.
      
      2005-04-20  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/plaf/basic/BasicScrollPaneUI.java
      	(installDefaults): Link managed JScrollPane in instance field.
      	(uninstallDefaults): Unlink managed JScrollPane in instance field.
      
      2005-04-20  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/plaf/basic/BasicScrollBarUI.java
      	(PropertyChangeHandler.propertyChange): Add default
      	to switch statement to avoid errors with unusual values
      	for orientation.
      	(installComponents): Likewise.
      
      2005-04-20  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/plaf/metal/MetalScrollBarUI.java:
      	(createUI): Instances cannot be shared among JScrollPanes.
      
      2005-04-20  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/plaf/metal/MetalLookAndFeel.java
      	(initComponentDefaults): Added defaults for Menu, MenuBar
      	MenuEntry fonts.
      
      2005-04-20  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/plaf/basic/BasicScrollBarUI.java
      	(installUI): Install listeners after everything all, otherwise
      	we get strange NPEs in some situations, especially with
      	custom L&Fs.
      	(createIncreaseButton): Orientation is expected to be
      	SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not
      	HORIZONTAL or VERTICAL.
      	(createDecreaseButton): Orientation is expected to be
      	SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not
      	HORIZONTAL or VERTICAL.
      	(installComponents): Orientation for buttons is expected to be
      	SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not
      	HORIZONTAL or VERTICAL.
      
      2005-04-20  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/JToolBar.java
      	(addImpl): Adjust added AbstractButtons to look and feel like
      	toolbar buttons.
      	* javax/swing/plaf/metal/MetalBorders.java:
      	Adjusted insets of ButtonBorder.
      	(RolloverMarginBorder): Added class for toolbar buttons.
      	(getButtonBorder): Adjusted factory method to return a shared
      	instance of button border.
      	(getToolbarButtonBorder): Added factory method to return a shared
      	instance of toolbar button border.
      	(getMarginBorder): Added factory method to return a shared
      	instance of margin border.
      	* javax/swing/plaf/metal/MetalButtonUI.java
      	(installDefauls): If button is child of a JToolBar then set
      	special border on this button.
      
      From-SVN: r98439
      Roman Kennke committed
    • 2005-04-20 Michael Koch <konqueror@gmx.de> · 4d23e5b8
      	* java/net/URLConnection.java
      	(getContent): Fixed javadoc comment.
      
      From-SVN: r98438
      Michael Koch committed
    • 2005-04-20 Andrew John Hughes <gnu_andrew@member.fsf.org> · 1701deb2
      	* java/net/URL.java:
      	(toURI()): Implemented.
      
      From-SVN: r98437
      Andrew John Hughes committed
    • builtins.c (expand_builtin_sync_operation): Revert last change. · f12b785d
              * builtins.c (expand_builtin_sync_operation): Revert last change.
              * optabs.c (expand_bool_compare_and_swap): Compare vs old value,
              not vs new value.
              (expand_compare_and_swap_loop): Likewise.
              (expand_sync_operation): Remove fallback from NAND to AND; invert
              memory operand when expanding from cmpxchg.
              (expand_sync_fetch_operation): Likewise.
              * doc/extend.texi (Atomic Builtins): Fix docs for nand and
              compare-and-swap.
      
              * config/alpha/alpha.c (alpha_split_atomic_op): Invert memory operand
              when implementing NAND.  Fix double-add for AFTER.
              * config/alpha/sync.md (sync_nand<I48MODE>): Invert memory operand.
              (sync_old_nand<I48MODE>, sync_new_nand<I48MODE>): Likewise.
              (sync_compare_and_swap<I48MODE>): Fix compare vs zero.  Return old
              memory value.
              (sync_lock_test_and_set<I48MODE>): Remove extra label and last
              memory barrier.
      
              * config/i386/sync.md (sync_compare_and_swap<IMODE>): Fix pattern
              to return old memory value.
              (sync_compare_and_swap_cc<IMODE>): Likewise.
      
              * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Early
              return pre-reload.  Don't consider output or anti dependencies.
              * config/ia64/sync.md (IMODE): New.
              (modesuffix): Add QI and HI.
              (memory_barrier): Simplify expansion.
              (sync_compare_and_swap<IMODE>): Use IMODE, not I48MODE.
              (cmpxchg_acq_<IMODE>): Likewise.
              (sync_lock_test_and_set<IMODE>): Likewise.
              (sync_lock_release<IMODE>): Likewise.
      
      From-SVN: r98436
      Richard Henderson committed
    • fold-const.c (fold_binary): Fold ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y simplify. · f242e769
      2005-04-19  James A. Morrison  <phython@gcc.gnu.org>
      
      	* fold-const.c (fold_binary): Fold ~(X ^ Y) to ~X ^ Y or X ^ ~Y if
      	~X or ~Y simplify.
      
      From-SVN: r98435
      James A. Morrison committed
    • fold-const (fold_binary): Fold ~X ^ ~ Y to X ^ Y. · 33ab6245
      2005-04-19  James A. Morrison  <phython@gcc.gnu.org>
      
      	* fold-const (fold_binary):  Fold ~X ^ ~ Y to X ^ Y.
      
      From-SVN: r98434
      James A. Morrison committed
    • * de.po: Update. · 72a3b9d2
      From-SVN: r98433
      Joseph Myers committed
    • Testcase to verify that FP regs are properly saved/restored across unwind. · 47508bd3
      PR target/20670
      * g++.dg/eh/fp-regs.C: New test.
      
      From-SVN: r98432
      James E Wilson committed
    • trans-const.c (gfc_conv_mpz_to_tree): Fix comment. · 6c08eb63
      From-SVN: r98430
      Steven G. Kargl committed
    • c.opt (Wint-to-pointer-cast, [...]): New options. · 53a2494e
      2005-04-20  Michael Pogue  <michael.pogue@sun.com>
                  Joseph S. Myers  <joseph@codesourcery.com>
      
      	* c.opt (Wint-to-pointer-cast, Wpointer-to-int-cast): New options.
      	* c-typeck.c (build_c_cast): Check these options.
      	* doc/invoke.texi: Document these options.
      
      testsuite:
      	* gcc.dg/Wint-to-pointer-cast-1.c,
      	gcc.dg/Wint-to-pointer-cast-2.c, gcc.dg/Wint-to-pointer-cast-3.c,
      	gcc.dg/Wpointer-to-int-cast-1.c, gcc.dg/Wpointer-to-int-cast-2.c,
      	gcc.dg/Wpointer-to-int-cast-3.c: New tests.
      
      From-SVN: r98429
      Joseph Myers committed
    • * tree-ssa-phiopt.c: Update a comment about the pass. · 7195b414
      From-SVN: r98428
      Kazu Hirata committed
    • Daily bump. · acf55c29
      [[Split portion of a mixed commit.]]
      
      From-SVN: r98425.2
      GCC Administrator committed
  2. 19 Apr, 2005 14 commits
    • tree-ssa-phiopt.c, [...]: Fix comment typos. · 696e78bf
      	* tree-ssa-phiopt.c, config/arm/arm.c, config/fr30/fr30.md,
      	config/mcore/mcore.c: Fix comment typos.
      
      From-SVN: r98421
      Kazu Hirata committed
    • Makefile.in (libgcc.mk): Pass GCC_FOR_TARGET. · 30ee829f
      	* Makefile.in (libgcc.mk): Pass GCC_FOR_TARGET.
      	* mklibgcc.in: Use $GCC_FOR_TARGET instead of ./xgcc.
      
      From-SVN: r98420
      Daniel Jacobowitz committed
    • 2005-04-19 Michael Koch <konqueror@gmx.de> · 0a0179a9
      	* java/net/InetAddress.java
      	(InetAddress): Fixed javadoc comment.
      	(aton): Likewise.
      	(lookup): Added javadoc.
      	(getFamily): Likewise.
      	* java/net/ServerSocket.java
      	(getChannel): Improved javadoc comment.
      
      From-SVN: r98419
      Michael Koch committed
    • invoke.texi: Update -Waliasing description. · 3010be13
      * invoke.texi:  Update -Waliasing description.
      
      Co-Authored-By: Steven G. Kargl <kargls@comcast.net>
      
      From-SVN: r98418
      Arnaud Desitter committed
    • * config/arm/arm.c (arm_init_libfuncs): Clear mod optabs. · 01c19d47
      From-SVN: r98417
      Paul Brook committed
    • hashtab.h, [...]: Don't use the PTR macro. · 8766be86
      	* hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
      	Don't use the PTR macro.
      
      	* sort.h: Don't use the PARAMS macro.
      
      From-SVN: r98416
      Kaveh R. Ghazi committed
    • os_dep.c, gc_locks.h: Import CRIS port by Simon Posnjak from gc6.4. · 2586bf38
      	* os_dep.c, include/private/gc_locks.h: Import CRIS port by
      	Simon Posnjak from gc6.4.
      	* include/private/gcconfig.h: Ditto.  Add M32R note from gc6.4.
      
      From-SVN: r98414
      Hans-Peter Nilsson committed
    • * except.c: Fix a comment typo. · 9be3f9b1
      From-SVN: r98413
      Kazu Hirata committed
    • re PR debug/21022 ([4.0 only] ICE while compiling GdkFontMetrics.class with stabs debugging) · b8621d81
      2005-04-19  Andrew Haley  <aph@redhat.com>
      
              PR java/21022
              * dbxout.c (dbxout_type_fields): Check DECL_IGNORED_P before
              looking at a field's bitpos.
      
      From-SVN: r98412
      Andrew Haley committed
    • decl.c (finish_method): Revert patch from 2005-04-13 for breaking indirect dispatch with PIC. · 61e72330
      	* java/decl.c (finish_method): Revert patch from 2005-04-13 for breaking
      	indirect dispatch with PIC.
      
      From-SVN: r98408
      Julian Brown committed
    • system.h (fopen, [...]): Define these to the unlocked libiberty functions. · 042630ad
      fixincludes:
      	* system.h (fopen, fdopen, freopen): Define these to the unlocked
      	libiberty functions.
      
      gcc:
      	* system.h (fopen, fdopen, freopen): Define these to the unlocked
      	libiberty functions.
      
      libcpp:
      	* system.h (fopen, fdopen, freopen): Define these to the unlocked
      	libiberty functions.
      
      From-SVN: r98407
      Kaveh R. Ghazi committed
    • [multiple changes] · 18e479e2
      2005-04-19  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
      	* gnu/xml/dom/html2/DomHTMLParser.java:
      	Changed 'enum' references to become 'enumeration'.
      
      2005-04-19  Audrius Meskauskas  <audriusa@bluewin.ch>
      
      	* gnu/xml/dom/html2/DomHTMLParser.java: New file.
      
      2005-04-19  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
      	* gnu/javax/swing/text/html/parser/htmlAttributeSet.java:
      	(getAttributeNames()): Replaced 'enum' with 'enumeration'.
      	* gnu/javax/swing/text/html/parser/htmlValidator.java:
      	(validateParameters(TagElement,htmlAttributeSet)):
      	Replaced 'enum' with 'enumeration'.
      	(validateAttribute(TagElement,htmlAttributeSet,Enumeration,Enumeration)):
      	Likewise.
      
      2005-04-19  Audrius Meskauskas  <audriusa@bluewin.ch>
      
      	* javax/swing/text/html/parser/Entity.java (getType): New method.
      	* javax/swing/text/html/parser/DocumentParser.java:
      	Inherit from javax.swing.text.html.parser.Parser.
      
      2005-04-19  Chris Burdess  <dog@gnu.org>
      
      	* gnu/xml/dom/html2/DomHTMLDocument.java: Fixed element creation and
      	check for HTML/XHTML namespace.
      
      2005-04-19  Audrius Meskauskas  <audriusa@bluewin.ch>
      
      	* javax/swing/text/html/parser/Parser.java,
      	javax/swing/text/html/parser/Entity.java:
      	Inheriting from DTDConstants.
      	* javax/swing/text/html/parser/AttributeList.java
      	(getValues): Changed return type.
      	* javax/swing/text/html/parser/DocumentParser
      	(parse): Adding the callback parameter that receives
      	the parsing events.
      
      2005-04-19  Chris Burdess  <dog@gnu.org>
      
      	* gnu/xml/dom/DomImpl.java,
      	gnu/xml/dom/html2/DomHTMLAnchorElement.java,
      	gnu/xml/dom/html2/DomHTMLDocument.java,
      	gnu/xml/dom/html2/DomHTMLElement.java,
      	gnu/xml/dom/html2/DomHTMLFormElement.java,
      	gnu/xml/dom/html2/DomHTMLFrameElement.java,
      	gnu/xml/dom/html2/DomHTMLIFrameElement.java,
      	gnu/xml/dom/html2/DomHTMLImpl.java,
      	gnu/xml/dom/html2/DomHTMLInputElement.java,
      	gnu/xml/dom/html2/DomHTMLObjectElement.java,
      	gnu/xml/dom/html2/DomHTMLOptionElement.java,
      	gnu/xml/dom/html2/DomHTMLSelectElement.java,
      	gnu/xml/dom/html2/DomHTMLTableCellElement.java,
      	gnu/xml/dom/html2/DomHTMLTableElement.java,
      	gnu/xml/dom/html2/DomHTMLTableRowElement.java,
      	gnu/xml/dom/html2/DomHTMLTableSectionElement.java,
      	gnu/xml/dom/html2/DomHTMLTextAreaElement.java: JAXP integration,
      	UI events, and tree utility functions.
      
      2005-04-19  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/javax/swing/text/html/parser/HTML_401F.java,
      	gnu/javax/swing/text/html/parser/gnuDTD.java,
      	gnu/javax/swing/text/html/parser/models/node.java:
      	Reworked import statements.
      
      2005-04-19  Audrius Meskauskas, Lithuania  <AudriusA@Bioinformatics.org>
      
      	* javax/swing/text/html/HTMLDocument.java: New file.
      
      2005-04-19  Michael Koch  <konqueror@gmx.de>
      
      	* javax/swing/text/html/HTMLFrameHyperlinkEvent.java:
      	Reformatted.
      	* javax/swing/text/html/parser/AttributeList.java:
      	Fixed order of modifiers.
      	(AttributeList): Made final.
      	* javax/swing/text/html/parser/ContentModel.java:
      	Fixed html characters in javadocs.
      	* javax/swing/text/html/parser/DTD.java
      	(DTD): Don't implement java.io.Serializable directly.
      	(getElement): Simplified.
      	* javax/swing/text/html/parser/DTDConstants.java:
      	Reformatted file.
      	* javax/swing/text/html/parser/Element.java:
      	Fixed order of modifiers.
      	* javax/swing/text/html/parser/Parser.java:
      	Reformatted. Don't use fully-qualified class names.
      	* javax/swing/text/html/parser/ParserDelegator.java:
      	Fixed order of modifiers.
      	* javax/swing/text/rtf/RTFParser.java:
      	Re-ordered import statements.
      	* javax/swing/text/rtf/RTFScanner.java:
      	Removed unused import statement.
      
      2005-04-19  Chris Burdess  <dog@gnu.org>
      
      	* gnu/xml/dom/html2/DomHTMLButtonElement.java,
      	gnu/xml/dom/html2/DomHTMLCollection.java,
      	gnu/xml/dom/html2/DomHTMLDocument.java,
      	gnu/xml/dom/html2/DomHTMLElement.java: Extensions for new element
      	types.
      	* gnu/xml/dom/html2/DomHTMLDListElement.java,
      	gnu/xml/dom/html2/DomHTMLDirectoryElement.java,
      	gnu/xml/dom/html2/DomHTMLDivElement.java,
      	gnu/xml/dom/html2/DomHTMLFieldSetElement.java,
      	gnu/xml/dom/html2/DomHTMLFontElement.java,
      	gnu/xml/dom/html2/DomHTMLFormElement.java,
      	gnu/xml/dom/html2/DomHTMLFrameElement.java,
      	gnu/xml/dom/html2/DomHTMLFrameSetElement.java,
      	gnu/xml/dom/html2/DomHTMLHRElement.java,
      	gnu/xml/dom/html2/DomHTMLHeadElement.java,
      	gnu/xml/dom/html2/DomHTMLHeadingElement.java,
      	gnu/xml/dom/html2/DomHTMLHtmlElement.java,
      	gnu/xml/dom/html2/DomHTMLIFrameElement.java,
      	gnu/xml/dom/html2/DomHTMLImageElement.java,
      	gnu/xml/dom/html2/DomHTMLInputElement.java,
      	gnu/xml/dom/html2/DomHTMLIsIndexElement.java,
      	gnu/xml/dom/html2/DomHTMLLIElement.java,
      	gnu/xml/dom/html2/DomHTMLLabelElement.java,
      	gnu/xml/dom/html2/DomHTMLLegendElement.java,
      	gnu/xml/dom/html2/DomHTMLLinkElement.java,
      	gnu/xml/dom/html2/DomHTMLMapElement.java,
      	gnu/xml/dom/html2/DomHTMLMenuElement.java,
      	gnu/xml/dom/html2/DomHTMLMetaElement.java,
      	gnu/xml/dom/html2/DomHTMLModElement.java,
      	gnu/xml/dom/html2/DomHTMLOListElement.java,
      	gnu/xml/dom/html2/DomHTMLObjectElement.java,
      	gnu/xml/dom/html2/DomHTMLOptGroupElement.java,
      	gnu/xml/dom/html2/DomHTMLOptionElement.java,
      	gnu/xml/dom/html2/DomHTMLParagraphElement.java,
      	gnu/xml/dom/html2/DomHTMLParamElement.java,
      	gnu/xml/dom/html2/DomHTMLPreElement.java,
      	gnu/xml/dom/html2/DomHTMLQuoteElement.java,
      	gnu/xml/dom/html2/DomHTMLScriptElement.java,
      	gnu/xml/dom/html2/DomHTMLSelectElement.java,
      	gnu/xml/dom/html2/DomHTMLStyleElement.java,
      	gnu/xml/dom/html2/DomHTMLTableCaptionElement.java,
      	gnu/xml/dom/html2/DomHTMLTableCellElement.java,
      	gnu/xml/dom/html2/DomHTMLTableColElement.java,
      	gnu/xml/dom/html2/DomHTMLTableElement.java,
      	gnu/xml/dom/html2/DomHTMLTableRowElement.java,
      	gnu/xml/dom/html2/DomHTMLTableSectionElement.java,
      	gnu/xml/dom/html2/DomHTMLTextAreaElement.java,
      	gnu/xml/dom/html2/DomHTMLTitleElement.java,
      	gnu/xml/dom/html2/DomHTMLUListElement.java: New files.
      
      2005-04-19  Audrius Meskauskas  <audriusa@bluewin.ch>
      
      	* javax/swing/text/ChangedCharSetException.java,
      	javax/swing/text/html/HTMLEditorKit.java,
      	javax/swing/text/html/HTMLFrameHyperlinkEvent.java,
      	javax/swing/text/html/parser/AttributeList.java,
      	javax/swing/text/html/parser/ContentModel.java,
      	javax/swing/text/html/parser/DocumentParser.java,
      	javax/swing/text/html/parser/DTD.java,
      	javax/swing/text/html/parser/DTDConstants.java,
      	javax/swing/text/html/parser/Element.java,
      	javax/swing/text/html/parser/Entity.java,
      	javax/swing/text/html/parser/Parser.java,
      	javax/swing/text/html/parser/TagElement.java,
      	gnu/javax/swing/text/html/package.html,
      	gnu/javax/swing/text/html/parser/gnuDTD.java,
      	gnu/javax/swing/text/html/parser/HTML_401F.java,
      	gnu/javax/swing/text/html/parser/htmlAttributeSet.java,
      	gnu/javax/swing/text/html/parser/htmlValidator.java,
      	gnu/javax/swing/text/html/parser/package.html,
      	gnu/javax/swing/text/html/parser/models/list.java,
      	gnu/javax/swing/text/html/parser/models/node.java,
      	gnu/javax/swing/text/html/parser/models/noTagModel.java,
      	gnu/javax/swing/text/html/parser/models/package.html,
      	gnu/javax/swing/text/html/parser/models/PCDATAonly_model.java,
      	gnu/javax/swing/text/html/parser/models/TableRowContentModel.java,
      	gnu/javax/swing/text/html/parser/models/transformer.java,
      	gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.java,
      	gnu/javax/swing/text/html/parser/support/package.html,
      	gnu/javax/swing/text/html/parser/support/parameterDefaulter.java,
      	gnu/javax/swing/text/html/parser/support/Parser.java,
      	gnu/javax/swing/text/html/parser/support/textPreProcessor.java,
      	gnu/javax/swing/text/html/parser/support/low/Buffer.java,
      	gnu/javax/swing/text/html/parser/support/low/Constants.java,
      	gnu/javax/swing/text/html/parser/support/low/Location.java,
      	gnu/javax/swing/text/html/parser/support/low/node.java,
      	gnu/javax/swing/text/html/parser/support/low/package.html,
      	gnu/javax/swing/text/html/parser/support/low/ParseException.java,
      	gnu/javax/swing/text/html/parser/support/low/pattern.java,
      	gnu/javax/swing/text/html/parser/support/low/Queue.java,
      	gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer.java:
      	New files.
      	* javax/swing/text/html/HTML.java,
      	javax/swing/text/html/parser/ParserDelegator.java:
      	New files (replacing).
      	* javax/swing/text/html/package.html,
      	javax/swing/text/html/parser/package.html: Documenting the
      	packages.
      
      2005-04-19  Chris Burdess  <dog@gnu.org>
      
      	* gnu/xml/dom/html2/DomHTMLAnchorElement.java,
      	gnu/xml/dom/html2/DomHTMLAppletElement.java,
      	gnu/xml/dom/html2/DomHTMLAreaElement.java,
      	gnu/xml/dom/html2/DomHTMLBaseElement.java,
      	gnu/xml/dom/html2/DomHTMLBaseFontElement.java,
      	gnu/xml/dom/html2/DomHTMLBodyElement.java,
      	gnu/xml/dom/html2/DomHTMLBRElement.java,
      	gnu/xml/dom/html2/DomHTMLButtonElement.java,
      	gnu/xml/dom/html2/DomHTMLCollection.java,
      	gnu/xml/dom/html2/DomHTMLDocument.java,
      	gnu/xml/dom/html2/DomHTMLElement.java: New files.
      
      2005-04-19  Michael Koch  <konqueror@gmx.de>
      
      	* Makefile.am: Added new files.
      	* Makefile.in: Regenerated.
      
      From-SVN: r98406
      Michael Koch committed
    • re PR tree-optimization/21096 (copy-prop leaks memory) · c5f083ef
      	PR tree-optimization/21096
      	* tree-ssa-copy.c (fini_copy_prop): Free cached_last_copy_of.
      
      From-SVN: r98405
      Kazu Hirata committed
    • 2005-04-19 Roman Kennke <roman@kennke.org> · 9092932b
      	* javax/swing/text/JTextComponent.java
      	(JTextComponent): Added repaintListener which issues repaint
      	requests when the underlying document changes.
      	(setDocument): Adds repaintListener to document when the
      	document is changed.
      	* javax/swing/text/DefaultEditorKit.java:
      	Removed repaint calls on JTextComponent. This is now handled
      	through a DocumentListener in JTextComponent that repaints
      	the component when needed.
      
      From-SVN: r98403
      Roman Kennke committed