1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00

20320, 20325: improved EVAL_LINENO + XTRACE fix, plus EVAL_LINENO test;

fix and test for "command -v" crash with POSIX_BUILTINS.
This commit is contained in:
Bart Schaefer 2004-09-08 08:26:14 +00:00
parent e1d5c7df58
commit 70857d0d75

@ -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