Tue Feb  4 13:26:12 1992  Per Bothner  (bothner at cygnus.com)

	* Makefile.in:  Rename library to libstdio++.a,
	and add 'install' rule.
	* fread.C:  Fix to return correct count.
	* fwrite.C:  Pull out stuff from BSD; just use streambuf::sputn.
	* stdio.C, fflush.c:  Use new streambuf::flush_all() method.
	* stdio.h, hvfprintf.C, vprintf.C, vsprintf.C:
	Define _STDIO_VA and use it instead of va_list.
	(Using va_list causes namespace problems.)

Thu Jan 16 17:04:26 1992  Per Bothner  (bothner at cygnus.com)

	* *printf.C:  Change __vsbprintf(sb ...) to sb->vform(...).
	* *scanf.C:  Change __vsbscanf(sb ...) to sb->vscan(...).
	* emulate.C:  Removed unused function __stdio_check_offset.

Fri Jan  3 16:12:18 1992  Per Bothner  (bothner at cygnus.com)

	* Makefile.in:  Make fit better with rest of libg++ Makefiles.

Thu Jan  2 22:31:04 1992  John Gilmore  (gnu at cygnus.com)

	* Makefile.in, configure.in:  Create.
	* Makefile:  Remove.
	* ChangeLog:  Create.
