diff options
| author | Dmitry Antipov | 2012-07-03 20:35:53 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-03 20:35:53 +0400 |
| commit | ca95b3ebc8587780966cee0acfe0f7822e895f83 (patch) | |
| tree | d12f6c2196df74fb26320185fee572b437203b50 /src/ChangeLog | |
| parent | 7555c33f15ef5ae98508daf9b17b03aea379c78f (diff) | |
| download | emacs-ca95b3ebc8587780966cee0acfe0f7822e895f83.tar.gz emacs-ca95b3ebc8587780966cee0acfe0f7822e895f83.zip | |
Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
values which aren't power of 2.
* alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro. Verify
it's value and the value of VECTOR_BLOCK_SIZE. Adjust users
accordingly.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aca64a79961..e3993981317 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Fix block vector allocation code to allow VECTOR_BLOCK_SIZE | ||
| 4 | values which aren't power of 2. | ||
| 5 | * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro. Verify | ||
| 6 | it's value and the value of VECTOR_BLOCK_SIZE. Adjust users | ||
| 7 | accordingly. | ||
| 8 | |||
| 1 | 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better. | 11 | * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better. |