diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 90223d6d103..619dce7a731 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2014-04-28 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-04-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Use bits_word for gcmarkbits. | ||
| 4 | * alloc.c (struct cons_block, struct float_block): On 64-bit hosts, | ||
| 5 | bits_word is typically a tad more efficient for mark bits than | ||
| 6 | unsigned is, so use bits_word. All uses changed. | ||
| 7 | * lisp.h (BITS_PER_INT): Remove; no longer used. | ||
| 8 | |||
| 3 | Avoid undefined behavior in signed left shift. | 9 | Avoid undefined behavior in signed left shift. |
| 4 | This ports to GCC 4.9.0 with -fsanitize=undefined. | 10 | This ports to GCC 4.9.0 with -fsanitize=undefined. |
| 5 | * alloc.c (bool_vector_fill, SETMARKBIT, UNSETMARKBIT): | 11 | * alloc.c (bool_vector_fill, SETMARKBIT, UNSETMARKBIT): |