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 3c690a5cae0..4326bad03fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | (Flength): Report an error instead of overflowing an integer. | 9 | (Flength): Report an error instead of overflowing an integer. |
| 10 | (Fsafe_length): Return a float if the value is not representable | 10 | (Fsafe_length): Return a float if the value is not representable |
| 11 | as a fixnum. This shouldn't happen except in contrived situations. | 11 | as a fixnum. This shouldn't happen except in contrived situations. |
| 12 | (Fnthcdr, Fsort): Don't assume list length fits in int. | ||
| 12 | 13 | ||
| 13 | * alloc.c: Check that resized vectors' lengths fit in fixnums. | 14 | * alloc.c: Check that resized vectors' lengths fit in fixnums. |
| 14 | (header_size, word_size): New constants. | 15 | (header_size, word_size): New constants. |