diff options
| author | Bart Schaefer <barts@users.sourceforge.net> | 2011-05-24 14:59:42 +0000 |
|---|---|---|
| committer | Bart Schaefer <barts@users.sourceforge.net> | 2011-05-24 14:59:42 +0000 |
| commit | 52ab943585f2b92fddfd8ed2f2b5ac5ab61df0a2 (patch) | |
| tree | 59422b44a764918a959b72af61fafb676bfe0719 | |
| parent | 29364: partial fix for make completion in dirs with spaces. (diff) | |
| download | zsh-52ab943585f2b92fddfd8ed2f2b5ac5ab61df0a2.tar zsh-52ab943585f2b92fddfd8ed2f2b5ac5ab61df0a2.tar.gz zsh-52ab943585f2b92fddfd8ed2f2b5ac5ab61df0a2.tar.bz2 zsh-52ab943585f2b92fddfd8ed2f2b5ac5ab61df0a2.tar.lz zsh-52ab943585f2b92fddfd8ed2f2b5ac5ab61df0a2.tar.xz zsh-52ab943585f2b92fddfd8ed2f2b5ac5ab61df0a2.tar.zst zsh-52ab943585f2b92fddfd8ed2f2b5ac5ab61df0a2.zip | |
Belated commit: unposted tweak to description of the -l / LOGIN option.
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -64,6 +64,9 @@ 2011-05-17 Barton E. Schaefer <schaefer@zsh.org> + * unposted: Doc/Zsh/options.yo: tweak description of the -l (LOGIN) + option for clarity. + * 29313: Src/subst.c: when SHWORDSPLIT is in effect, the state of the (@) expansion flag depends on the value of $IFS so as to mimic Bourne shell join/split behavior more closely (see users/15442). @@ -14800,5 +14803,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5324 $ +* $Revision: 1.5325 $ ***************************************************** |
