gcc/libstdc++-v3/src
Paolo Carlini bea53dbfbc istream.cc (basic_istream<char>::ignore(streamsize), [...]): Avoid _M_gcount overflows.
2005-01-02  Paolo Carlini  <pcarlini@suse.de>

	* src/istream.cc (basic_istream<char>::ignore(streamsize),
	basic_istream<char>::ignore(streamsize, int_type),
	basic_istream<wchar_t>::ignore(streamsize),
	basic_istream<wchar_t>::ignore(streamsize, int_type)): Avoid
	_M_gcount overflows.
	* include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
	int_type)): Likewise; use snextc in the main loop, consistently
	with the specializations above.

From-SVN: r92816
2005-01-03 00:02:47 +00:00
..
allocator-inst.cc
bitmap_allocator.cc Minimal fixes for -fno-exceptions. 2004-12-30 00:21:10 +00:00
codecvt.cc
complex_io.cc
concept-inst.cc
ctype.cc
debug_list.cc
debug.cc re PR libstdc++/17664 ([3.4 only] Crash in std::map when using _GLIBCXX_DEBUG with multithreading) 2004-11-08 20:47:25 +00:00
ext-inst.cc
fstream-inst.cc
functexcept.cc
globals_io.cc
globals_locale.cc
io-inst.cc
ios_failure.cc
ios_init.cc
ios_locale.cc
ios.cc re PR libstdc++/17922 (Spurious warnings about std::ios_base::seekdir) 2004-11-02 19:00:19 +00:00
istream-inst.cc
istream.cc istream.cc (basic_istream<char>::ignore(streamsize), [...]): Avoid _M_gcount overflows. 2005-01-03 00:02:47 +00:00
limits.cc
list.cc
locale_facets.cc
locale_init.cc
locale-inst.cc
locale-misc-inst.cc
locale.cc
localename.cc
Makefile.am streambuf.tcc (__copy_streambufs): Provide a generic version of the function... 2004-11-15 23:33:05 +00:00
Makefile.in Makefile.in, aclocal.m4: Regenerate with automake 1.9.3. 2004-11-24 21:12:26 +00:00
misc-inst.cc
mt_allocator.cc mt_allocator.h (__pool::_M_get_align): New. 2004-10-17 15:22:03 +00:00
ostream-inst.cc
pool_allocator.cc pool_allocator.cc (__pool_alloc_base::_M_allocate_chunk): Deal properly with exceptions thrown by ::operator new(size_t). 2004-10-11 08:19:35 +00:00
sstream-inst.cc
stdexcept.cc
streambuf-inst.cc
streambuf.cc streambuf.tcc (__copy_streambufs): Provide a generic version of the function... 2004-11-15 23:33:05 +00:00
string-inst.cc
strstream.cc
tree.cc
valarray-inst.cc
wlocale-inst.cc
wstring-inst.cc