diff options
author | Peter Stephenson <pws@zsh.org> | 2015-06-18 14:54:41 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-06-24 10:21:12 +0100 |
commit | 39b28980f38e83e15cdeb19a489b5659af97fe93 (patch) | |
tree | e68f09fc59fc7008ff732704cbabed7e3df5f188 /ChangeLog | |
parent | a68d22eb00ea5c85422d70d1be7efa42acfda739 (diff) | |
download | zsh-39b28980f38e83e15cdeb19a489b5659af97fe93.tar.gz zsh-39b28980f38e83e15cdeb19a489b5659af97fe93.tar.xz zsh-39b28980f38e83e15cdeb19a489b5659af97fe93.zip |
various posts: Implement assignment parsing for typeset.
Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 754a14083..0295d5a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2015-06-24 Peter Stephenson <p.stephenson@samsung.com> + + * various culminating in 35586, c.f. commits on typeset-array + branch: Config/version.mk, Doc/Zsh/builtins.yo, + Doc/Zsh/grammar.yo, Doc/Zsh/options.yo, NEWS, README, + Src/builtin.c, Src/exec.c, Src/hashtable.c, Src/lex.c, + Src/options.c, Src/parse.c, Src/text.c, Src/zsh.h, + Test/B02typeset.ztst, Test/D01prompt.ztst, Test/E01options.ztst: + Implement assignment handling for typeset etc. when matched as + reserved words. Document and test. + 2015-06-23 Peter Stephenson <p.stephenson@samsung.com> * 35573: Completion/compinit: turn off POSIX_BUILTINS |