diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-19 19:07:14 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-19 19:07:14 +0000 |
commit | 606cfb5a5e65c80d88fc90169200cea404c16796 (patch) | |
tree | 3912e7287610f77fd37c21fafc2ba6563aacb549 /ChangeLog | |
parent | 0b8d247f6b433231e26d5930a2ff8d737f424e61 (diff) | |
download | zsh-606cfb5a5e65c80d88fc90169200cea404c16796.tar.gz zsh-606cfb5a5e65c80d88fc90169200cea404c16796.tar.xz zsh-606cfb5a5e65c80d88fc90169200cea404c16796.zip |
27167: add POSIX_CD option to test "." after CDPATH
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ccfd93a33..2dc28a2cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-07-19 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 27167: Src/builtin.c, Src/options.c, Src/zsh.h, + Doc/Zsh/builtins.yo, Doc/Zsh/options.yo: POSIX_CD option, + currently only moves testing of "." to after testing of CDPATH. + 2009-07-18 Clint Adams <clint@zsh.org> * 27160: Completion/Debian/Command/_bug: tweaks to reportbug @@ -12005,5 +12011,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4744 $ +* $Revision: 1.4745 $ ***************************************************** |