diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2d0c7cc99e..26cb92cc00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-04-25 Ulrich Drepper <drepper@redhat.com> + * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors + for lgamma should se errno to ERANGE, not EDOM. + * math/libm-test.inc (lgamma_test): Check errno for pole errors. + * sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 since this is the maximum UCS4 value. |