diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 06e4c3291b5..f7f4a5f03b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2014-03-19 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-03-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * fns.c (Frandom): Fix rare bug where the result isn't random. | ||
| 4 | |||
| 3 | Fix porting inconsistency about rounding to even. | 5 | Fix porting inconsistency about rounding to even. |
| 4 | * floatfns.c (emacs_rint) [!HAVE_RINT]: Round to even. | 6 | * floatfns.c (emacs_rint) [!HAVE_RINT]: Round to even. |
| 5 | This way, the unusual !HAVE_RINT case acts like the usual | 7 | This way, the unusual !HAVE_RINT case acts like the usual |