gno/lib
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
..
libc cvt.c: 1998-03-24 16:20:30 +00:00
libcontrib Makefile: 1998-03-08 18:11:50 +00:00
libcrypt libcrypt.rez: 1998-03-11 04:23:34 +00:00
libcurses First libcurses commit with changes for GNO 1998-01-26 06:09:49 +00:00
libedit Initial compile under linux. Not yet tested 1997-05-03 19:37:53 +00:00
libtermcap Makefile: 1998-03-08 18:16:03 +00:00
libutil - Makefiles now have common 'release' and 'install' targets 1998-02-08 03:47:40 +00:00
liby Makefile: 1998-02-15 19:14:25 +00:00
lsaneglue Makefile: 1998-02-19 01:12:36 +00:00
netdb Makefile: 1998-02-17 00:35:18 +00:00
const.mk Added support for separate object hierarchy and cleaned up libc makefiles 1998-02-09 08:45:21 +00:00
lib.mk lib.mk: 1998-03-08 18:09:03 +00:00
librelease.mk - Makefiles now have common 'release' and 'install' targets 1998-02-08 03:47:40 +00:00