aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-03-19 14:21:01 -0700
committerPaul Eggert2014-03-19 14:21:01 -0700
commitc7dff2f665bf3fba126caef45b88c6b4db4f5c66 (patch)
tree05fd459449129a498c6c11b803579d46ba6df308 /doc/lispref/ChangeLog
parentd16ae6228826c561bdb3701bd65d7517bd9e30d5 (diff)
downloademacs-c7dff2f665bf3fba126caef45b88c6b4db4f5c66.tar.gz
emacs-c7dff2f665bf3fba126caef45b88c6b4db4f5c66.zip
* numbers.texi: Improve and clarify a bit, and fix some minor bugs.
Remove now-obsolete hypothetical note about negative division, as the C standard has changed.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 25c4744c855..fb79a74405b 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,9 @@
12014-03-19 Paul Eggert <eggert@cs.ucla.edu> 12014-03-19 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
4 Remove now-obsolete hypothetical note about negative division,
5 as the C standard has changed.
6
3 Fix porting inconsistency about rounding to even. 7 Fix porting inconsistency about rounding to even.
4 * numbers.texi (Numeric Conversions, Rounding Operations): 8 * numbers.texi (Numeric Conversions, Rounding Operations):
5 Document that 'round' and 'fround' round to even. 9 Document that 'round' and 'fround' round to even.