aboutsummaryrefslogtreecommitdiffstats
path: root/src/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 /src/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 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 815c117308b..23f125c567d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12015-03-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix minor ldexp issues
4 * floatfns.c (Fldexp): Require 2 args. Avoid undefined behavior
5 if the exponent is out of 'int' range. Improve documentation.
6 Fixes: bug#20185
7
12015-03-24 Daniel Colascione <dancol@dancol.org> 82015-03-24 Daniel Colascione <dancol@dancol.org>
2 9
3 * process.c (Fprocess_running_child_p): Return number identifier of 10 * process.c (Fprocess_running_child_p): Return number identifier of