aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-08-24 20:11:12 -0700
committerPaul Eggert2012-08-24 20:11:12 -0700
commit2f221583cf4a4b412c16260d148b59931b12455a (patch)
tree8525d0d67da67946b809c470aa2c4387bf10697a /src/ChangeLog
parentaa0ecd9449986eacd07989f599739902dcaacc49 (diff)
downloademacs-2f221583cf4a4b412c16260d148b59931b12455a.tar.gz
emacs-2f221583cf4a4b412c16260d148b59931b12455a.zip
* bytecode.c, callint.c, callproc.c: Use bool for boolean.
* bytecode.c (exec_byte_code): * callint.c (check_mark, Fcall_interactively): * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1) (getenv_internal, sync_process_alive, call_process_exited): * lisp.h (USE_SAFE_ALLOCA): Use bool for booleans, instead of int. * lisp.h, process.h: Adjust prototypes to match above changes. * callint.c (Fcall_interactively): Don't assume the mark's offset fits in 'int'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index feed9f8233e..95b9a57f24b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12012-08-25 Paul Eggert <eggert@cs.ucla.edu>
2
3 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
4 * bytecode.c (exec_byte_code):
5 * callint.c (check_mark, Fcall_interactively):
6 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
7 (getenv_internal, sync_process_alive, call_process_exited):
8 * lisp.h (USE_SAFE_ALLOCA):
9 Use bool for booleans, instead of int.
10 * lisp.h, process.h: Adjust prototypes to match above changes.
11 * callint.c (Fcall_interactively): Don't assume the mark's
12 offset fits in 'int'.
13
12012-08-24 Paul Eggert <eggert@cs.ucla.edu> 142012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2 15
3 * buffer.c, buffer.h: Use bool for boolean. 16 * buffer.c, buffer.h: Use bool for boolean.