diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-07-09 16:20:53 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-07-09 16:20:53 +0000 |
commit | 7457bdc19d9db02070092c6657ffdc2a8fd85fae (patch) | |
tree | 102e76e27e41336fc54d06849def341849917a0a /ChangeLog | |
parent | 003ec8c7e8814221b366e95dc4ea24fa4cf1e99c (diff) | |
download | zsh-7457bdc19d9db02070092c6657ffdc2a8fd85fae.tar.gz zsh-7457bdc19d9db02070092c6657ffdc2a8fd85fae.tar.xz zsh-7457bdc19d9db02070092c6657ffdc2a8fd85fae.zip |
Fix function stack unwinding on autoload failures.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d146f6abc..3497f979e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,11 @@ do this sometimes in order for existing $LINENO to show through. This seems to cause more problems than it solves. +2001-07-09 Bart Schaefer <schaefer@zsh.org> + + * 15321: Src/exec.c: Fix line numbers in an error message; unwind + function context properly on obscure autoloading failures. + 2001-07-07 Bart Schaefer <schaefer@zsh.org> * 15308: Src/builtin.c: Fix infinite loop on `r OLD=NEW' when OLD |