diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2004-09-08 08:26:14 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2004-09-08 08:26:14 +0000 |
commit | 70857d0d753920d8a65a8812264997828c70387b (patch) | |
tree | 4890e7982d94afe4f606a89db4992a226f27c34e /ChangeLog | |
parent | e1d5c7df587c4f3d748a541f849ccca5cf799df4 (diff) | |
download | zsh-70857d0d753920d8a65a8812264997828c70387b.tar.gz zsh-70857d0d753920d8a65a8812264997828c70387b.tar.xz zsh-70857d0d753920d8a65a8812264997828c70387b.zip |
20320, 20325: improved EVAL_LINENO + XTRACE fix, plus EVAL_LINENO test;
fix and test for "command -v" crash with POSIX_BUILTINS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 58e9c9a51..a31882037 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-09-08 Bart Schaefer <schaefer@zanshin.com> + + * 20325: Src/exec.c, Test/E01options.ztst: fix crash when using + the "command" builtin (as opposed to the "command" precommand + modifier) when POSIX_BUILTINS is set; (unposted) add test for that + and also for EVAL_LINENO. + + * 20320: Src/builtin.c: rewrite 20318 for simplicity and clarity. + 2004-09-04 Bart Schaefer <schaefer@zsh.org> * 20318: Src/builtin.c: fix subtle xtrace output bug introduced |