]> git.eshelyaron.com Git - emacs.git/commit
Fix minor ldexp issues
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Mar 2015 18:42:53 +0000 (11:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Mar 2015 18:43:21 +0000 (11:43 -0700)
commit711770da9101a94ada42881cb86a976d323e9348
tree71465e72be54b14ec973cbf50a4a424449b31a07
parent1e043f5e79bf67c9ebfa35623edcff0633d37a75
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
doc/lispref/ChangeLog
doc/lispref/numbers.texi
src/ChangeLog
src/floatfns.c