			    EStdio Version 2.6
			
			Copyright (c) 1990, 1991 Earl Chew

Feel free to copy, use and distribute this software provided:

	1. you do not pretend that you wrote it
	2. you leave this copyright notice intact
	3. you do not attempt to make money from it.
	
Installation instructions are provided in the INSTALL directory. Test programs
are provided in the FPTEST and TEST directories.	

Thanks to:

Bruce Evans for putting up with the pre-release versions and for his
  suggestions and comments.
Rainer Orth for putting up with strange floating point output.

Version 2.6:
05-Apr-1991	Cure floating point rounding problem. __mantostr would end
		up with a negative digit.

Version 2.5:
13-Mar-1991	Avoid floating point output rounding after all significant
		digits exhausted.
14-Mar-1991	Use off_t in all lseek() invocations.

Version 2.4:
10-Jan-1991	Support ANSI namespace properly.
		Fix stdout flush bug.
		Fix floating point output bug.

Version 2.3:
21-Dec-1990	Fix fread() bug [forgot to zero readsize].
		Fix problem in clean target of makefile.cpp.
		Remove warning from vsprintf.c.
		Don't use macro for remove() to ease ANSI namespace
		transition.
		Posixize stdio.h.

Version 2.2:
20-Nov-1990	dup2() replacement for deficient systems.
		Tidy up function forms of getc, putc, etc.
		Support MIPS with gcc.
		Tidy up yinstall.sh.

Version 2.1:
30-Oct-1990	Fixed interpretation of precision for %g.
		Typo in _f_cvt.c [richard@aiai.ed.ac.uk (Richard Tobin)].
		Retry after partial writes.
		Make varargs conform to manual page.

Version 2.0a:
03-Aug-1990	Changed __stdiosize_t unsigned check so ack won't complain.
		Bitten by truncated ack names again in exercise.c.
