diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-27 10:23:58 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-27 10:23:58 +0000 |
commit | a85db682710c7435e1093844491b4caa35aee90e (patch) | |
tree | bc7b2edc02d41791ada9a78923f60253f87661dd /ChangeLog | |
parent | 3d63a33407f1b4e324b83a87d55b27303a2fcdb8 (diff) | |
download | zsh-a85db682710c7435e1093844491b4caa35aee90e.tar.gz zsh-a85db682710c7435e1093844491b4caa35aee90e.tar.xz zsh-a85db682710c7435e1093844491b4caa35aee90e.zip |
26622: improve comments within $(...) and add test
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 782dd06f3..4e00629cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-27 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 26622: Src/lex.c, Test/A01grammar.ztst: improve 26617 and add + test. + 2009-02-26 Peter Stephenson <p.w.stephenson@ntlworld.com> * 26617, c.f. Tomáš Smetana, 26610: Src/lex.c: comments @@ -11252,5 +11257,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4582 $ +* $Revision: 1.4583 $ ***************************************************** |