1. 16 Jan, 2001 7 commits
    • unroll.c (precondition_loop_p): Fail if no iteration variable found. · c55fa4d6
              * unroll.c (precondition_loop_p): Fail if no iteration
              variable found.
      
      From-SVN: r39064
      Richard Henderson committed
    • exception_support.cc (__cp_pop_exception): Fix uninitialized thinko in last change. · 96070989
      	* libsupc++/exception_support.cc (__cp_pop_exception): Fix
      	uninitialized thinko in last change.
      
      From-SVN: r39063
      Nathan Sidwell committed
    • Daily bump. · b6dfc391
      From-SVN: r39062
      Jeff Law committed
    • exception_support.cc (__cp_pop_exception): Change prototype. · 40acfbea
      	* libsupc++/exception_support.cc (__cp_pop_exception): Change
      	prototype.
      
      From-SVN: r39061
      Mark Mitchell committed
    • C++STYLE (classname): Add more existing and stylish patterns. · 9f12c2a6
      
      2001-01-16  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* docs/html/17_intro/C++STYLE (classname): Add more existing
      	and stylish patterns.
      
      	libstdc++/944
      	* include/bits/istream.tcc (istream::sentry::sentry()): Set
      	failbit if the state of the stream is not good.
      	* testsuite/27_io/istream_sentry.cc (test02): Add test.
      	* testsuite/27_io/istream_manip.cc (test01): Modify.
      
      	libstdc++/1019
      	reported by Paolo Carlini <pcarlini@unitus.it>
      	* include/bits/istream.tcc (operator>>(istream&, string&)): Fix.
      	* testsuite/21_strings/inserters_extractors.cc (test08): Add test.
      
      	libstdc++/1057
      	* include/bits/std_streambuf.h (setp): Set _M_buf_size correctly.
      	* include/bits/streambuf.tcc (xsputn): Remove outside if clause.
      	(xsgetn): Same. Simplify.
      	* testsuite/27_io/streambuf.cc (test04): Add testcases.
      
      	reported by Larry Evans <jcampbell3@prodigy.net>
      	* include/bits/streambuf.tcc (streambuf::xsputn): Just check for
      	equality with eof on returned value from overflow.
      
      From-SVN: r39060
      Benjamin Kosnik committed
    • C++STYLE (classname): Add more existing and stylish patterns. · 13187a45
      
      2001-01-16  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* docs/html/17_intro/C++STYLE (classname): Add more existing
      	and stylish patterns.
      
      	libstdc++/944
      	* include/bits/istream.tcc (istream::sentry::sentry()): Set
      	failbit if the state of the stream is not good.
      	* testsuite/27_io/istream_sentry.cc (test02): Add test.
      	* testsuite/27_io/istream_manip.cc (test01): Modify.
      
      	libstdc++/1019
      	reported by Paolo Carlini <pcarlini@unitus.it>
      	* include/bits/istream.tcc (operator>>(istream&, string&)): Fix.
      	* testsuite/21_strings/inserters_extractors.cc (test08): Add test.
      
      	libstdc++/1057
      	* include/bits/std_streambuf.h (setp): Set _M_buf_size correctly.
      	* include/bits/streambuf.tcc (xsputn): Remove outside if clause.
      	(xsgetn): Same. Simplify.
      	* testsuite/27_io/streambuf.cc (test04): Add testcases.
      
      	reported by Larry Evans <jcampbell3@prodigy.net>
      	* include/bits/streambuf.tcc (streambuf::xsputn): Just check for
      	equality with eof on returned value from overflow.
      
      From-SVN: r39059
      Benjamin Kosnik committed
    • gcc.c: When -fsyntax-only is given, do not complain about unused libraries. · 6488ac06
      2001-01-16  Phil Edwards  <pme@sources.redhat.com>
      
      	* gcc.c:  When -fsyntax-only is given, do not complain about
      	  unused libraries.
      
      From-SVN: r39058
      Phil Edwards committed
  2. 15 Jan, 2001 33 commits