summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-07-09 16:20:53 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-07-09 16:20:53 +0000
commit7457bdc19d9db02070092c6657ffdc2a8fd85fae (patch)
tree102e76e27e41336fc54d06849def341849917a0a /ChangeLog
parent15327: always use local LINENOs in parse_string(). (diff)
downloadzsh-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--ChangeLog5
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