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 /README | |
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 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README index ce4042b44..ac5f318ff 100644 --- a/README +++ b/README @@ -35,6 +35,12 @@ Possible incompatibilities This section documents incompatibilities in the shell since the 4.2 series of releases. +In previous releases of the shell, builtin commands and precommand +modifiers that did not accept options also did not recognize the +argument "--" as marking the end of option processing without being +considered an argument. This was not documented and was incompatible +with other shells. All such commands now handle this syntax. + The configuration option --enable-lfs to enable large file support has been replaced by autoconf's standard --enable-largefile mechanism. As this is usually used whenever necessary, this won't usually |