This is the mail archive of the libstdc++-cvs@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libstdc++/ /ChangeLog its/istream.tcc its/stre ...


CVSROOT:	/cvs/libstdc++
Module name:	libstdc++
Changes by:	bkoz@sourceware.cygnus.com	00/02/15 23:45:40

Modified files:
	.              : ChangeLog 
	bits           : istream.tcc streambuf.tcc 
	src            : Makefile.am Makefile.in 
	testsuite/27_io: istream_unformatted.cc streambuf.cc 

Log message:
	2000-02-15  Benjamin Kosnik  <bkoz@cygnus.com>
	
	Jim Parsons  <parsons@clearway.com>
	* testsuite/27_io/istream_unformatted.cc (test06): Add test.
	* bits/istream.tcc (read): Set failbit if !good(). Don't increment
	gcount if eof.
	(readsome): Same.
	
	Michel Decima  <michel.decima@cnet.francetelecom.fr>
	* testsuite/27_io/streambuf.cc: Add test.
	* bits/streambuf.tcc (xsgetn): Don't test for valid mode.
	(xsputn): Same.
	
	* src/Makefile.am (AM_CXXFLAGS): Pass down AC_CXXFLAGS,
	OPTIMIZE_CXXFLAGS, etc. So --enable-debug and --enable-namespaces
	will work correctly, for instance.
	* src/Makefile.in: Regenerate.
	
	* bits/locale_facets.h: Fix merge error.
	(num_put::put(unsigned long long): And here.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/ChangeLog.diff?cvsroot=libstdc++&r1=1.425&r2=1.426
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/bits/istream.tcc.diff?cvsroot=libstdc++&r1=1.37&r2=1.38
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/bits/streambuf.tcc.diff?cvsroot=libstdc++&r1=1.27&r2=1.28
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/src/Makefile.am.diff?cvsroot=libstdc++&r1=1.72&r2=1.73
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/src/Makefile.in.diff?cvsroot=libstdc++&r1=1.83&r2=1.84
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/testsuite/27_io/istream_unformatted.cc.diff?cvsroot=libstdc++&r1=1.11&r2=1.12
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/testsuite/27_io/streambuf.cc.diff?cvsroot=libstdc++&r1=1.3&r2=1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]