gcc/libstdc++-v3/config
Paolo Carlini bbacb998c8 re PR libstdc++/9533 (Can't read from tty with ifstream)
2003-03-28  Paolo Carlini  <pcarlini@unitus.it>
	    Nathan Myers  <ncm@cantrip.org>

	PR libstdc++/9533
	* include/bits/fstream.tcc (basic_filebuf<>::open): Don't
	call underflow().
	(basic_filebuf<>::showmanyc): Use the information provided
	by codecvt and __basic_file<>::showmanyc_helper to implement
	a non-trivial showmanyc.
	* config/io/basic_file_stdio.h
	(__basic_file<>::showmanyc_helper): New, declare.
	* config/io/basic_file_stdio.cc
	(__basic_file<>::showmanyc_helper): Define.
	(__basic_file<>::_M_open_mode): Don't set O_NONBLOCK.
	(__basic_file<char>::open): Don't call fcntl().
	* acinclude.m4 (GLIBCPP_CHECK_S_ISREG_OR_S_IFREG,
	GLIBCPP_CHECK_POLL): New macros.
	* configure.in: Call here.
	* acconfig.h: Add #undefs for the corresponding symbols.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.
	* config.h.in: Regenerate.

Co-Authored-By: Nathan Myers <ncm@cantrip.org>

From-SVN: r64978
2003-03-28 18:28:47 +00:00
..
abi * config/abi/i386-unknown-freebsd4.7/baseline_symbols.txt: Remove. 2002-10-18 21:25:13 +00:00
cpu atomicity.h (__exchange_and_add, [...]): Only .set mips2 for the o32 ABI. 2003-03-20 02:30:42 +00:00
io re PR libstdc++/9533 (Can't read from tty with ifstream) 2003-03-28 18:28:47 +00:00
locale [multiple changes] 2003-03-15 04:53:52 +00:00
os ctype_noninline.h (ctype<char>::classic_table): Correct return value. 2003-03-22 18:55:40 +00:00
linker-map.dummy acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Also check version. 2002-02-20 22:10:39 +00:00
linker-map.gnu linker-map.gnu: Remove string export restrictions. 2003-03-25 01:53:13 +00:00