summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
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