diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c288ed6a2ed..5b41db9831a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -554,8 +554,7 @@ | |||
| 554 | Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. | 554 | Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. |
| 555 | (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough. | 555 | (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough. |
| 556 | (printchar, strout): Use xpalloc to catch size calculation overflow. | 556 | (printchar, strout): Use xpalloc to catch size calculation overflow. |
| 557 | (Fexternal_debugging_output): Use CHECK_CHARACTER, not CHECK_NUMBER, | 557 | (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion. |
| 558 | to avoid mishandling large integers. | ||
| 559 | (print_error_message): Use SAFE_ALLOCA, not alloca. | 558 | (print_error_message): Use SAFE_ALLOCA, not alloca. |
| 560 | (print_object): Use int, not EMACS_INT, where int is wide enough. | 559 | (print_object): Use int, not EMACS_INT, where int is wide enough. |
| 561 | * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT. | 560 | * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT. |