diff options
| author | Paul Eggert | 2013-11-18 10:37:25 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-11-18 10:37:25 -0800 |
| commit | 87d86601022feb7a330fc6344cc85ec65563c1b6 (patch) | |
| tree | bd7b266fcaca082eb4f3854ef32344d98106a58d /src/ChangeLog | |
| parent | 37c790b38599cc80a16c6a76152abbf8160fe2a1 (diff) | |
| download | emacs-87d86601022feb7a330fc6344cc85ec65563c1b6.tar.gz emacs-87d86601022feb7a330fc6344cc85ec65563c1b6.zip | |
Always allocate at least one bits_word per bool vector.
See Daniel Colascione in:
http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00518.html
* alloc.c (make_uninit_bool_vector): Always allocate at least one word.
* data.c (bool_vector_binop_driver): Rely on this. Tune.
* lisp.h (struct Lisp_Bool_vector): Document this.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a2dfa5bf613..21025c677fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-11-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Always allocate at least one bits_word per bool vector. | ||
| 4 | See Daniel Colascione in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00518.html | ||
| 6 | * alloc.c (make_uninit_bool_vector): Always allocate at least one word. | ||
| 7 | * data.c (bool_vector_binop_driver): Rely on this. Tune. | ||
| 8 | * lisp.h (struct Lisp_Bool_vector): Document this. | ||
| 9 | |||
| 1 | 2013-11-18 Eli Zaretskii <eliz@gnu.org> | 10 | 2013-11-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * insdel.c (invalidate_buffer_caches): New function, consolidated | 12 | * insdel.c (invalidate_buffer_caches): New function, consolidated |