diff options
| author | Paul Eggert | 2011-06-18 09:02:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-18 09:02:03 -0700 |
| commit | 311d5d7cc63a9f2d4823066f82faeb4fb6203710 (patch) | |
| tree | 113cc2363ccbe9cd568c3be7fb36e411e69d754b /src/ChangeLog | |
| parent | f03dc6ef9f0c33552acea1713901de8c73f23b82 (diff) | |
| download | emacs-311d5d7cc63a9f2d4823066f82faeb4fb6203710.tar.gz emacs-311d5d7cc63a9f2d4823066f82faeb4fb6203710.zip | |
* fns.c: Don't assume string byte-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 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 | ||