diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-15 18:56:16 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-15 18:56:16 +0000 |
commit | bdb38058e4bf67d3a473c806bbb5d7eac5187f51 (patch) | |
tree | 82039ddf7ca0e84980fb23a5816268270a21e02b /ChangeLog | |
parent | 69134f18cb27ae6a3d8de4c45a77f6da714df3f9 (diff) | |
download | zsh-bdb38058e4bf67d3a473c806bbb5d7eac5187f51.tar.gz zsh-bdb38058e4bf67d3a473c806bbb5d7eac5187f51.tar.xz zsh-bdb38058e4bf67d3a473c806bbb5d7eac5187f51.zip |
28345: make ${(D)...} return a fully usable command line argument
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 9c54b4d9c..2953f32f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-15 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 28345: Doc/Zsh/expn.yo, Functions/Chpwd/cdr, Src/builtin.c, + Src/utils.c: make new ${(D)} flag return the contracted file as + a fully usable command line argument. + 2010-10-12 Barton E. Schaefer <schaefer@zsh.org> * unposted (users/15440): Doc/Zsh/expn.yo: fix cross-references @@ -13749,5 +13755,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5105 $ +* $Revision: 1.5106 $ ***************************************************** |