diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-20 06:13:35 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-20 06:13:35 +0000 |
commit | 220ad9aa2310047d88c06e59fc70e649f33d8396 (patch) | |
tree | 15eaf6cd4c48bfe8c2e831db6ce9437cd901a17c /ChangeLog | |
parent | 585c21a3935fc7dd8b8ace4d81c1bff98dec2658 (diff) | |
download | zsh-220ad9aa2310047d88c06e59fc70e649f33d8396.tar.gz zsh-220ad9aa2310047d88c06e59fc70e649f33d8396.tar.xz zsh-220ad9aa2310047d88c06e59fc70e649f33d8396.zip |
Parameter repairs, mostly for subscripting.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2203b9dc8..774d7044b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2001-04-19 Bart Schaefer <schaefer@zsh.org> + + * 14008, 1405x: Src/lex.c, Src/math.c, Src/params.c, + Test/D06subscript.ztst: Improve parsing of subscripts so that + many forms that failed before, work now, particularly for assoc + array keys; create a test suite. + + * 14008: Src/hist.c: Don't getsparam("HISTFILE") until it is + actually needed, because other parameter expansions reset the + history mechanism for subscript parsing. + + * 14008: Src/builtin.c: Keep track of the new Param created when + typeset_single() calls setsparam() in some circumstances; drop a + redundant isident() test. + 2001-04-19 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> * 14046: Doc/Zle/zle.yo, Src/Zle/zle_keymap.c: bindkey -rp removes |