diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c2cf656b101..5826a4bd412 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -265,6 +265,9 @@ | |||
| 265 | (lo_time): Use int, not EMACS_INT, when int suffices. | 265 | (lo_time): Use int, not EMACS_INT, when int suffices. |
| 266 | (lisp_time_argument): Check for usec out of range. | 266 | (lisp_time_argument): Check for usec out of range. |
| 267 | (Fencode_time): Don't assume fixnum fits in int. | 267 | (Fencode_time): Don't assume fixnum fits in int. |
| 268 | (Fuser_login_name, Fuser_full_name): Signal an error | ||
| 269 | if a uid argument is out of range, rather than relying on | ||
| 270 | undefined behavior. | ||
| 268 | * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT. | 271 | * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT. |
| 269 | (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT. | 272 | (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT. |
| 270 | (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT. | 273 | (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT. |