]> gcc.gnu.org Git - gcc.git/commit
Changes for _G_IO_IO_FILE_VERSION == 0x20001:
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Tue, 24 Feb 1998 20:09:55 +0000 (20:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 24 Feb 1998 20:09:55 +0000 (13:09 -0700)
commit3eaa4d3b4dbca86aa581e83f0fb67b10900ff0a5
treef485ddeceda3dbb34f3e39bb297d61e69e0a6445
parent14e403d46d7cddc753102dd383e7fac7f6ffeecf
Changes for _G_IO_IO_FILE_VERSION == 0x20001:

* libioP.h (_IO_showmanyc_t, _IO_SHOWMANYC, _IO_imbue_t,
_IO_IMBUE): New definitions.
(struct _IO_jump_t): Add __showmanyc and __imbue fields.
(_IO_file_fopen): Add new fourth argument.
* filebuf.cc (filebuf::open): Pass new fourth argument to
_IO_file_fopen.
* iolibio.h (_IO_freopen): Likewise.
* streambuf.cc (streambuf::showmanyc, streambuf::imbue): New
functions.
* streambuf.h (_IO_wchar_t): Define to _G_wchar_t.
(ios::fill): Remove casts.
(struct streambuf): Add showmanyc and imbue members.
* iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >=
1]: Initialize new fields is_char of struct printf_info.
(ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 1]:
Likewise.

From-SVN: r18222
libio/ChangeLog
libio/filebuf.cc
libio/iolibio.h
libio/iostream.cc
libio/libioP.h
libio/streambuf.cc
libio/streambuf.h
This page took 0.060281 seconds and 5 git commands to generate.