diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-02-13 21:31:31 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-02-13 21:31:31 +0000 |
commit | daa7d99702b8a3580b71ee74f962719ad1d052c8 (patch) | |
tree | 664926219037f1d809ec3fb6db372b510c21c4b7 /ChangeLog | |
parent | 7e6faf7237b1862fce3ebc34f09ee9ac07940638 (diff) | |
download | zsh-daa7d99702b8a3580b71ee74f962719ad1d052c8.tar.gz zsh-daa7d99702b8a3580b71ee74f962719ad1d052c8.tar.xz zsh-daa7d99702b8a3580b71ee74f962719ad1d052c8.zip |
34546: further $_ with anon function fix.
Also add tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2660e4f22..641dfa75a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-02-13 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 34546: Src/exec.c, Test/D04parameter.ztst: fix another + oddity with $_ and anonymous functions and add tests. + 2015-02-12 Peter Stephenson <p.w.stephenson@ntlworld.com> * 34519: Src/exec.c: handle $_ with arguments to anonymous |