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 | 15327: always use local LINENOs in parse_string(). (diff) | |
| download | zsh-7457bdc19d9db02070092c6657ffdc2a8fd85fae.tar zsh-7457bdc19d9db02070092c6657ffdc2a8fd85fae.tar.gz zsh-7457bdc19d9db02070092c6657ffdc2a8fd85fae.tar.bz2 zsh-7457bdc19d9db02070092c6657ffdc2a8fd85fae.tar.lz zsh-7457bdc19d9db02070092c6657ffdc2a8fd85fae.tar.xz zsh-7457bdc19d9db02070092c6657ffdc2a8fd85fae.tar.zst 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
@@ -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 |
