diff options
| author | Richard M. Stallman | 2005-06-25 14:38:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-25 14:38:05 +0000 |
| commit | df13531dc21070537929cbba1183d6232e91c5de (patch) | |
| tree | 24a74cca8539a169be451e0f99df552f76c7046d /src/ChangeLog | |
| parent | 9f5903bb77b7f1f1e7a6598b3c496961e0ee02ea (diff) | |
| download | emacs-df13531dc21070537929cbba1183d6232e91c5de.tar.gz emacs-df13531dc21070537929cbba1183d6232e91c5de.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 44f00321d36..17917b159e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2005-06-25 Richard M. Stallman <rms@gnu.org> | 1 | 2005-06-25 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * eval.c (call_debugger): Take full care of extending stack limits | ||
| 4 | to make space for the debugger, and restore the change afterward. | ||
| 5 | Bind debug-on-error to nil. | ||
| 6 | (restore_stack_limits): New subroutine. | ||
| 7 | (Fsignal): Extend specpdl bound along with eval depth bound, | ||
| 8 | for calling edebug. Don't do either one, for calling debugger. | ||
| 9 | (find_handler_clause): Don't bind debug-on-error here. | ||
| 10 | Don't unbind anything either. | ||
| 11 | Temporarily advance max_specpdl_size for calling | ||
| 12 | internal_with_output_to_temp_buffer. | ||
| 13 | (grow_specpdl): Don't alter max_specpdl_size before signaling | ||
| 14 | an error. | ||
| 15 | (syms_of_eval) <max-specpdl-size>: Doc fix. | ||
| 16 | |||
| 3 | * lread.c (read1): 0.0e+NaN should make a "positive" NaN. | 17 | * lread.c (read1): 0.0e+NaN should make a "positive" NaN. |
| 4 | 18 | ||
| 5 | 2005-06-24 Eli Zaretskii <eliz@gnu.org> | 19 | 2005-06-24 Eli Zaretskii <eliz@gnu.org> |