gcc/libstdc++-v3/libio
Benjamin Kosnik d04703d6d7 C/C++ io merge/sync.
2000-08-14  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

	C/C++ io merge/sync.
	* libio/fileops.c
	* libio/genops.c
	* libio/iofclose.c
	* libio/iofopen.c
	* libio/iofwide.c
	* libio/libio.h
	* libio/libioP.h
	* libio/stdio.c
	* libio/wfileops.c
	* libio/wgenops.c
	* config/c_io_libio.cc (__basic_file): Add hacky casts to
	((struct _IO_FILE_plus *) in ctors.
	(__basic_file<wchar_t>): Adjust _wide_data->_codecvt to just _codecvt.
	* libio/Makefile.am: Fix copyright. Remove cleanup.c.
	* libio/cleanup.c: Remove.
	* libio/filedoalloc.c (_IO_file_doallocate): Don't call
	_IO_cleanup_registration_needed, even if not libc.

	* testsuite/27_io/stringstream.cc (test02): Fix.

From-SVN: r35694
2000-08-15 07:33:00 +00:00
..
ChangeLog C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
Makefile.am C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
Makefile.in C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
_G_config.h acinclude.m4: Tweaks. 2000-07-19 00:57:38 +00:00
filedoalloc.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
fileops.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
genops.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
iofclose.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
iofopen.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
iofwide.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
iolibio.h Sync libio to glibc-2.2 current CVS. 2000-07-02 02:16:35 +00:00
libio.h C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
libioP.h C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
stdfiles.c acinclude.m4: Tweaks. 2000-07-19 00:57:38 +00:00
stdio.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
wfiledoalloc.c fileops.cc: Update to current glibc sources. 2000-08-01 07:44:11 +00:00
wfileops.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
wgenops.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00