diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-26 09:11:27 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-26 09:11:27 +0000 |
| commit | b2d08a2155afe05d2dd6a01b6a2d2c5035d30b45 (patch) | |
| tree | d5da7bfce0adcab7703f8997ad34c1a59996c3de /ChangeLog | |
| parent | 25684: make %x and %I consistent with eval line numbering (diff) | |
| download | zsh-b2d08a2155afe05d2dd6a01b6a2d2c5035d30b45.tar zsh-b2d08a2155afe05d2dd6a01b6a2d2c5035d30b45.tar.gz zsh-b2d08a2155afe05d2dd6a01b6a2d2c5035d30b45.tar.bz2 zsh-b2d08a2155afe05d2dd6a01b6a2d2c5035d30b45.tar.lz zsh-b2d08a2155afe05d2dd6a01b6a2d2c5035d30b45.tar.xz zsh-b2d08a2155afe05d2dd6a01b6a2d2c5035d30b45.tar.zst zsh-b2d08a2155afe05d2dd6a01b6a2d2c5035d30b45.zip | |
25744: dynamic named directories and further doshfunc() simplification
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-09-26 Peter Stephenson <pws@csr.com> + + * 25744: Doc/Zsh/expn.yo, Src/exec.c, Src/math.c, Src/signals.c, + Src/subst.c, Src/utils.c, Src/Modules/zftp.c, Src/Zle/compcore.c, + Src/Zle/compctl.c, Src/Zle/zle_main.c, Src/Zle/zle_misc.c, + Test/D01prompt.ztst: Add dynamic named directories using + ~[<stuff>] which calls zsh_directory_name n <stuff> and + reverse call to look up names. Also further simplify doshfunc() + interface to use flags directly from the Shfunc structure. + 2008-09-25 Peter Stephenson <pws@csr.com> * 25684: Src/prompt.c: make %x and %I consistent with |
