aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-03-19 14:14:32 -0700
committerPaul Eggert2014-03-19 14:14:32 -0700
commitd16ae6228826c561bdb3701bd65d7517bd9e30d5 (patch)
tree74f1bc879dedc2c73c2780ebb3e2fb41787571ee /src/ChangeLog
parent37ca9077224a3c0e1c2051a47c58148d826812e8 (diff)
downloademacs-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/ChangeLog2
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 @@
12014-03-19 Paul Eggert <eggert@cs.ucla.edu> 12014-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