summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix GH #17278Karl Williamson2020-10-231-5/+10
* perlapi: Add markupKarl Williamson2020-10-221-1/+1
* regcomp.c: Do some extra foldingKarl Williamson2020-10-161-4/+19
* regcharclass.h: multi-folds: Add some unfoldedsKarl Williamson2020-10-161-11/+5
* regcomp.c: SimplifyKarl Williamson2020-10-161-22/+7
* regcomp.c,regexec.c: SimplifyKarl Williamson2020-10-161-20/+5
* regcomp.c: SimplifyKarl Williamson2020-10-161-3/+3
* regcomp.c: Clarify commentKarl Williamson2020-10-161-6/+6
* regcomp.c: Zero width constructs shouldn't be SIMPLEKarl Williamson2020-10-151-3/+0
* regcomp.c: regpiece: swap order of conditionalsKarl Williamson2020-10-121-6/+6
* regcomp.c: regpiece: Move chunk of code for clarityKarl Williamson2020-10-121-16/+21
* regcomp.c: White-space onlyKarl Williamson2020-10-121-58/+59
* regcomp.c: regpiece(): Convert to a switch() stmtKarl Williamson2020-10-121-19/+28
* regcomp.c: regpiece(): More comments; white-spaceKarl Williamson2020-10-121-1/+9
* regcomp.c: regpiece(): Refactor two 'if'sKarl Williamson2020-10-121-24/+27
* regcomp.c: regpiece: Consolidate codeKarl Williamson2020-10-121-5/+5
* regcomp.c: Change label name; rmv extraneous gotoKarl Williamson2020-10-121-5/+3