summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Silence Win32 compiler warningsKarl Williamson2015-01-211-4/+4
* reg: avoid pointing past end of string on short DEFINEHugo van der Sanden2015-01-211-2/+2
* avoid C labels in column 0David Mitchell2015-01-211-2/+2
* regcomp.c: Add warnings under re 'strict'Karl Williamson2015-01-201-0/+27
* regcomp.c: Move #define, make a function always compiledKarl Williamson2015-01-201-8/+6
* regcomp.c: Add warnings under re 'strict'Karl Williamson2015-01-201-0/+53
* Add portablity warning for re 'strict'Karl Williamson2015-01-201-14/+19
* 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