summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
...
* regcomp.c: Fix typo in commentKarl Williamson2015-01-201-2/+2
* regcomp.c: Refactor a calculationKarl Williamson2015-01-201-17/+24
* regcomp.c: White-space onlyKarl Williamson2015-01-161-14/+14
* regcomp.c: Fix bug in /[A-Z]/iKarl Williamson2015-01-161-1/+6
* regcomp.c: Fix commentKarl Williamson2015-01-161-2/+1
* regcomp.c: Improve generated code for some [:posix:] classesKarl Williamson2015-01-161-1/+29
* regcomp.c: Rmv unneeded temporaryKarl Williamson2015-01-161-5/+4
* Fix regex pattern dump of ANYOF nodesKarl Williamson2015-01-161-4/+4
* regcomp.c: Fix comment typosKarl Williamson2015-01-131-3/+3
* Add 'strict' subpragma to 'use re'Karl Williamson2015-01-131-4/+7
* regcomp.c: Add 'strict' parameter to S_regclass()Karl Williamson2015-01-131-6/+17
* make re_intuit_string() return correct stringRostislav Skudnov2015-01-131-4/+5
* regcomp.c: Rmv no-longer-used macro and functionKarl Williamson2015-01-061-23/+1
* regcomp.c: Don't use general macroKarl Williamson2015-01-061-1/+1
* regcomp.c: Refactor as a result of [perl #123539]Karl Williamson2015-01-061-44/+55
* PATCH: [perl #123539] regcomp.c node overrun/segfaultKarl Williamson2015-01-061-1/+15
* check more carefully for empty negative lookaheadHugo van der Sanden2015-01-031-26/+3
* fix integer overflow in S_study_chunk().David Mitchell2014-12-311-1/+2
* fix integer overflow in S_study_chunk().David Mitchell2014-12-311-2/+5
* Empty \N{} in regex pattern should force /d to /uKarl Williamson2014-12-301-1/+2
* regcomp.c: comment and white-space changes onlyKarl Williamson2014-12-301-9/+7
* regcomp.c: Fix [_A-Z] for EBCDICKarl Williamson2014-12-301-0/+3
* regcomp.c: Replace dead code with NOT_REACHEDKarl Williamson2014-12-301-1/+1
* Add documentation for /n (non-capture) regexp flag.Matthew Horsfall2014-12-301-1/+1
* Add regex nodes for localeKarl Williamson2014-12-291-17/+44
* regcomp.c, regexec.c: Vertically align ternary operatorsKarl Williamson2014-12-291-5/+9
* Nits in commentsKarl Williamson2014-12-291-9/+9
* Support for nocapture regexp flag /nMatthew Horsfall (alh)2014-12-281-2/+4
* protect RExC_naughty changes behind macrosHugo van der Sanden2014-12-201-15/+27
* fix integer overflow in S_regpiece().David Mitchell2014-12-191-2/+4
* fix integer overflow in S_study_chunk().David Mitchell2014-12-191-1/+2
* fix integer overflow in S_study_chunk().David Mitchell2014-12-191-2/+5
* fix integer overflow in S_scan_commit().David Mitchell2014-12-191-2/+2
* make the EXACTF_invlist only when SCF_DO_STCLASSHugo van der Sanden2014-12-111-149/+162
* The format is not a literal but well defined.Jarkko Hietaniemi2014-12-091-0/+2
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-7/+7
* These functions are not used with ext/re.Jarkko Hietaniemi2014-12-061-20/+24
* make more use of NOT_REACHEDLukas Mai2014-11-291-10/+10
* Make /[\N{}-\N{}]/ match Unicodely on EBCDICKarl Williamson2014-11-241-26/+56
* Make a function to get PL_encoding's valueKarl Williamson2014-11-201-2/+2
* Make testing for PL_encoding into a macroKarl Williamson2014-11-201-6/+6
* PATCH: [perl #123198] Memory leak in regex in 5.20.1Karl Williamson2014-11-181-2/+3
* regcomp.c: Comment fixesKarl Williamson2014-11-011-3/+4
* silence new compiler warningDavid Mitchell2014-10-271-0/+1
* fix type incompatibilities between format strings/argsLukas Mai2014-10-261-5/+5
* [perl #122680] Omit <-- HERE marker from (?=){3} warningFather Chrysostomos2014-10-221-2/+5
* regcomp.c: isASCII should be isASCII_uniKarl Williamson2014-10-211-1/+1
* regcomp.c: EBCDIC fixKarl Williamson2014-10-211-1/+1
* regcomp.c: study_chunk(): Avoid unnecessary recursion.Yves Orton2014-10-201-24/+66
* regcomp.c: Add comment.Yves Orton2014-10-201-2/+4