about summary refs log tree commit diff
path: root/Src/Modules/regex.c
Commit message (Collapse)AuthorAgeFilesLines
* 40486: Don't warn on creation of MATCH etc. in regex.Peter Stephenson2017-02-021-4/+4
| | | | | This because they are created implicitly rather than by explicit user request, so the warning may not be useful.
* 37838: use UNUSED() consistentlyJun-ichi Takimoto2016-01-301-1/+1
|
* 33566: regex module fix for unmatched parenthesesPeter Stephenson2015-06-221-0/+5
|
* Add non-metafied character length handling.Peter Stephenson2015-06-121-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.
* 30513: zsh/regex metafy fixes for widecharPhil Pennock2012-06-161-7/+16
|
* 27608: fix memory for mbegin, mend & regexp testPeter Stephenson2010-01-201-4/+4
|
* 27600: extend =~ syntax to set positional variables for matchesPeter Stephenson2010-01-171-1/+55
|
* 26362: avoid calling regfree() on uninitialized regex_t.Wayne Davison2009-01-191-1/+1
|
* Fixed a few compiler warnings.Wayne Davison2009-01-191-6/+8
|
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-3/+3
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-3/+27
|
* 23375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson2007-05-011-0/+161