index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
debug-early.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-03-06
(debug--early): Avoid re-entering the debugger for the same error
Stefan Monnier
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-01-04
(backtrace-on-redisplay-error): Use `handler-bind`
Stefan Monnier
2024-01-04
Move batch backtrace code to `top_level_2`
Stefan Monnier
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-03-01
* lisp/emacs-lisp/debug-early.el (debug-early-backtrace): Fix bug#61847
Stefan Monnier
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-06-24
Make debug-early-backtrace more resilient
Lars Ingebrigtsen
2022-04-29
debug-early: Print bytecode in a more manageable way
Stefan Monnier
2022-02-06
Fix eval-tests/backtrace-in-batch-mode test
Stefan Monnier
2022-02-06
(debug-early-backtrace): Tweak the non-evald output
Stefan Monnier
2022-02-06
(debug-early-backtrace): Tweak the non-evald output
Stefan Monnier
2022-02-05
* lisp/emacs-lisp/debug-early.el: Improve the documentation
Alan Mackenzie
2022-02-02
New file lisp/emacs-lisp/debug-early.el for backtraces in early bootstrap
Alan Mackenzie