summaryrefslogtreecommitdiff
path: root/Src/Modules/pcre.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-0952721: fix metafication and regexp/subject confusion in pcre_match error messageStephane Chazelas1-1/+1
2024-01-2652405, 52502: add empty elements to $match for optional captures that don't m...Oliver Kiddle1-1/+4
2023-11-0852271: use correct form for unused parameterOliver Kiddle1-1/+1
2023-11-0252253: support pcre callouts with shell evaluation of the callout stringOliver Kiddle1-2/+32
2023-11-0152252: Coverity defect 1547827Oliver Kiddle1-1/+2
2023-05-1351738: support pcre's alternative DFA matching algorithmOliver Kiddle1-17/+36
2023-05-1351728: assign pcre named capture groups to a hashOliver Kiddle1-10/+33
2023-05-1351723: migrate pcre module to pcre2Oliver Kiddle1-136/+87
2022-09-2650658 + test: Enable to switch between C/UTF-8 locales in PCREJun-ichi Takimoto1-8/+2
2018-07-3143219 (except term{cap,info}.c): fix several memory leaksJun-ichi Takimoto1-0/+1
2018-01-2042243: Free stuff properly in zsh/pcre moduleMikael Magnusson1-1/+34
2017-08-1441542: Fix pcre logic for extracting matched parentheses.Peter Stephenson1-25/+43
2017-06-2241308 (tweaked): behaviour of PCRE with NUL bytesPhil Pennock1-11/+26
2016-04-23Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothingBarton E. Schaefer1-1/+1
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto1-1/+1
2016-01-08Jun T.: 37515: multibyte handling as per 35448.Barton E. Schaefer1-10/+23
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 avail...Clint Adams1-5/+10
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
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
2002-08-2717582: Improved option argument handling.Peter Stephenson1-8/+8
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