diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-09-23 17:03:16 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-09-23 17:03:16 +0000 |
commit | ad2bd42c858aa7236e7b7404806d16b5b0efb6ac (patch) | |
tree | 3c7fd50ab1014769c6d59d15145aefca37ed02be /ChangeLog | |
parent | ced5aab522df2754c2fa4581c3538c2cb6d4c1e1 (diff) | |
download | zsh-ad2bd42c858aa7236e7b7404806d16b5b0efb6ac.tar.gz zsh-ad2bd42c858aa7236e7b7404806d16b5b0efb6ac.tar.xz zsh-ad2bd42c858aa7236e7b7404806d16b5b0efb6ac.zip |
21758: optimise =(<<<...) to run within the shell.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c2894399f..d4ce2f9d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-23 Peter Stephenson <pws@csr.com> + + * 21758: Doc/Zsh/expn.yo, Src/exec.c: optimise =(<<<...) to + replace an argument by a filename containing it within the + shell. + 2005-09-22 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> * unposted, c.f. 21752: Doc/Zsh/contrib.yo, |