aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-05-30 11:40:29 +0400
committerDmitry Antipov2014-05-30 11:40:29 +0400
commit8d3103b1efd32a2faf257e26a5474e12543ce798 (patch)
tree110af642ef3cecf9bc207d56add307156d004cb2 /src/ChangeLog
parent8cf1e6e67926683e38809adced986d255124afd5 (diff)
downloademacs-8d3103b1efd32a2faf257e26a5474e12543ce798.tar.gz
emacs-8d3103b1efd32a2faf257e26a5474e12543ce798.zip
Debugging facility to check whether 'const char *' points to
relocatable data of non-pure Lisp string. * alloc.c (maybe_lisp_pointer): New function, refactored out of ... (mark_maybe_pointer): ... adjusted user. (relocatable_string_data_p): New function. * lisp.h (relocatable_string_data_p): Add prototype. * xdisp.c (message_with_string): If ENABLE_CHECKING, make sure the pointer to relocatable Lisp data is not used.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6ecf7dbee99..a4f1cb7590a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12014-05-30 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Debugging facility to check whether 'const char *' points to
4 relocatable data of non-pure Lisp string.
5 * alloc.c (maybe_lisp_pointer): New function, refactored out of ...
6 (mark_maybe_pointer): ... adjusted user.
7 (relocatable_string_data_p): New function.
8 * lisp.h (relocatable_string_data_p): Add prototype.
9 * xdisp.c (message_with_string): If ENABLE_CHECKING, make sure
10 the pointer to relocatable Lisp data is not used.
11
12014-05-30 Paul Eggert <eggert@cs.ucla.edu> 122014-05-30 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 Don't let SIGINT handling block SIGCHLD indefinitely (Bug#17561). 14 Don't let SIGINT handling block SIGCHLD indefinitely (Bug#17561).