diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-01 22:05:03 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-01 22:05:03 +0000 |
commit | 7f03c3d851c571d86d18c701d882c13ad5d06c6c (patch) | |
tree | 17edf1709daf6247f505f82d12bbd5c67fa69906 /ChangeLog | |
parent | eb4c3d4bf2e6b13078afd0820375dc02a2eb2a1f (diff) | |
download | zsh-7f03c3d851c571d86d18c701d882c13ad5d06c6c.tar.gz zsh-7f03c3d851c571d86d18c701d882c13ad5d06c6c.tar.xz zsh-7f03c3d851c571d86d18c701d882c13ad5d06c6c.zip |
23375: Phil Pennock: =~, zsh/regex etc. etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7887d6e25..54bd924f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-05-01 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Phil Pennock + tweaks: 23375: configure.ac, Doc/Makefile.in, + Doc/Zsh/cond.yo, Doc/Zsh/mod_pcre.yo, Doc/Zsh/options.yo, + Src/cond.c, Src/options.c, Src/parse.c, Src/text.c, Src/zsh.h, + Src/Modules/pcre.c, Src/Modules/regex.c, Src/Modules/regex.mdd: + Add zsh/regex option, =~ syntax and related options + BASH_REMATCH, NO_CASE_MATCH, RE_MATCH_PCRE. + 2007-05-01 Peter Stephenson <pws@csr.com> * unposted: Doc/Zsh/contrib.yo: typo in widget name. |