diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-11-28 16:52:36 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-11-28 16:52:36 +0000 |
commit | c5df760908de1ccfd92571864bc44a3d54820ac6 (patch) | |
tree | bc94ad326b05968b1af0639ac51e0871ae27dc76 /ChangeLog | |
parent | 3c1c46a64ad1037d616ec39514c4e55133997c9f (diff) | |
download | glibc-c5df760908de1ccfd92571864bc44a3d54820ac6.tar.gz glibc-c5df760908de1ccfd92571864bc44a3d54820ac6.tar.xz glibc-c5df760908de1ccfd92571864bc44a3d54820ac6.zip |
Document some libm error handling intents.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 16aa48aec3..3793b1e981 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2013-11-28 Joseph Myers <joseph@codesourcery.com> + * manual/arith.texi (FP Exceptions): Document that exceptions may + not be raised when matherr is used. + (Math Error Reporting): Document overflow in directed rounding + modes. Document that errno may not be set when finite values are + returned on overflow. Document intent to set errno on underflow + only for underflow to zero. + [BZ #16271] * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set round-to-nearest then adjust result for other rounding modes. |