comparison src/ChangeLog @ 63768:79a2185587dc

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Jun 2005 14:38:05 +0000
parents c1c472b86d74
children ab5140e18bc9
comparison
equal deleted inserted replaced
63767:60a9b2133cf1 63768:79a2185587dc
1 2005-06-25 Richard M. Stallman <rms@gnu.org> 1 2005-06-25 Richard M. Stallman <rms@gnu.org>
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.
2 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>
6 20