summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2011-11-30 01:58:54 +0100
committerBruno Haible <bruno@clisp.org>2011-11-30 01:58:54 +0100
commit6f9dd7d3ecceb8a939ea537b6d9abc9988bc4c71 (patch)
tree56077edfb02a811deb0e9241b0744a5477696b3f /ChangeLog
parentec2348da1754e807233e33beefdb732a119e4adc (diff)
downloadgnulib-6f9dd7d3ecceb8a939ea537b6d9abc9988bc4c71.tar.gz
float tests: Correct and re-enable assertion about LDBL_MIN_EXP.
* tests/test-float.c (test_long_double): Correct and re-enable the assertion about LDBL_MIN_EXP that was disabled on 2011-08-31.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66a54f0049..272dded70d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-29 Paolo Bonzini <bonzini@gnu.org>
+
+ float tests: Correct and re-enable assertion about LDBL_MIN_EXP.
+ * tests/test-float.c (test_long_double): Correct and re-enable the
+ assertion about LDBL_MIN_EXP that was disabled on 2011-08-31.
+
2011-11-29 Matthew Wala <wala1@illinois.edu> (tiny change)
Avoid subtracting two pointers that don't point into the same block.