aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-10-07 21:25:33 -0700
committerPaul Eggert2013-10-07 21:25:33 -0700
commit87c4314d27420e5da8c2f6f97b4cfd94902f1d04 (patch)
treeb395b1c6c7ef33d35b1795e1659c620230a186dc /src/ChangeLog
parent442560600080f6131ec63956ed43eee7d26bf65a (diff)
downloademacs-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/ChangeLog7
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 @@
12013-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
12013-10-07 Paul Eggert <eggert@cs.ucla.edu> 82013-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).