summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* newSVpvn_flags().. is more efficient than sv_2mortal(newSVpvn(..))Richard Leach2021-11-291-4/+3
* Whitespace only: reindent #if 0 blockHugo van der Sanden2021-10-101-7/+7
* Add comments describing how PVLVs store REGEXPs by referenceNicholas Clark2021-09-261-0/+10
* regcomp.c: White-space onlyKarl Williamson2021-08-071-7/+7
* regcomp.c: Add comment; fix commentKarl Williamson2021-08-071-1/+46
* regcomp.c: Initialize a variableKarl Williamson2021-08-071-1/+1
* regcomp.c: Save a value instead of re-calling fcnKarl Williamson2021-08-071-2/+4
* regcomp.c: Add a clearer mnemonicKarl Williamson2021-08-071-26/+30
* regcomp.c: Move some code to within a blockKarl Williamson2021-08-071-3/+3
* regcomp.c: Consolidate duplicate codeKarl Williamson2021-08-071-17/+17
* regcomp.c: S_optimize_regclass() return 0 if failKarl Williamson2021-08-071-7/+13
* regcomp.c: Add some branch predictorsKarl Williamson2021-08-071-2/+2
* regcomp.c: Move some code out of unlikely #ifdefKarl Williamson2021-08-071-4/+5
* utf8.h: Add symbol for easing EBCDIC handlingKarl Williamson2021-08-071-5/+6
* regcomp: Save '&' instrs by casting to U8Karl Williamson2021-07-301-1/+1
* Create and use single_1bit_pos32()Karl Williamson2021-07-301-10/+1
* regcomp.c: Use existing macroKarl Williamson2021-07-251-1/+1
* Fix spelling: precedeFelipe Gasper2021-06-151-1/+1
* regcomp.c: commentsHugo van der Sanden2021-06-141-16/+14
* regcomp.c: White-space onlyKarl Williamson2021-06-141-512/+512
* regcomp.c: Fix typo in commentKarl Williamson2021-06-121-1/+1
* Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE)Paul "LeoNerd" Evans2021-06-021-1/+1
* gh18770: stop scanning for substrs after *COMMITHugo van der Sanden2021-06-011-6/+20
* regcomp.c: white-space; commentsKarl Williamson2021-05-311-268/+239
* Base *.[ch] files: Replace leading tabs with blanksMichael G Schwern2021-05-311-2615/+2615
* regcomp.c: Extract code from a too-large-functionKarl Williamson2021-05-311-140/+191
* [gh 17847] data->pos_delta should stick at infinityHugo van der Sanden2021-05-311-0/+1
* [gh 17847] avoid overflow on delta in study_chunkHugo van der Sanden2021-05-311-2/+14
* [gh 17847] Include data->pos_delta in #if'd-out diagnosticHugo van der Sanden2021-05-311-2/+3
* regcomp.c: Remove memory leakKarl Williamson2021-02-281-0/+7
* Hide Perl_regcurly in the re extensionCraig A. Berry2021-02-151-6/+8
* gh18515: fix special handling of specific split() patternsHugo van der Sanden2021-02-091-4/+8
* regcomp.c: White-space and commentsKarl Williamson2021-01-201-12/+15
* Allow blanks within and adjacent to {...} constructsKarl Williamson2021-01-201-24/+77
* perlre: Note the other forms of \k<name>Karl Williamson2021-01-201-2/+2
* regcomp.c: Further refactor \gKarl Williamson2021-01-201-14/+15
* regcomp.c: Refactor portions of \g parsingKarl Williamson2021-01-201-13/+39
* regcomp.c: Move initialization into declarationKarl Williamson2021-01-201-2/+2
* regcomp.c: Slight simplificationKarl Williamson2021-01-201-1/+1
* Allow empty lower bound in /{,n}/Karl Williamson2021-01-201-56/+11
* Point to error in malformed /x{y,z}/Karl Williamson2021-01-201-2/+2
* Revamp regcurly(), regpiece() use of itKarl Williamson2021-01-201-66/+159
* regcomp.c: Change names of 2 macros for mnemonicsKarl Williamson2021-01-201-2626/+2627
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-2631/+2631
* Don't define Perl_regcurly in re extensionCraig A. Berry2020-12-241-1/+2
* Remove empty "#ifdef"sTom Hukins2020-12-081-4/+0
* Restrict scope/Shorten some very long macro namesKarl Williamson2020-11-221-11/+0
* Move regcurly to regcomp.c (from inline.h)Karl Williamson2020-11-181-0/+24
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-1/+0
* don't croak when the \K follows the lookaround assertionTony Cook2020-11-041-23/+12