diff options
| author | Dmitry Antipov | 2014-09-16 08:04:56 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-09-16 08:04:56 +0400 |
| commit | ccb767d639543d70ac689c93eb64849eea376583 (patch) | |
| tree | 5a82efcfd17922512919d56a29363e5708eedbb8 /src/ChangeLog | |
| parent | 2d83441cc06cca6706dc9b102598d1bf6fe7612b (diff) | |
| download | emacs-ccb767d639543d70ac689c93eb64849eea376583.tar.gz emacs-ccb767d639543d70ac689c93eb64849eea376583.zip | |
Always use matched specpdl entry to record call arguments (Bug#18473).
* lisp.h (record_in_backtrace): Adjust prototype.
* eval.c (record_in_backtrace): Return current specpdl level.
(set_backtrace_args, set_backtrace_nargs): Merge. Adjust all users.
(eval_sub, Ffuncall): Record call arguments in matched specpdl
entry and use that entry in call to backtrace_debug_on_exit.
(apply_lambda): Likewise. Get current specpdl level as 3rd arg.
(do_debug_on_call): Get current specpdl level as 2nd arg.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 09b606d1dd5..fe771fd8f74 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2014-09-16 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Always use matched specpdl entry to record call arguments (Bug#18473). | ||
| 4 | * lisp.h (record_in_backtrace): Adjust prototype. | ||
| 5 | * eval.c (record_in_backtrace): Return current specpdl level. | ||
| 6 | (set_backtrace_args, set_backtrace_nargs): Merge. Adjust all users. | ||
| 7 | (eval_sub, Ffuncall): Record call arguments in matched specpdl | ||
| 8 | entry and use that entry in call to backtrace_debug_on_exit. | ||
| 9 | (apply_lambda): Likewise. Get current specpdl level as 3rd arg. | ||
| 10 | (do_debug_on_call): Get current specpdl level as 2nd arg. | ||
| 11 | |||
| 1 | 2014-09-15 Eli Zaretskii <eliz@gnu.org> | 12 | 2014-09-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 13 | ||
| 3 | Fix display of R2L lines in partial-width windows. | 14 | Fix display of R2L lines in partial-width windows. |