aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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