index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Modules
/
pcre.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-09
52721: fix metafication and regexp/subject confusion in pcre_match error message
Stephane Chazelas
1
-1
/
+1
2024-01-26
52405, 52502: add empty elements to $match for optional captures that don't m...
Oliver Kiddle
1
-1
/
+4
2023-11-08
52271: use correct form for unused parameter
Oliver Kiddle
1
-1
/
+1
2023-11-02
52253: support pcre callouts with shell evaluation of the callout string
Oliver Kiddle
1
-2
/
+32
2023-11-01
52252: Coverity defect 1547827
Oliver Kiddle
1
-1
/
+2
2023-05-13
51738: support pcre's alternative DFA matching algorithm
Oliver Kiddle
1
-17
/
+36
2023-05-13
51728: assign pcre named capture groups to a hash
Oliver Kiddle
1
-10
/
+33
2023-05-13
51723: migrate pcre module to pcre2
Oliver Kiddle
1
-136
/
+87
2022-09-26
50658 + test: Enable to switch between C/UTF-8 locales in PCRE
Jun-ichi Takimoto
1
-8
/
+2
2018-07-31
43219 (except term{cap,info}.c): fix several memory leaks
Jun-ichi Takimoto
1
-0
/
+1
2018-01-20
42243: Free stuff properly in zsh/pcre module
Mikael Magnusson
1
-1
/
+34
2017-08-14
41542: Fix pcre logic for extracting matched parentheses.
Peter Stephenson
1
-25
/
+43
2017-06-22
41308 (tweaked): behaviour of PCRE with NUL bytes
Phil Pennock
1
-11
/
+26
2016-04-23
Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothing
Barton E. Schaefer
1
-1
/
+1
2016-01-30
37838: use UNUSED() consistently
Jun-ichi Takimoto
1
-1
/
+1
2016-01-08
Jun T.: 37515: multibyte handling as per 35448.
Barton E. Schaefer
1
-10
/
+23
2014-09-07
33122: typo from 32891 caused incorrect matches for pcre_match -n
Barton E. Schaefer
1
-1
/
+1
2014-07-23
32898 (credit Jun T.): fix offset_start initialization bug in 32891
Barton E. Schaefer
1
-1
/
+1
2014-07-20
32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty string
Barton E. Schaefer
1
-7
/
+6
2012-01-06
unposted: fix uninitialised variable warning in pcre
Peter Stephenson
1
-0
/
+1
2011-11-17
29907: Jun T.: remove declaration of unused variable
Peter Stephenson
1
-1
/
+0
2011-10-24
29838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)
Phil Pennock
1
-16
/
+45
2010-01-20
27608: fix memory for mbegin, mend & regexp test
Peter Stephenson
1
-2
/
+2
2010-01-17
27600: extend =~ syntax to set positional variables for matches
Peter Stephenson
1
-6
/
+73
2009-03-25
Jon Strait: 26778, 26781: extra options for PCRE matching
Peter Stephenson
1
-9
/
+48
2007-07-06
23665: autoloading of module features and related tweaks
Peter Stephenson
1
-5
/
+5
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-11
/
+30
2007-05-02
unposted: regex fix-ups: missing doc file plus pointer fixes
Peter Stephenson
1
-2
/
+3
2007-05-01
23375: Phil Pennock: =~, zsh/regex etc. etc.
Peter Stephenson
1
-39
/
+123
2007-04-05
23264: don't add the -pcre-match operator unless the pcre functions are avail...
Clint Adams
1
-5
/
+10
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-7
/
+6
2004-06-22
20091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings.
Clint Adams
1
-5
/
+5
2004-03-16
* 19641: Src/Modules/pcre.c: implement -pcre-match conditional
Clint Adams
1
-14
/
+66
2004-03-16
* 19640: Src/Modules/pcre.c: improve error reporting a bit.
Clint Adams
1
-4
/
+4
2004-03-16
* 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfault
Clint Adams
1
-1
/
+8
2002-08-27
17582: Improved option argument handling.
Peter Stephenson
1
-8
/
+8
2001-07-06
15250: still run setup even if pcre functions are unavailable
Clint Adams
1
-6
/
+16
2001-07-04
15242: pcre_match -a and $match instead of pparams
Clint Adams
1
-5
/
+16
2001-07-03
15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffers
Clint Adams
1
-5
/
+35
2001-07-02
15211: zsh/pcre module
Clint Adams
1
-0
/
+134