Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2532:989a7680c221
[xemacs-hg @ 2005-01-29 09:15:55 by ben]
Add backtrace when throwing past call_trapping_problems()
alloc.c, backtrace.h, bytecode.c, cmdloop.c, eval.c, lisp.h, macros.c: Also include a backtrace when we catch an attempt to throw outside
of a function where call_trapping_problems() has been used.
author | ben |
---|---|
date | Sat, 29 Jan 2005 09:16:00 +0000 |
parents | 7de8d9ab7bbd |
children | 4c1f2310451d |
comparison
equal
deleted
inserted
replaced
2531:7de8d9ab7bbd | 2532:989a7680c221 |
---|---|
1 2005-01-29 Ben Wing <ben@xemacs.org> | |
2 | |
3 * alloc.c (garbage_collect_1): | |
4 * backtrace.h: | |
5 * bytecode.c (execute_rare_opcode): | |
6 * cmdloop.c: | |
7 * cmdloop.c (initial_command_loop): | |
8 * cmdloop.c (Frecursive_edit): | |
9 * cmdloop.c (call_command_loop): | |
10 * eval.c: | |
11 * eval.c (call_debugger): | |
12 * eval.c (Fcatch): | |
13 * eval.c (internal_catch): | |
14 * eval.c (throw_or_bomb_out): | |
15 * eval.c (condition_case_1): | |
16 * eval.c (maybe_get_trapping_problems_backtrace): | |
17 * eval.c (flagged_a_squirmer): | |
18 * eval.c (issue_call_trapping_problems_warning): | |
19 * eval.c (call_trapping_problems): | |
20 * lisp.h: | |
21 * macros.c (Fexecute_kbd_macro): | |
22 Also include a backtrace when we catch an attempt to throw outside | |
23 of a function where call_trapping_problems() has been used. | |
24 | |
1 2005-01-29 Ben Wing <ben@xemacs.org> | 25 2005-01-29 Ben Wing <ben@xemacs.org> |
2 | 26 |
3 * file-coding.c (snarf_coding_system): | 27 * file-coding.c (snarf_coding_system): |
4 Use UExtbyte for semantic correctness. | 28 Use UExtbyte for semantic correctness. |
5 * file-coding.c (look_for_coding_system_magic_cookie): | 29 * file-coding.c (look_for_coding_system_magic_cookie): |