summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-04-02 03:23:43 +0200
committerBruno Haible <bruno@clisp.org>2008-04-02 03:23:43 +0200
commitd9092735a9ae6c7b6ccda9ece17d5a8a32687a20 (patch)
tree58bdfde98680b3eaf192fd2fc14595873af9b049 /ChangeLog
parent0a56509612c0b43a3f05361ecfb73b8b39f8e66c (diff)
downloadgnulib-d9092735a9ae6c7b6ccda9ece17d5a8a32687a20.tar.gz
Refine documentation of NAN problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a2c288dac..1f84a20e9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-04-01 Bruno Haible <bruno@clisp.org>
+ * doc/posix-headers/math.texi: Refine documentation of NAN problem.
+
+2008-04-01 Bruno Haible <bruno@clisp.org>
+
* tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
(test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
* modules/vasnprintf-posix-tests (Files): Add tests/nan.h.