diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-17 21:48:25 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-17 21:48:25 +0000 |
commit | 8890e6e19ffa0bede585527671987972137009c7 (patch) | |
tree | 624d1830c56f33b2f3f1a3560306bad6336a4d32 /ChangeLog | |
parent | a2c89eb701e5ec3ffca33f25673a9600a9735930 (diff) | |
download | zsh-8890e6e19ffa0bede585527671987972137009c7.tar.gz zsh-8890e6e19ffa0bede585527671987972137009c7.tar.xz zsh-8890e6e19ffa0bede585527671987972137009c7.zip |
27600: extend =~ syntax to set positional variables for matches
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 35600b5e1..530decde1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-01-17 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 27600: Doc/Zsh/cond.yo, Src/Modules/pcre.c, Src/Modules/regex.c, + Test/C02cond.ztst: extend =~ syntax to set MBEGIN and MEND + with MATCH and mbegin and mend with match. + 2010-01-16 Peter Stephenson <p.w.stephenson@ntlworld.com> * Frank: 27599: Doc/Zsh/contrib.yo: fix formatting documentation @@ -12585,5 +12591,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4862 $ +* $Revision: 1.4863 $ ***************************************************** |