1. 27 Apr, 2004 5 commits
  2. 26 Apr, 2004 18 commits
  3. 25 Apr, 2004 11 commits
  4. 24 Apr, 2004 6 commits
    • inclhack.def (aix_syswait_2): New fix. · d3535e80
      
      	* fixinc/inclhack.def (aix_syswait_2): New fix.
      	* fixinc/fixincl.x: Regenerate.
      	* fixinc/tests/base/sys/wait.h: Update for new test.
      
      Co-Authored-By: Bruce Korb <bkorb@gnu.org>
      
      From-SVN: r81147
      Roger Sayle committed
    • PR libstdc++/15002 (continued) · 062bf895
      2004-04-24  Paolo Carlini  <pcarlini@suse.de>
      	    Petur Runolfsson  <peturr02@ru.is>
      
      	PR libstdc++/15002 (continued)
      	* include/bits/istream.tcc (basic_istream<>::getline(char_type*,
      	streamsize, char_type)): Use traits::find/copy in a loop to speed
      	up greatly the function in the common case (I/O buffer size >> 1).
      
      2004-04-24  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/27_io/basic_istream/getline/char/4.cc: New.
      
      	* include/bits/istream.tcc (getline(basic_istream<>&,
      	basic_string<>&, _CharT)): Change to use sgetc()/snextc() instead
      	of sbumpc(), consistently with the other functions, thus also
      	dealing correctly with the case of exceeded string::max_size().
      
      Co-Authored-By: Petur Runolfsson <peturr02@ru.is>
      
      From-SVN: r81146
      Paolo Carlini committed
    • CollationElementIterator.java (reset): Reset lookahead variables. · 6f0b1fa5
      2004-04-24  Jerry Quinn  <jlquinn@optonline.net>
      
      	* java/text/CollationElementIterator.java (reset): Reset
              lookahead variables.
      
      From-SVN: r81142
      Jerry Quinn committed
    • cls_multi_schar.c (main): Fix initialization error. · 67781b44
      2004-04-24  Andreas Tobler  <a.tobler@schweiz.ch>
      
      	* testsuite/libffi.call/cls_multi_schar.c (main): Fix initialization
      	error. Reported by Thomas Heller <theller@python.net>.
      	* testsuite/libffi.call/cls_multi_sshort.c (main): Likewise.
      	* testsuite/libffi.call/cls_multi_ushort.c (main): Likewise.
      
      From-SVN: r81131
      Andreas Tobler committed
    • Makefile.tpl (all-stage1-gcc, [...]): Always relocate gcc and prev-gcc to the… · 03a91701
      Makefile.tpl (all-stage1-gcc, [...]): Always relocate gcc and prev-gcc to the original names, even if the build fails.
      
      2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
      	Always relocate gcc and prev-gcc to the original names, even
      	if the build fails.
      	(new-cleanstrap, new-restage1, new-restage2, new-restage3):
      	New targets.
      
      From-SVN: r81130
      Paolo Bonzini committed
    • re PR target/14960 ([3.4 only] -maltivec affects vector return with -mabi=no-altivec) · 44688022
      	PR target/14960
      	* config/rs6000/rs6000.c (rs6000_stack_info): Rename total_raw_size
      	to non_fixed_size, and leave out fixed_size from the sum.
      	(generate_set_vrsave): Correct clobbers.
      	(rs6000_emit_epilogue): Test TARGET_ALTIVEC with TARGET_ALTIVEC_SAVE.
      	(rs6000_function_value): Test TARGET_ALTIVEC and TARGET_ALTIVEC_ABI.
      	(rs6000_libcall_value): Likewise.
      	* config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Likewise.
      	(FUNCTION_ARG_REGNO_P): Likewise.
      
      From-SVN: r81129
      Alan Modra committed