summaryrefslogtreecommitdiff
path: root/Src/Modules/pcre.c
AgeCommit message (Collapse)AuthorFilesLines
2014-09-0733122: typo from 32891 caused incorrect matches for pcre_match -nBarton E. Schaefer1-1/+1
2014-07-2332898 (credit Jun T.): fix offset_start initialization bug in 32891Barton E. Schaefer1-1/+1
2014-07-2032891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty stringBarton E. Schaefer1-7/+6
2012-01-06unposted: fix uninitialised variable warning in pcrePeter Stephenson1-0/+1
2011-11-1729907: Jun T.: remove declaration of unused variablePeter Stephenson1-1/+0
2011-10-2429838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)Phil Pennock1-16/+45
2010-01-2027608: fix memory for mbegin, mend & regexp testPeter Stephenson1-2/+2
2010-01-1727600: extend =~ syntax to set positional variables for matchesPeter Stephenson1-6/+73
2009-03-25Jon Strait: 26778, 26781: extra options for PCRE matchingPeter Stephenson1-9/+48
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-5/+5
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-11/+30
2007-05-02unposted: regex fix-ups: missing doc file plus pointer fixesPeter Stephenson1-2/+3
2007-05-0123375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson1-39/+123
2007-04-0523264: don't add the -pcre-match operator unless the pcre functions are ↵Clint Adams1-5/+10
available.
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-7/+6
2004-06-2220091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings.Clint Adams1-5/+5
2004-03-16 * 19641: Src/Modules/pcre.c: implement -pcre-match conditionalClint Adams1-14/+66
suggested by Oliver.
2004-03-16 * 19640: Src/Modules/pcre.c: improve error reporting a bit.Clint Adams1-4/+4
2004-03-16 * 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfaultClint Adams1-1/+8
when pcre_study is called before pcre_compile; documentation on pcre_compile options.
2002-08-2717582: Improved option argument handling.Peter Stephenson1-8/+8
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2001-07-0615250: still run setup even if pcre functions are unavailableClint Adams1-6/+16
2001-07-0415242: pcre_match -a and $match instead of pparamsClint Adams1-5/+16
2001-07-0315228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffersClint Adams1-5/+35
2001-07-0215211: zsh/pcre moduleClint Adams1-0/+134