diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-05-30 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2014-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). |