From 39b28980f38e83e15cdeb19a489b5659af97fe93 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 18 Jun 2015 14:54:41 +0100 Subject: 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 754a14083..0295d5a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2015-06-24 Peter Stephenson + + * 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 * 35573: Completion/compinit: turn off POSIX_BUILTINS -- cgit 1.4.1