summaryrefslogtreecommitdiff
path: root/Src/Modules/regex.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-0240486: Don't warn on creation of MATCH etc. in regex.Peter Stephenson1-4/+4
This because they are created implicitly rather than by explicit user request, so the warning may not be useful.
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto1-1/+1
2015-06-2233566: regex module fix for unmatched parenthesesPeter Stephenson1-0/+5
2015-06-12Add non-metafied character length handling.Peter Stephenson1-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-1630513: zsh/regex metafy fixes for widecharPhil Pennock1-7/+16
2010-01-2027608: fix memory for mbegin, mend & regexp testPeter Stephenson1-4/+4
2010-01-1727600: extend =~ syntax to set positional variables for matchesPeter Stephenson1-1/+55
2009-01-1926362: avoid calling regfree() on uninitialized regex_t.Wayne Davison1-1/+1
2009-01-19Fixed a few compiler warnings.Wayne Davison1-6/+8
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-3/+3
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-3/+27
2007-05-0123375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson1-0/+161