gno/lib/libc/stdlib
gdr-ftp 8c9a14c01e cvt.c:
The ecvt(), fcvt(), and __dtoa() routines were generally
	rewritten to address the problem of printing floating point
	numbers (they sometimes came out wrong, especially representations
	of zero).

	__dtoa was written from the description in the BSD sources (note
	that the comment of it being "like ecvt/fcvt other than truncating
	trailing zeros") is not quite accurate where it comes to the rve
	pointer or the printing of zero values.  __dtoa is still expected
	to be wrong for any modes other than 2 and 3, however those modes
	are not used by anything in libc yet.  Fix them when they pop up.

	BSD has not ecvt/fcvt routines, so these have been written based
	on the man page and observed behavior of the Linux implementation.
	There is no gcvt yet.
1998-03-24 16:20:30 +00:00
..
cvt.c cvt.c: 1998-03-24 16:20:30 +00:00
environ.c remove #pragmas; depend on Makefile for these settings 1997-09-21 06:21:07 +00:00
fpspecnum.asm - fixed segment name 1997-12-21 20:12:27 +00:00
fpspecnum.mac Added _isnan(), _isinf(), __dtoa(), fcvt(), and ecvt() routines. The 1997-09-05 06:31:59 +00:00
getopt.c remove #pragmas; depend on Makefile for these settings 1997-09-21 06:21:07 +00:00
getsubopt.c remove #pragmas; depend on Makefile for these settings 1997-09-21 06:21:07 +00:00
Makefile Makefile: 1998-02-19 01:07:56 +00:00