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 /ChangeLog | |
parent | 5fd16e59db40ae92a0abf4c2681ef9661f2bbba9 (diff) | |
download | zsh-52ab943585f2b92fddfd8ed2f2b5ac5ab61df0a2.tar.gz zsh-52ab943585f2b92fddfd8ed2f2b5ac5ab61df0a2.tar.xz zsh-52ab943585f2b92fddfd8ed2f2b5ac5ab61df0a2.zip |
Belated commit: unposted tweak to description of the -l / LOGIN option.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 843c935ff..3ef64879e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ ***************************************************** |