diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-12-22 19:51:04 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-12-22 19:51:04 +0000 |
commit | 8ec3d17b4ba5f19ae24695c9532606f7f266e1f1 (patch) | |
tree | 592c1468f4d06a39d14141921ecf1ddddabd2d97 /ChangeLog | |
parent | 932ed864837b8c43e475784768bd0b00728e756c (diff) | |
download | zsh-8ec3d17b4ba5f19ae24695c9532606f7f266e1f1.tar.gz zsh-8ec3d17b4ba5f19ae24695c9532606f7f266e1f1.zip |
33395: Improvments for function managment.
Functions defined inside other fucntions needs file line number
adding. Particularly useful for anonymous fucntions.
Add flag to indicate a function is anonymous. Done up to now
by comparing the name to a pointer but this is more consistent.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2017-12-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 33395: Src/exec.c, Src/zsh.h: improved line numbering for + functions (in particular anonymous functions) defined inside + others, also flag for anonymous functions. + 2017-12-20 Peter Stephenson <p.stephenson@samsung.com> * dana: 42145: Src/Zle/computil.c, Test/Y03arguments.ztst: fix |