diff options
| author | Stefan Monnier | 2006-01-23 02:44:02 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-01-23 02:44:02 +0000 |
| commit | 5badc98d737395cbd96188dbbb044ab8dc4da88f (patch) | |
| tree | cec51750b432ed7b57201956f21c68bb24797866 /src/ChangeLog | |
| parent | cfb2f32e41fd97d98129f6bc17991d1b7a906a47 (diff) | |
| download | emacs-5badc98d737395cbd96188dbbb044ab8dc4da88f.tar.gz emacs-5badc98d737395cbd96188dbbb044ab8dc4da88f.zip | |
Avoid allocating Lisp data from code that can be run from a signal handler.
(x_error_message): New var to replace x_error_message_string.
(x_error_catcher, x_catch_errors, x_catch_errors_unwind)
(x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
(syms_of_xterm): Use it instead of x_error_message_string.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9527dc2bb03..121fe76629e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * xterm.c: Avoid allocating Lisp data from a signal handler. | ||
| 4 | (x_error_message): New var to replace x_error_message_string. | ||
| 5 | (x_error_catcher, x_catch_errors, x_catch_errors_unwind) | ||
| 6 | (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler) | ||
| 7 | (syms_of_xterm): Use it instead of x_error_message_string. | ||
| 8 | |||
| 9 | * alloc.c (lisp_align_free): Add an assertion. | ||
| 10 | (make_interval, allocate_string, make_float, Fcons, Fmake_symbol) | ||
| 11 | (allocate_misc): If ENABLE_CHECKING is on, check we're not called from | ||
| 12 | a signal handler. | ||
| 13 | |||
| 1 | 2006-01-21 Luc Teirlinck <teirllm@auburn.edu> | 14 | 2006-01-21 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 15 | ||
| 3 | * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix. | 16 | * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix. |