diff options
| author | Paul Eggert | 2011-06-14 15:39:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-14 15:39:35 -0700 |
| commit | 6346d30171fa8047e292076a2407fedee64479da (patch) | |
| tree | 404bf2d77a4c5bc891edae4f8a1238e67a54ee6c /src/ChangeLog | |
| parent | e6966cd635f324edcc27adecb82cd85c71cbfcad (diff) | |
| download | emacs-6346d30171fa8047e292076a2407fedee64479da.tar.gz emacs-6346d30171fa8047e292076a2407fedee64479da.zip | |
* fns.c (Fnthcdr, Fsort): Don't assume list length fits in int.
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. |