Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-02 | 40486: Don't warn on creation of MATCH etc. in regex. | Peter Stephenson | 1 | -4/+4 | |
This because they are created implicitly rather than by explicit user request, so the warning may not be useful. | |||||
2016-01-30 | 37838: use UNUSED() consistently | Jun-ichi Takimoto | 1 | -1/+1 | |
2015-06-22 | 33566: regex module fix for unmatched parentheses | Peter Stephenson | 1 | -0/+5 | |
2015-06-12 | Add non-metafied character length handling. | Peter Stephenson | 1 | -10/+23 | |
Use this in regex module and add test using $'\ua0'. Rename mb_metacharinit() to mb_charinit() as it does not involve metafied characters. | |||||
2012-06-16 | 30513: zsh/regex metafy fixes for widechar | Phil Pennock | 1 | -7/+16 | |
2010-01-20 | 27608: fix memory for mbegin, mend & regexp test | Peter Stephenson | 1 | -4/+4 | |
2010-01-17 | 27600: extend =~ syntax to set positional variables for matches | Peter Stephenson | 1 | -1/+55 | |
2009-01-19 | 26362: avoid calling regfree() on uninitialized regex_t. | Wayne Davison | 1 | -1/+1 | |
2009-01-19 | Fixed a few compiler warnings. | Wayne Davison | 1 | -6/+8 | |
2007-07-06 | 23665: autoloading of module features and related tweaks | Peter Stephenson | 1 | -3/+3 | |
2007-05-28 | see 23479: add initial features support for modules | Peter Stephenson | 1 | -3/+27 | |
2007-05-01 | 23375: Phil Pennock: =~, zsh/regex etc. etc. | Peter Stephenson | 1 | -0/+161 | |