summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-01-11 16:36:12 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-01-11 16:37:14 -0800
commit104aca8300d01a80889f70f41a4dce7e044f9476 (patch)
treed15a11a9a802f1d0cdc1648b180bcd860ad4a214 /ChangeLog
parent2a073aa43c076d19beeffcca1684d2bcaaba28be (diff)
downloadgnulib-104aca8300d01a80889f70f41a4dce7e044f9476.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31b8074ff4..0a2d05821c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2011-01-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ 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.
+
2011-01-11 Jim Meyering <meyering@redhat.com>
save-cwd: remove #if-!HAVE_FCHDIR'd code; use the fchdir module