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 4ce871b7288..e2683795934 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | Use much-faster test for byte-length change. | 4 | Use much-faster test for byte-length change. |
| 5 | Don't assume string byte-length fits in 'int'. | 5 | Don't assume string byte-length fits in 'int'. |
| 6 | Check that character arg fits in 'int'. | 6 | Check that character arg fits in 'int'. |
| 7 | (mapcar1): Declare byte as byte, for clarity. | ||
| 7 | 8 | ||
| 8 | * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication. | 9 | * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication. |
| 9 | 10 | ||