summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-11-30 09:35:00 +0100
committerJim Meyering <meyering@redhat.com>2011-11-30 09:35:00 +0100
commite6ac916bda3887c54cc8668be7a0936b034a28c3 (patch)
tree3285f098e21cae94a400a8d8d4152720fd5d0f2d /ChangeLog
parent6f9dd7d3ecceb8a939ea537b6d9abc9988bc4c71 (diff)
downloadgnulib-e6ac916bda3887c54cc8668be7a0936b034a28c3.tar.gz
hash: mark a few floating point constants with "f" suffix
* lib/hash.c (DEFAULT_GROWTH_THRESHOLD, DEFAULT_GROWTH_FACTOR) (DEFAULT_SHRINK_THRESHOLD, DEFAULT_SHRINK_FACTOR): Mark literal floating point constants with "f", since they're destined to be saved/used as "float"s.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 272dded70d..4d1c94c940 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-11-30 Jim Meyering <meyering@redhat.com>
+
+ hash: mark a few floating point constants with "f" suffix
+ * lib/hash.c (DEFAULT_GROWTH_THRESHOLD, DEFAULT_GROWTH_FACTOR)
+ (DEFAULT_SHRINK_THRESHOLD, DEFAULT_SHRINK_FACTOR): Mark literal
+ floating point constants with "f", since they're destined to be
+ saved/used as "float"s.
+
2011-11-29 Paolo Bonzini <bonzini@gnu.org>
float tests: Correct and re-enable assertion about LDBL_MIN_EXP.