aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-10-07 22:26:41 -0700
committerPaul Eggert2013-10-07 22:26:41 -0700
commit1142cc2abffd201d46b57bfb1eed03963734e19a (patch)
tree2cb94b1ab0ab9918bc9ed5048b7b757899de5a5f /src/ChangeLog
parent18978362d27ab487cafbcba58fb74a2d24eaedc4 (diff)
downloademacs-1142cc2abffd201d46b57bfb1eed03963734e19a.tar.gz
emacs-1142cc2abffd201d46b57bfb1eed03963734e19a.zip
Complete ChangeLog entry that was inadvertently truncated.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 41771c92e93..830666ec99b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,9 @@
8 All uses of 'size_t' and 'SIZE_MAX' changed to use them, when 8 All uses of 'size_t' and 'SIZE_MAX' changed to use them, when
9 they're talking about words in Lisp bool vectors. 9 they're talking about words in Lisp bool vectors.
10 (BITS_PER_BITS_WORD): Rename from BITS_PER_SIZE_T. All uses changed. 10 (BITS_PER_BITS_WORD): Rename from BITS_PER_SIZE_T. All uses changed.
11 * data.c (popcount_bits_word): Rename from popcount_size_t.
12 (bits_word_to_host_endian): Rename from size_t_to_host_endian.
13 All uses changed.
11 14
122013-10-07 Paul Eggert <eggert@cs.ucla.edu> 152013-10-07 Paul Eggert <eggert@cs.ucla.edu>
13 16