ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Jan 2011 00:36:12 +0000 (16:36 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Jan 2011 00:37:14 +0000 (16:37 -0800)
commit104aca8300d01a80889f70f41a4dce7e044f9476
treed15a11a9a802f1d0cdc1648b180bcd860ad4a214
parent2a073aa43c076d19beeffcca1684d2bcaaba28be
ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr

This is so that a program like Emacs, which needs only dtoastr,
does not have to bother with distributing and compiling ftoastr
and ldtoastr.
* MODULES.html.sh: Document these modules (ftoastr wasn't documented).
* modules/dtoastr, modules/ldtoastr: New files.
* modules/ftoastr: Now works just for 'float'.
(Files): Remove lib/dtoastr.c, lib/ldtoastr.c.
(Makefile.am): Remove ftoastr.h (not needed and no effect),
dtoastr.c, ldtoastr.c.
ChangeLog
MODULES.html.sh
modules/dtoastr [new file with mode: 0644]
modules/ftoastr
modules/ldtoastr [new file with mode: 0644]