gno/lib/libc
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
..
gen Makefile: 1998-03-24 16:10:35 +00:00
gno Makefile, stack.asm: 1998-02-19 01:05:17 +00:00
locale Makefile: 1998-02-19 01:07:56 +00:00
regex Makefile: 1998-02-19 01:07:56 +00:00
stdio vfscanf.c: 1998-03-04 06:20:03 +00:00
stdlib cvt.c: 1998-03-24 16:20:30 +00:00
stdtime Added support for separate object hierarchy and cleaned up libc makefiles 1998-02-09 08:45:21 +00:00
string Makefile: 1998-02-19 01:07:56 +00:00
sys Makefile: 1998-02-19 01:07:56 +00:00
tests - utime(2) test: print access and modification times before exiting 1998-02-04 07:26:53 +00:00
ChangeLog
Contributers
libc.rez Makefile: 1998-02-19 01:00:36 +00:00
makebuild
Makefile Makefile: 1998-02-19 01:00:36 +00:00
rules.mk