aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-03-24 11:42:53 -0700
committerPaul Eggert2015-03-24 11:43:21 -0700
commit711770da9101a94ada42881cb86a976d323e9348 (patch)
tree71465e72be54b14ec973cbf50a4a424449b31a07 /doc/lispref/ChangeLog
parent1e043f5e79bf67c9ebfa35623edcff0633d37a75 (diff)
downloademacs-711770da9101a94ada42881cb86a976d323e9348.tar.gz
emacs-711770da9101a94ada42881cb86a976d323e9348.zip
Fix minor ldexp issues
* doc/lispref/numbers.texi (Float Basics): Improve ldexp documentation. * src/floatfns.c (Fldexp): Require 2 args. Avoid undefined behavior if the exponent is out of 'int' range. Improve documentation. Fixes: bug#20185
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 a546306f9e4..9b1bbb357a5 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12015-03-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 * numbers.texi (Float Basics): Improve ldexp documentation.
4
12015-03-23 Eli Zaretskii <eliz@gnu.org> 52015-03-23 Eli Zaretskii <eliz@gnu.org>
2 6
3 * commands.texi (Event Input Misc): Fix incorrect usage of @code. 7 * commands.texi (Event Input Misc): Fix incorrect usage of @code.