summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-07-29 08:43:00 -0600
committerEric Blake <eblake@redhat.com>2010-07-29 08:45:11 -0600
commit6101082ea07a4877e51042244c9c3b57920c2b62 (patch)
treed1f571a3e2857377b18b4266b20e8c3509e939ae /ChangeLog
parent9ce199fbdfdab7ea619959741e0dba0dc5ca9146 (diff)
downloadgnulib-6101082ea07a4877e51042244c9c3b57920c2b62.tar.gz
strtod: aid debugging
* m4/strtod.m4(gl_FUNC_STRTOD): Use distinct exit status to aid understanding why strtod is rejected. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0e71ac8ac..8051cf0669 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-29 Eric Blake <eblake@redhat.com>
+
+ strtod: aid debugging
+ * m4/strtod.m4(gl_FUNC_STRTOD): Use distinct exit status to aid
+ understanding why strtod is rejected.
+
2010-07-28 Bruno Haible <bruno@clisp.org>
unistr/u*-chr, unistr/u*-strchr: Fix link errors and warnings.