diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-09-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Assume C89 or later for math functions (Bug#12381). | ||
| 4 | * configure.ac (frexp, fmod): Remove checks for these functions, | ||
| 5 | as we now assume them. | ||
| 6 | (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR) | ||
| 7 | (HAVE_EXCEPTION): | ||
| 8 | Remove; no longer needed. | ||
| 9 | |||
| 1 | 2012-09-07 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2012-09-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | More signal-handler cleanup (Bug#12327). | 12 | More signal-handler cleanup (Bug#12327). |