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 75b9327247c..ee582c4e4a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'. | 3 | * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'. |
| 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 | 6 | ||
| 6 | * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication. | 7 | * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication. |
| 7 | 8 | ||