diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 911799b2bd2..bd376e9b855 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-02-20 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-02-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long' | ||
| 4 | when computing $valmask. | ||
| 5 | |||
| 3 | Fix crash due to non-contiguous EMACS_INT (Bug#10780). | 6 | Fix crash due to non-contiguous EMACS_INT (Bug#10780). |
| 4 | * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it. | 7 | * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it. |
| 5 | (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0. | 8 | (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0. |