aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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).