diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 11 insertions, 11 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 @@ | |||
| 789 | 2013-09-22 Daniel Colascione <dancol@dancol.org> | 789 | 2013-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 |