diff options
| author | Paul Eggert | 2013-10-07 21:25:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-10-07 21:25:33 -0700 |
| commit | 87c4314d27420e5da8c2f6f97b4cfd94902f1d04 (patch) | |
| tree | b395b1c6c7ef33d35b1795e1659c620230a186dc /src/ChangeLog | |
| parent | 442560600080f6131ec63956ed43eee7d26bf65a (diff) | |
| download | emacs-87c4314d27420e5da8c2f6f97b4cfd94902f1d04.tar.gz emacs-87c4314d27420e5da8c2f6f97b4cfd94902f1d04.zip | |
* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
All uses of 'size_t' and 'SIZE_MAX' changed to use them, when
they're talking about words in Lisp bool vectors.
(BITS_PER_BITS_WORD): Rename from BITS_PER_SIZE_T. All uses changed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 753e123378c..755e710c079 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-10-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * lisp.h (bits_word, BITS_WORD_MAX): New type and macro. | ||
| 4 | All uses of 'size_t' and 'SIZE_MAX' changed to use them, when | ||
| 5 | they're talking about words in Lisp bool vectors. | ||
| 6 | (BITS_PER_BITS_WORD): Rename from BITS_PER_SIZE_T. All uses changed. | ||
| 7 | |||
| 1 | 2013-10-07 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2013-10-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Improve support for popcount and counting trailing zeros (Bug#15550). | 10 | Improve support for popcount and counting trailing zeros (Bug#15550). |