aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0504fb006a3..336c175be5c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -559,6 +559,8 @@
559 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion. 559 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
560 (print_error_message): Use SAFE_ALLOCA, not alloca. 560 (print_error_message): Use SAFE_ALLOCA, not alloca.
561 (print_object): Use int, not EMACS_INT, where int is wide enough. 561 (print_object): Use int, not EMACS_INT, where int is wide enough.
562 (print_depth, new_backquote_output, print_number_index):
563 Use ptrdiff_t, not int, where int might not be wide enough.
562 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT. 564 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
563 (Fset_process_window_size, Fformat_network_address) 565 (Fset_process_window_size, Fformat_network_address)
564 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process) 566 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)