aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2e175a723dc..f95ee3384bf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12013-10-17 Paul Eggert <eggert@cs.ucla.edu> 12013-10-17 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Make VALMASK visible to GDB even if clang is used (Bug#15574).
4 * emacs.c (MAIN_PROGRAM): New macro.
5 * lisp.h (DEFINE_GDB_SYMBOL_BEGIN, DEFINE_GDB_SYMBOL_END): New macros.
6 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Use them.
7
3 bool vector int width fixes 8 bool vector int width fixes
4 * data.c (bool_vector_spare_mask, Fbool_vector_count_matches) 9 * data.c (bool_vector_spare_mask, Fbool_vector_count_matches)
5 (Fbool_vector_count_matches_at): 10 (Fbool_vector_count_matches_at):