aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
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 @@
12005-06-25 Richard M. Stallman <rms@gnu.org> 12005-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
52005-06-24 Eli Zaretskii <eliz@gnu.org> 192005-06-24 Eli Zaretskii <eliz@gnu.org>