diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -5,12 +5,9 @@ * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99. * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors - for lgamma should se errno to ERANGE, not EDOM. + for lgamma should set 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. - 2009-04-24 Ulrich Drepper <drepper@redhat.com> [BZ #10093] |