about summary refs log tree commit diff
path: root/Src/Modules/pcre.c
Commit message (Expand)AuthorAgeFilesLines
* 33122: typo from 32891 caused incorrect matches for pcre_match -nBarton E. Schaefer2014-09-071-1/+1
* 32898 (credit Jun T.): fix offset_start initialization bug in 32891Barton E. Schaefer2014-07-231-1/+1
* 32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty stringBarton E. Schaefer2014-07-201-7/+6
* unposted: fix uninitialised variable warning in pcrePeter Stephenson2012-01-061-0/+1
* 29907: Jun T.: remove declaration of unused variablePeter Stephenson2011-11-171-1/+0
* 29838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)Phil Pennock2011-10-241-16/+45
* 27608: fix memory for mbegin, mend & regexp testPeter Stephenson2010-01-201-2/+2
* 27600: extend =~ syntax to set positional variables for matchesPeter Stephenson2010-01-171-6/+73
* Jon Strait: 26778, 26781: extra options for PCRE matchingPeter Stephenson2009-03-251-9/+48
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-5/+5
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-11/+30
* unposted: regex fix-ups: missing doc file plus pointer fixesPeter Stephenson2007-05-021-2/+3
* 23375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson2007-05-011-39/+123
* 23264: don't add the -pcre-match operator unless the pcre functions are avail...Clint Adams2007-04-051-5/+10
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-7/+6
* 20091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings.Clint Adams2004-06-221-5/+5
* * 19641: Src/Modules/pcre.c: implement -pcre-match conditionalClint Adams2004-03-161-14/+66
* * 19640: Src/Modules/pcre.c: improve error reporting a bit.Clint Adams2004-03-161-4/+4
* * 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfaultClint Adams2004-03-161-1/+8
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-8/+8
* 15250: still run setup even if pcre functions are unavailableClint Adams2001-07-061-6/+16
* 15242: pcre_match -a and $match instead of pparamsClint Adams2001-07-041-5/+16
* 15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffersClint Adams2001-07-031-5/+35
* 15211: zsh/pcre moduleClint Adams2001-07-021-0/+134