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 /configure its/basic_ios ...


CVSROOT:	/cvs/libstdc++
Module name:	libstdc++
Changes by:	bkoz@egcs.cygnus.com	99/09/20 19:18:54

Modified files:
	.              : ChangeLog configure 
	bits           : basic_ios.h fpos.h istream.tcc std_iomanip.h 
	                 std_iosfwd.h std_istream.h std_ostream.h 
	libio          : Makefile.in 
	math           : Makefile.in 
	src            : Makefile.am Makefile.in misc-inst.cc 
	testsuite/27_io: istream_unformatted.cc 

Log message:
	1999-09-20  Benjamin Kosnik  <bkoz@milou.cygnus.com>
	
	* bits/std_ostream.h: Fix typo.
	* bits/std_istream.h: Same.
	* bits/std_iomanip.h: Same.
	
	* bits/istream.tcc (sentry::sentry()): Remove optional tie with
	ostream, as happens with underflow anyway.
	* testsuite/27_io/istream.cc (main): New file.
	* testsuite/27_io/ostream.cc (main): New file.
	* testsuite/27_io/istream_unformatted.cc: Add tests.
	
	* src/Makefile.am (headers): Add new file.
	* src/Makefile.in (headers): Regenerated.
	
	* bits/basic_ios.h: Remove local-related files.
	* bits/basic_ios.tcc: New file, add locale-related items.
	* src/misc-inst.cc: Add include of basic_ios.tcc, as a hack for now.
	* testsuite/27_io/ios_members_static.cc: Change to
	* testsuite/27_io/ios_base_members_static.cc: This.
	* testsuite/27_io/ios_members.cc: New file.
	* testsuite/27_io/stdios_basefield_manip: Change to
	* testsuite/27_io/ios_manip_basefield.cc: This.
	* testsuite/27_io/stdios_fmtflags_manip: Change to
	* testsuite/27_io/ios_manip_fmtflags.cc: This.
	
	* bits/fpos.h: Fix discarding qualifiers on this when
	using _M_position with a const fpos.
	* bits/std_iosfwd.h: Tweak.
	* testsuite/27_io/fpos.cc: New file.


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