diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2013-10-19 14:29:52 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2013-10-19 14:29:52 -0700 |
commit | ada42926b14b9718b853b3713b02a836f944959d (patch) | |
tree | d6070f89f2f9470f4149dbceea2643293c71633f /ChangeLog | |
parent | 8879c46a4897a0e347455334fc6b6732c203a220 (diff) | |
download | zsh-ada42926b14b9718b853b3713b02a836f944959d.tar.gz zsh-ada42926b14b9718b853b3713b02a836f944959d.tar.xz zsh-ada42926b14b9718b853b3713b02a836f944959d.zip |
31849: document effect of KSH_ZERO_SUBSCRIPT on the argv special array
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 30f1742a0..9613de721 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-10-19 Barton E. Schaefer <schaefer@zsh.org> + + * 31849: Doc/Zsh/params.yo: note effect of KSH_ZERO_SUBSCRIPT + on the arrays of positional parameters e.g. ${argv[0]} vs. $0 + 2013-10-18 Peter Stephenson <p.w.stephenson@ntlworld.com> * 31846: Src/exec.c: fix NOEXEC option in execsimple(). |