diff options
| author | Paul Eggert | 2014-03-19 14:14:32 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-03-19 14:14:32 -0700 |
| commit | d16ae6228826c561bdb3701bd65d7517bd9e30d5 (patch) | |
| tree | 74f1bc879dedc2c73c2780ebb3e2fb41787571ee /src/ChangeLog | |
| parent | 37ca9077224a3c0e1c2051a47c58148d826812e8 (diff) | |
| download | emacs-d16ae6228826c561bdb3701bd65d7517bd9e30d5.tar.gz emacs-d16ae6228826c561bdb3701bd65d7517bd9e30d5.zip | |
* fns.c (Frandom): Fix rare bug where the result isn't random.
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 |