diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ee955245452..a83f79ef2de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs. | 3 | * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs. |
| 4 | (lisp_file_lexically_bound_p, read1): Use unsigned instead of int. | 4 | (lisp_file_lexically_bound_p, read1): Use unsigned instead of int. |
| 5 | (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop. | ||
| 5 | 6 | ||
| 6 | * print.c (print_error_message): Avoid int overflow. | 7 | * print.c (print_error_message): Avoid int overflow. |
| 7 | 8 | ||