diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-28 20:55:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-28 20:55:22 +0000 |
commit | 36d228b12934000cf11690b4365c144ef55c905f (patch) | |
tree | 9d91cfb3a6fde430da3e085bd64ec8ed6dee000b /ChangeLog | |
parent | b77f9505d813016d9ad44e5e9832dcf1fb2a6d03 (diff) | |
download | zsh-36d228b12934000cf11690b4365c144ef55c905f.tar.gz zsh-36d228b12934000cf11690b4365c144ef55c905f.tar.xz zsh-36d228b12934000cf11690b4365c144ef55c905f.zip |
25937: builtins with no options should still ignore --
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 86f1ea3c9..d0e0cc1cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-28 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 25937: README, Src/builtins.c: builtins that don't have + options now ignore an initial "--" argument. + 2008-10-28 Peter Stephenson <pws@csr.com> * unposted: Config/Version.mk, Etc/relnote_4.3.7.txt: Release @@ -2997,7 +3002,7 @@ 2007-10-23 Peter Stephenson <pws@csr.com> * users/12087: Src/glob.c: fix a case where we doing globbing - unncessarily to find files case-insensitively in Cygwin. + unnecessarily to find files case-insensitively in Cygwin. 2007-10-22 Peter Stephenson <pws@csr.com> |