aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-03-19 14:09:08 -0700
committerPaul Eggert2014-03-19 14:09:08 -0700
commit37ca9077224a3c0e1c2051a47c58148d826812e8 (patch)
treeaf3f66c0fc097fc7d69e315734443821703d6c2b /src/ChangeLog
parent6a72e405532b56406306cda56b4e2ef0807e2760 (diff)
downloademacs-37ca9077224a3c0e1c2051a47c58148d826812e8.tar.gz
emacs-37ca9077224a3c0e1c2051a47c58148d826812e8.zip
Fix porting inconsistency about rounding to even.
* doc/lispref/numbers.texi (Numeric Conversions, Rounding Operations): Document that 'round' and 'fround' round to even. * src/floatfns.c (emacs_rint) [!HAVE_RINT]: Round to even. This way, the unusual !HAVE_RINT case acts like the usual HAVE_RINT case, and we can fix the documentation accordingly.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 94859f1f8fd..06e4c3291b5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-03-19 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix porting inconsistency about rounding to even.
4 * floatfns.c (emacs_rint) [!HAVE_RINT]: Round to even.
5 This way, the unusual !HAVE_RINT case acts like the usual
6 HAVE_RINT case, and we can fix the documentation accordingly.
7
12014-03-19 Eli Zaretskii <eliz@gnu.org> 82014-03-19 Eli Zaretskii <eliz@gnu.org>
2 9
3 * w32fns.c (reset_modifiers): Zero out keystate[] before using it. 10 * w32fns.c (reset_modifiers): Zero out keystate[] before using it.