diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-07-27 21:51:32 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-07-27 21:51:32 +0000 |
commit | a81e5a609e6d73a83c5a55a3f64f760c6fb45b92 (patch) | |
tree | 33ddedca1bc49c88067c11f6f20a740f04aeb240 /ChangeLog | |
parent | 60a05cf85aae737070f27b0e3edf36c840d2b17d (diff) | |
download | zsh-a81e5a609e6d73a83c5a55a3f64f760c6fb45b92.tar.gz zsh-a81e5a609e6d73a83c5a55a3f64f760c6fb45b92.tar.xz zsh-a81e5a609e6d73a83c5a55a3f64f760c6fb45b92.zip |
add (#cN,M) globbing flag
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b1c588e8b..c07f8c061 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-07-27 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 23713: Doc/Zsh/expn.yo, Misc/globtests, Src/pattern.c, + Test/D02glob.ztst: add (#cN,M) globbing flag to work like + {N,M} in regular expressions. + 2007-07-27 Clint Adams <clint@zsh.org> * 23712: Completion/Unix/Command/_dvi: handle dvips -j. |