diff options
| author | Paul Eggert | 2014-01-20 08:47:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-20 08:47:41 -0800 |
| commit | 3c35702fe921254340ad949ce3cab0b668788c90 (patch) | |
| tree | 9de0bfd95d2dda97dd29d96faf9dfc7bdeb9a4cd /src/ChangeLog | |
| parent | 71f16bdad487018608007b53d26eb65b4cbe6b55 (diff) | |
| download | emacs-3c35702fe921254340ad949ce3cab0b668788c90.tar.gz emacs-3c35702fe921254340ad949ce3cab0b668788c90.zip | |
Pacify valgrind by initializing buffer redisplay bit.
Problem reported by Dmitry Antipov in
<http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01756.html>.
* alloc.c (USE_VALGRIND): Move this to ...
* conf_post.h (USE_VALGRIND): ... here. Use booleans.
* buffer.c (Fget_buffer_create): Initialize redisplay bit
to pacify valgrind.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 87b84e00918..3ac22572d2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2014-01-20 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-01-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Pacify valgrind by initializing buffer redisplay bit. | ||
| 4 | Problem reported by Dmitry Antipov in | ||
| 5 | <http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01756.html>. | ||
| 6 | * alloc.c (USE_VALGRIND): Move this to ... | ||
| 7 | * conf_post.h (USE_VALGRIND): ... here. Use booleans. | ||
| 8 | * buffer.c (Fget_buffer_create): Initialize redisplay bit | ||
| 9 | to pacify valgrind. | ||
| 10 | |||
| 3 | Revert some of the CANNOT_DUMP fix (Bug#16494). | 11 | Revert some of the CANNOT_DUMP fix (Bug#16494). |
| 4 | * lread.c (init_lread): Fix typo: NILP, not !NILP. | 12 | * lread.c (init_lread): Fix typo: NILP, not !NILP. |
| 5 | 13 | ||