This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/testsuite/27_io ostream_unformatted.cc
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/testsuite/27_io ostream_unformatted.cc
- From: bkoz at sourceware dot cygnus dot com
- Date: 23 Mar 2000 23:07:37 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 00/03/23 15:07:36
Added files:
testsuite/27_io: ostream_unformatted.cc
Log message:
2000-03-22 Benjamin Kosnik <bkoz@cygnus.com>
* bits/sstream.tcc (seekoff): Fix for gptr() null cases.
Return newoff. Need to standardize on this and synch with filebufs.
* bits/fstream.tcc (seekoff): Sync.
(seekpos): Sync.
* testsuite/27_io/ostream_unformatted.cc: New file.
* testsuite/27_io/stringbuf.cc: Fix.
* testsuite/27_io/istream_unformatted.cc (test04): Fix.
* config/newlib/bits/ctype_base.h (ctype_base): Fix.
* config/newlib/ctype.cc (ctype): Change __ctype -> _ctype_.
* src/complex_io.cc (operator>>complex): Tweak.
* config/cpu/alpha/atomicity.h: Explicitly typedef uint32_t, int32_t if
<inttypes.h> does not exist.
* config/cpu/sparc/sparc64/atomicity.h: Same.
* config/cpu/sparc/sparc32/atomicity.h: Same.
* config/cpu/powerpc/atomicity.h: Same.
* config/cpu/i386/atomicity.h: Same.
* config/cpu/generic/atomicity.h: Same.
* configure.in: Check for inttypes.h.
* configure: Regnerate.
Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/testsuite/27_io/ostream_unformatted.cc.diff?cvsroot=libstdc++&r1=NONE&r2=1.1