1. 25 Jun, 2003 30 commits
  2. 24 Jun, 2003 10 commits
    • mainpage.html: Use a useful title. · c1a62440
      2003-06-24  Phil Edwards  <pme@gcc.gnu.org>
      
      	* docs/doxygen/mainpage.html:  Use a useful title.
      
      From-SVN: r68441
      Phil Edwards committed
    • documentation.html: Remove assignment info. · cdc1242a
      2003-06-24  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* docs/html/documentation.html: Remove assignment info.
      	* docs/html/17_intro/contribute.html: Edits.
      	* docs/html/17_intro/libstdc++-assign.tx: Remove.
      
      	* docs/html/test.html: Update.
      
      	* README: Update.
      
      From-SVN: r68440
      Benjamin Kosnik committed
    • URL.java: Renamed "handler" to "ph" in the whole file to match classpaths version. · cb64c638
      2003-06-24  Michael Koch  <konqueror@gmx.de>
      
      	* java/net/URL.java:
      	Renamed "handler" to "ph" in the whole file to match classpaths
      	version.
      	* java/net/URLStreamHandler.java:
      	(equals): Renamed "handler" to "ph".
      
      From-SVN: r68439
      Michael Koch committed
    • AncestorEvent.java, [...]: New versions from classpath. · bbe53f03
      2003-06-24  Michael Koch  <konqueror@gmx.de>
      
      	* javax/swing/event/AncestorEvent.java,
      	javax/swing/event/HyperlinkEvent.java,
      	javax/swing/event/InternalFrameEvent.java,
      	javax/swing/event/ListDataEvent.java,
      	javax/swing/event/TableModelEvent.java,
      	javax/swing/event/TreeWillExpandListener.java,
      	javax/swing/plaf/ComponentUI.java,
      	javax/swing/plaf/DesktopIconUI.java,
      	javax/swing/plaf/DesktopPaneUI.java,
      	javax/swing/plaf/DimensionUIResource.java,
      	javax/swing/plaf/FileChooserUI.java,
      	javax/swing/plaf/FontUIResource.java,
      	javax/swing/plaf/IconUIResource.java,
      	javax/swing/plaf/InputMapUIResource.java,
      	javax/swing/plaf/InsetsUIResource.java,
      	javax/swing/plaf/InternalFrameUI.java,
      	javax/swing/plaf/LabelUI.java,
      	javax/swing/plaf/ListUI.java,
      	javax/swing/plaf/MenuBarUI.java,
      	javax/swing/plaf/MenuItemUI.java,
      	javax/swing/plaf/OptionPaneUI.java,
      	javax/swing/plaf/PanelUI.java,
      	javax/swing/plaf/ProgressBarUI.java,
      	javax/swing/plaf/doc-files/ComponentUI-1.dia,
      	javax/swing/plaf/doc-files/ComponentUI-1.png:
      	New versions from classpath.
      
      From-SVN: r68438
      Michael Koch committed
    • re PR fortran/11299 (f771 ICE on line directive) · 7aff2f28
      2003-06-24  Scott Snyder  <snyder@fnal.gov>
      
      	PR fortran/11299
      	* com.c (ffe_init): Call push_srcloc() to ensure that
      	input_file_stack is initialized.
      
      From-SVN: r68437
      Scott Snyder committed
    • testsuite_performance.h: Tweak mallinfo. · 1b6f0a56
      2003-06-24  Benjamin Kosnik  <bkoz@redhat.com>
                  Ulrich Drepper  <drepper@redhat.com>
      
      	* testsuite/testsuite_performance.h: Tweak mallinfo.
      
      Co-Authored-By: Ulrich Drepper <drepper@redhat.com>
      
      From-SVN: r68436
      Benjamin Kosnik committed
    • h8300.md (4 anonymous patterns): Give internal names. · 61f33c67
      	* config/h8300/h8300.md (4 anonymous patterns): Give internal
      	names.
      	(movsi_h8300): Change the name to *movsi_h8300.
      	(movsi_h8300hs): Change the name to *movsi_h8300hs.
      	(movsf_h8300): Change the name to *movsf_h8300.
      	(movsf_h8300hs): Change the name to *movsf_h8300hs.
      
      From-SVN: r68435
      Kazu Hirata committed
    • builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in src twice. · 946137a0
      	* builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
      	src twice.
      
      	* gcc.c-torture/execute/string-opt-17.c: New test.
      
      From-SVN: r68431
      Jakub Jelinek committed
    • Back out these patches: · 6d1cb95f
      	 2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
                * sh.h (OLD_ARG_MODE): New macro.
                (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
                (FUNCTION_ARG_1): Break out of:
                (FUNCTION_ARG).  Use OLD_ARG_MODE.
      	 2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
                * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
                of the generated register.
      
      	* sh.h (FUNCTION_ARG_SCmode_WART): Define.
      	(FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
      	an even number of floating point regs are in use, use the same
      	sequence of argument passing registers for SCmode as would be
      	used for two SFmode values.
      	* sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
      	swap real / imaginary parts in incoming SCmode values passed
      	in registers.
      
      From-SVN: r68430
      J"orn Rennecke committed
    • reg_search: Replace existing uses of DATE with MADE_DATE and use DATE for the date command. · d28dd0f9
      	* reg_search: Replace existing uses of DATE with MADE_DATE and
      	use DATE for the date command.
      	* reg_periodic: Ditto.
      
      From-SVN: r68429
      Janis Johnson committed