diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-30 19:52:44 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-30 19:52:44 +0000 |
commit | 135211b00b887c20b08b149a66a8e800296ee29a (patch) | |
tree | a49b6fda01327013a17f371254861405aea1696e /ChangeLog | |
parent | 25833cc89eef879857100d321c2140ff13f63886 (diff) | |
download | zsh-135211b00b887c20b08b149a66a8e800296ee29a.tar.gz zsh-135211b00b887c20b08b149a66a8e800296ee29a.tar.xz zsh-135211b00b887c20b08b149a66a8e800296ee29a.zip |
25971: fix options handling for builtins that handle their own
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c66177981..dda2dbb04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-30 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 25971: Src/builtin.c, Src/zsh.h: fix 25937 which broke some + builtins that handle options themselves. + 2008-10-30 Peter Stephenson <pws@csr.com> * 25969: Src/subst.c, Src/utils.c, Test/D07multibyte.ztst: |