aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4326bad03fc..5cb9384f6fb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -10,6 +10,7 @@
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 (Fnthcdr, Fsort): Don't assume list length fits in int.
13 (Fcopy_sequence): Don't assume vector length fits in int.
13 14
14 * alloc.c: Check that resized vectors' lengths fit in fixnums. 15 * alloc.c: Check that resized vectors' lengths fit in fixnums.
15 (header_size, word_size): New constants. 16 (header_size, word_size): New constants.