diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-05 17:06:23 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-05 17:06:23 +0000 |
commit | 28234b077ec6667b5dd0a6b60c6d8dbd9e28f6e1 (patch) | |
tree | 5c47e5075ea2fc8719295af00140e3555028d4f8 /ChangeLog | |
parent | 23c31b76958249a9af439bb515eed6586489b6bd (diff) | |
download | glibc-28234b077ec6667b5dd0a6b60c6d8dbd9e28f6e1.tar.gz glibc-28234b077ec6667b5dd0a6b60c6d8dbd9e28f6e1.tar.xz glibc-28234b077ec6667b5dd0a6b60c6d8dbd9e28f6e1.zip |
Improve libm-test.inc comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8da19b51e6..3d3fa6ddf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2012-10-05 Joseph Myers <joseph@codesourcery.com> + * math/libm-test.inc: List nexttoward, cimag, clog10, conf and + creal in comment listing functions tested. List finite, isinf, + isnan, isless, islessequal, isgreater, isgreaterequal, + islessgreater, isunordered, lgamma_r and pow10 as functions and + macros not tested. Mention which functions not tested are aliases + for other functions. Fix typo. Note that signs of NaNs are not + tested. + * scripts/config.guess: Update from config.git. * scripts/config.sub: Likewise. |