From 70857d0d753920d8a65a8812264997828c70387b Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 8 Sep 2004 08:26:14 +0000 Subject: 20320, 20325: improved EVAL_LINENO + XTRACE fix, plus EVAL_LINENO test; fix and test for "command -v" crash with POSIX_BUILTINS. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 58e9c9a51..a31882037 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-09-08 Bart Schaefer + + * 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 * 20318: Src/builtin.c: fix subtle xtrace output bug introduced -- cgit 1.4.1