aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-08-27 08:15:20 +0400
committerDmitry Antipov2014-08-27 08:15:20 +0400
commit7fb78a081b8272034515dcb74e18034f5f71363d (patch)
tree5eb03486ed1a503b328f65de90898b5b85a69310 /src/ChangeLog
parentfbc11fe8d86857fc167783424546740600b5daac (diff)
downloademacs-7fb78a081b8272034515dcb74e18034f5f71363d.tar.gz
emacs-7fb78a081b8272034515dcb74e18034f5f71363d.zip
Fix some glitches in previous change.
* sysdep.c (stack_direction): Replace stack_grows_down to simplify calculation of stack boundaries. (handle_sigsegv): Check whether we really crash somewhere near to stack boundary, and handle fatal signal as usual if not. (init_sigsegv): Adjust accordingly.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 44b0bcf0b78..8bc6c1069ad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Fix some glitches in previous change.
4 * sysdep.c (stack_direction): Replace stack_grows_down
5 to simplify calculation of stack boundaries.
6 (handle_sigsegv): Check whether we really crash somewhere near
7 to stack boundary, and handle fatal signal as usual if not.
8 (init_sigsegv): Adjust accordingly.
9
12014-08-26 Dmitry Antipov <dmantipov@yandex.ru> 102014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
2 11
3 Handle C stack overflow caused by too nested Lisp evaluation. 12 Handle C stack overflow caused by too nested Lisp evaluation.