aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-10-08 22:22:23 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-10-08 22:22:23 +0000
commitef1bb3618c77f92a5ab1a98f907e5bb5149dc3dc (patch)
tree37d9c36837ed5fe4907848c4f0ae7cbfe1f6f41b /ChangeLog
parenta76148d712d6c88b2f58044a422efb605154a1c9 (diff)
downloadglibc-ef1bb3618c77f92a5ab1a98f907e5bb5149dc3dc.tar
glibc-ef1bb3618c77f92a5ab1a98f907e5bb5149dc3dc.tar.gz
glibc-ef1bb3618c77f92a5ab1a98f907e5bb5149dc3dc.tar.bz2
glibc-ef1bb3618c77f92a5ab1a98f907e5bb5149dc3dc.zip
Improve libm test coverage of classification macros / functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff1583e79a..c4f561d832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-10-08 Joseph Myers <joseph@codesourcery.com>
+
+ * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
+ type-generic.
+ * math/libm-test.inc: Update comment listing what functions and
+ macros are tested.
+ (finite_test): New function.
+ (isinf_test): Likewise.
+ (isnan_test): Likewise.
+ (fpclassify_test): Test subnormal input.
+ (isfinite_test): Likewise.
+ (isnormal_test): Likewise.
+ (main): Call the new functions.
+
2012-10-08 Jonathan Nieder <jrnieder@gmail.com>
[BZ #14660]