diff options
author | Peter Stephenson <pws@zsh.org> | 2015-05-28 18:32:39 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-05-28 18:32:39 +0100 |
commit | 2b08d0ed6747a4acf44b73068bfafc54ca1d0acf (patch) | |
tree | 6b2ef1ca29d0633ee231e6181a1b0d5e16356691 /ChangeLog | |
parent | cb596a55d921cb638a3cf0ede3ee60ae13728c10 (diff) | |
download | zsh-2b08d0ed6747a4acf44b73068bfafc54ca1d0acf.tar.gz zsh-2b08d0ed6747a4acf44b73068bfafc54ca1d0acf.tar.xz zsh-2b08d0ed6747a4acf44b73068bfafc54ca1d0acf.zip |
35318: POSIX_BUILTINS behaviour for getopts.
It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 625fd0160..cc1c86b71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-05-28 Peter Stephenson <p.stephenson@samsung.com> + + * 35318: Doc/Zsh/builtins.yo, Doc/Zsh/options.yo, Src/builtin.c, + Src/exec.c: POSIX_BUILTINS compatibility for OPTIND processing + in getopts. + 2015-05-27 Peter Stephenson <p.w.stephenson@ntlworld.com> * 35306: Src/parse.c, Test/C02cond.ztst: "test -z \(" |