diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 815c117308b..23f125c567d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-03-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix minor ldexp issues | ||
| 4 | * floatfns.c (Fldexp): Require 2 args. Avoid undefined behavior | ||
| 5 | if the exponent is out of 'int' range. Improve documentation. | ||
| 6 | Fixes: bug#20185 | ||
| 7 | |||
| 1 | 2015-03-24 Daniel Colascione <dancol@dancol.org> | 8 | 2015-03-24 Daniel Colascione <dancol@dancol.org> |
| 2 | 9 | ||
| 3 | * process.c (Fprocess_running_child_p): Return number identifier of | 10 | * process.c (Fprocess_running_child_p): Return number identifier of |