aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2013-10-14 23:36:43 -0700
committerPaul Eggert2013-10-14 23:36:43 -0700
commitffb3f67aaeba1e318ee6138e2e39b0ddce3a2c82 (patch)
treed3a39d1959bd1dadf58019959cfc6bc389d5a419
parent47c4d1e97eaecc0a3d7bdb2114ef3b92fa3e5e01 (diff)
downloademacs-ffb3f67aaeba1e318ee6138e2e39b0ddce3a2c82.tar.gz
emacs-ffb3f67aaeba1e318ee6138e2e39b0ddce3a2c82.zip
Space after comma in ChangeLogs.
-rw-r--r--src/ChangeLog22
-rw-r--r--test/ChangeLog8
2 files changed, 15 insertions, 15 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e3d42d093e5..9f57429aa00 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -761,7 +761,7 @@
761 761
762 * alloc.c (USE_VALGRIND): New macro; on by default 762 * alloc.c (USE_VALGRIND): New macro; on by default
763 when ENABLE_CHECKING. 763 when ENABLE_CHECKING.
764 (mark_maybe_object,mark_maybe_pointer) 764 (mark_maybe_object, mark_maybe_pointer)
765 [USE_VALGRIND]: Mark conservatively-scanned regions valid for 765 [USE_VALGRIND]: Mark conservatively-scanned regions valid for
766 valgrind purposes. 766 valgrind purposes.
767 (valgrind_p) [USE_VALGRIND]: New variable. 767 (valgrind_p) [USE_VALGRIND]: New variable.
@@ -789,15 +789,15 @@
7892013-09-22 Daniel Colascione <dancol@dancol.org> 7892013-09-22 Daniel Colascione <dancol@dancol.org>
790 790
791 * data.c (Qbool_vector_p): New symbol. 791 * data.c (Qbool_vector_p): New symbol.
792 (bool_vector_spare_mask,popcount_size_t_generic) 792 (bool_vector_spare_mask, popcount_size_t_generic)
793 (popcount_size_t_msc,popcount_size_t_gcc) 793 (popcount_size_t_msc, popcount_size_t_gcc)
794 (popcount_size_t) 794 (popcount_size_t)
795 (bool_vector_binop_driver) 795 (bool_vector_binop_driver)
796 (count_trailing_zero_bits,size_t_to_host_endian) 796 (count_trailing_zero_bits, size_t_to_host_endian)
797 (Fbool_vector_exclusive_or) 797 (Fbool_vector_exclusive_or)
798 (Fbool_vector_union) 798 (Fbool_vector_union)
799 (Fbool_vector_intersection,Fbool_vector_set_difference) 799 (Fbool_vector_intersection, Fbool_vector_set_difference)
800 (Fbool_vector_subsetp,Fbool_vector_not) 800 (Fbool_vector_subsetp, Fbool_vector_not)
801 (Fbool_vector_count_matches) 801 (Fbool_vector_count_matches)
802 (Fbool_vector_count_matches_at): New functions. 802 (Fbool_vector_count_matches_at): New functions.
803 (syms_of_data): Intern new symbol, functions. 803 (syms_of_data): Intern new symbol, functions.
@@ -806,11 +806,11 @@
806 which performs redundant initialization and argument checking, 806 which performs redundant initialization and argument checking,
807 just call allocate_vector ourselves. Make sure we clear any 807 just call allocate_vector ourselves. Make sure we clear any
808 terminating padding to zero. 808 terminating padding to zero.
809 (vector_nbytes,sweep_vectors): Use bool_vector_payload_bytes 809 (vector_nbytes, sweep_vectors): Use bool_vector_payload_bytes
810 instead of open-coding the size calculation. 810 instead of open-coding the size calculation.
811 (vroundup_ct): New macro. 811 (vroundup_ct): New macro.
812 (vroundup): Assume argument >= 0; invoke vroundup_ct. 812 (vroundup): Assume argument >= 0; invoke vroundup_ct.
813 * casetab.c (shuffle,set_identity): Change lint_assume to assume. 813 * casetab.c (shuffle, set_identity): Change lint_assume to assume.
814 * composite.c (composition_gstring_put_cache): 814 * composite.c (composition_gstring_put_cache):
815 Change lint_assume to assume. 815 Change lint_assume to assume.
816 * conf_post.h (assume): New macro. 816 * conf_post.h (assume): New macro.
@@ -821,8 +821,8 @@
821 * image.c (gif_load): Change lint_assume to assume. 821 * image.c (gif_load): Change lint_assume to assume.
822 * lisp.h (eassert_and_assume): New macro. 822 * lisp.h (eassert_and_assume): New macro.
823 (Qbool_vector_p): Declare. 823 (Qbool_vector_p): Declare.
824 (CHECK_BOOL_VECTOR,ROUNDUP,BITS_PER_SIZE_T): New macros. 824 (CHECK_BOOL_VECTOR, ROUNDUP, BITS_PER_SIZE_T): New macros.
825 (swap16,swap32,swap64): New inline functions. 825 (swap16, swap32, swap64): New inline functions.
826 * macfont.c (macfont_shape): Change lint_assume to assume. 826 * macfont.c (macfont_shape): Change lint_assume to assume.
827 * ralloc.c: Rename ROUNDUP to PAGE_ROUNDUP throughout. 827 * ralloc.c: Rename ROUNDUP to PAGE_ROUNDUP throughout.
828 * xsettings.c (parse_settings): Use new swap16 and 828 * xsettings.c (parse_settings): Use new swap16 and
@@ -2008,7 +2008,7 @@
2008 in update_window_end_hook and draw_window_cursor functions. 2008 in update_window_end_hook and draw_window_cursor functions.
2009 (display_and_set_cursor, x_update_cursor): Adjust prototypes. 2009 (display_and_set_cursor, x_update_cursor): Adjust prototypes.
2010 * nsterm.m (ns_update_window_end, ns_draw_window_cursor): 2010 * nsterm.m (ns_update_window_end, ns_draw_window_cursor):
2011 * w32term.c (x_update_window_end,w32_draw_window_cursor): 2011 * w32term.c (x_update_window_end, w32_draw_window_cursor):
2012 * xterm.c (x_update_window_end, x_draw_window_cursor): 2012 * xterm.c (x_update_window_end, x_draw_window_cursor):
2013 * xdisp.c (display_and_set_cursor, update_window_cursor) 2013 * xdisp.c (display_and_set_cursor, update_window_cursor)
2014 (update_cursor_in_window_tree, x_update_cursor): Use bool and 2014 (update_cursor_in_window_tree, x_update_cursor): Use bool and
diff --git a/test/ChangeLog b/test/ChangeLog
index 2f99c003c59..bf5a4275483 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -94,11 +94,11 @@
94 * automated/data-test.el: 94 * automated/data-test.el:
95 (bool-vector-count-matches-all-0-nil) 95 (bool-vector-count-matches-all-0-nil)
96 (bool-vector-count-matches-all-0-t) 96 (bool-vector-count-matches-all-0-t)
97 (bool-vector-count-matches-1-il,bool-vector-count-matches-1-t) 97 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
98 (bool-vector-count-matches-at,bool-vector-intersection-op) 98 (bool-vector-count-matches-at, bool-vector-intersection-op)
99 (bool-vector-union-op,bool-vector-xor-op) 99 (bool-vector-union-op, bool-vector-xor-op)
100 (bool-vector-set-difference-op) 100 (bool-vector-set-difference-op)
101 (bool-vector-change-detection,bool-vector-not): New tests. 101 (bool-vector-change-detection, bool-vector-not): New tests.
102 (mock-bool-vector-count-matches-at) 102 (mock-bool-vector-count-matches-at)
103 (test-bool-vector-bv-from-hex-string) 103 (test-bool-vector-bv-from-hex-string)
104 (test-bool-vector-to-hex-string) 104 (test-bool-vector-to-hex-string)