emacs/lisp/calc
Mattias Engdegård 60102016e4 Abolish max-specpdl-size (bug#57911)
The max-lisp-eval-depth limit is sufficient to prevent unbounded stack
growth including the specbind stack; simplify matters for the user by
not having them to worry about two different limits.  This change
turns max-specpdl-size into a harmless variable with no effects,
to keep existing code happy.

* lisp/subr.el (max-specpdl-size):
Define as an ordinary (but obsolete) dynamic variable.
* admin/grammars/Makefile.in:
* doc/lispintro/emacs-lisp-intro.texi (Loops & Recursion):
* doc/lispref/control.texi (Cleanups):
* doc/lispref/edebug.texi (Checking Whether to Stop):
* doc/lispref/eval.texi (Eval):
* doc/lispref/variables.texi (Local Variables):
* doc/misc/calc.texi (Recursion Depth):
Update documentation.
* etc/NEWS: Announce.
* src/eval.c
(FletX): Use safe iteration to guard against circular bindings list.
(syms_of_eval): Remove old max-specpdl-size definition.
(init_eval_once, restore_stack_limits, call_debugger)
(signal_or_quit, grow_specpdl_allocation):
* leim/Makefile.in:
* lisp/Makefile.in:
* lisp/calc/calc-stuff.el (calc-more-recursion-depth)
(calc-less-recursion-depth):
* lisp/calc/calc.el (calc-do):
* lisp/cedet/semantic/ede-grammar.el (ede-proj-makefile-insert-rules):
* lisp/cedet/semantic/grammar.el (semantic-grammar-batch-build-one-package):
* lisp/cus-start.el (standard):
* lisp/emacs-lisp/comp.el (comp--native-compile):
* lisp/emacs-lisp/edebug.el (edebug-max-depth):
(edebug-read-and-maybe-wrap-form, edebug-default-enter):
* lisp/emacs-lisp/regexp-opt.el (regexp-opt):
* lisp/eshell/esh-mode.el (eshell-mode):
* lisp/loadup.el (max-specpdl-size):
* lisp/mh-e/mh-e.el (mh-invisible-headers):
* lisp/net/shr.el (shr-insert-document, shr-descend):
* lisp/play/hanoi.el (hanoi-internal):
* lisp/progmodes/cperl-mode.el:
* src/fileio.c (Fdo_auto_save):
Remove references to and modifications of max-specpdl-size.
2022-09-19 19:30:03 +02:00
..
calc-aent.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-alg.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-arith.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-bin.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-comb.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-cplx.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-embed.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
calc-ext.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
calc-fin.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-forms.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-frac.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-funcs.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-graph.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
calc-help.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
calc-incom.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-keypd.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
calc-lang.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-macs.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-map.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-math.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
calc-menu.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-misc.el Fix warning in last commit 2022-07-03 23:31:25 +02:00
calc-mode.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
calc-mtx.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-nlfit.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-poly.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-prog.el Use substitute-command-keys in a few more places 2022-08-23 21:08:38 +02:00
calc-rewr.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-rules.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-sel.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-stat.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-store.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
calc-stuff.el Abolish max-specpdl-size (bug#57911) 2022-09-19 19:30:03 +02:00
calc-trail.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-undo.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calc-units.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
calc-vec.el Simplify code using take, ntake and butlast 2022-08-14 15:43:12 +02:00
calc-yank.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
calc.el Abolish max-specpdl-size (bug#57911) 2022-09-19 19:30:03 +02:00
calcalg2.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calcalg3.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calccomp.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calcsel2.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00