aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-03 01:52:13 -0700
committerPaul Eggert2011-05-03 01:52:13 -0700
commit4ed0cebda869315a9e729daa55c50a16e2a5cde1 (patch)
tree33bc70952903170e5ce98d27ff8880947a043c65 /src/ChangeLog
parent7fc4768c45bce52d34f183eb4734d9f58745ea3d (diff)
downloademacs-4ed0cebda869315a9e729daa55c50a16e2a5cde1.tar.gz
emacs-4ed0cebda869315a9e729daa55c50a16e2a5cde1.zip
* floatfns.c (Fexpt): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 435f90abad9..26b3af3225c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,7 @@
7 (arith_driver, Fadd1, Fsub1): Use floating point if the result is 7 (arith_driver, Fadd1, Fsub1): Use floating point if the result is
8 out of Emacs fixnum range. 8 out of Emacs fixnum range.
9 * bytecode.c (exec_byte_code): Likewise, for Bsub1, Badd1, Bnegate. 9 * bytecode.c (exec_byte_code): Likewise, for Bsub1, Badd1, Bnegate.
10 * floatfns.c (Fexpt): Likewise.
10 11
11 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. 12 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
12 13