diff options
| author | Paul Eggert | 2013-10-14 00:12:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-10-14 00:12:49 -0700 |
| commit | 1c0a74936b61e1f7e662089126a0765e25bf2c29 (patch) | |
| tree | 8d57ee533b81b8aeb0bade9f327e385d91418c98 /src/ChangeLog | |
| parent | 1eda1d8d34c864df5b89464e51f0cbb8e46c5afd (diff) | |
| download | emacs-1c0a74936b61e1f7e662089126a0765e25bf2c29.tar.gz emacs-1c0a74936b61e1f7e662089126a0765e25bf2c29.zip | |
* lisp.h (bool_vector_size): New function.
All uses of XBOOL_VECTOR (x)->size changed to bool_vector_size (x).
* data.c (bool_vector_spare_mask, bool_vector_binop_driver)
(Fbool_vector_not, Fbool_vector_count_matches_at):
Remove uses of 'eassume' that should no longer be needed,
because they are subsumed by the 'eassume' in bool_vector_size.
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 b853f874e24..488313e4a1e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-10-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * lisp.h (bool_vector_size): New function. | ||
| 4 | All uses of XBOOL_VECTOR (x)->size changed to bool_vector_size (x). | ||
| 5 | * data.c (bool_vector_spare_mask, bool_vector_binop_driver) | ||
| 6 | (Fbool_vector_not, Fbool_vector_count_matches_at): | ||
| 7 | Remove uses of 'eassume' that should no longer be needed, | ||
| 8 | because they are subsumed by the 'eassume' in bool_vector_size. | ||
| 9 | |||
| 1 | 2013-10-12 Eli Zaretskii <eliz@gnu.org> | 10 | 2013-10-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * image.c (GIFLIB_MAJOR, GIFLIB_MINOR, GIFLIB_RELEASE): Move back | 12 | * image.c (GIFLIB_MAJOR, GIFLIB_MINOR, GIFLIB_RELEASE): Move back |