1. 03 Mar, 2011 13 commits
  2. 02 Mar, 2011 15 commits
  3. 01 Mar, 2011 10 commits
  4. 28 Feb, 2011 2 commits
    • re PR libstdc++/47921 (pbump will overflow when input n is larger than 2G-1) · 1139a735
      2011-02-28  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR libstdc++/47921
      	* include/std/streambuf (basic_streambuf<>::__safe_gbump,
      	__safe_pbump): Add.
      	* include/bits/streambuf.tcc (basic_streambuf<>::xgetn,
      	xputn): Use the latter.
      	* include/bits/streambuf_iterator.h: Likewise.
      	* src/strstream.cc: Likewise.
      	* src/streambuf.cc: Likewise.
      	* src/compatibility.cc: Likewise.
      	* src/istream.cc: Likewise.
      	* include/bits/fstream.tcc (basic_filebuf<>::xsgetn): Use setg
      	instead of gbump.
      	* include/std/sstream (basic_stringbuf<>::_M_pbump): Add.
      	* include/bits/sstream.tcc (basic_stringbuf<>::seekoff,
      	seekpos, _M_sync): Use setg, setp, and _M_pbump.
      	* config/abi/pre/gnu.ver: Tweak.
      
      From-SVN: r170579
      Paolo Carlini committed
    • Move ChangeLog entry to correct ChangeLog file. · 6dfef9cc
      From-SVN: r170577
      Ian Lance Taylor committed