summaryrefslogtreecommitdiff
path: root/regcomp.h
Commit message (Expand)AuthorAgeFilesLines
* regcomp: Save '&' instrs by casting to U8Karl Williamson2021-07-301-1/+1
* regcomp.h: Add internal macroKarl Williamson2021-07-301-12/+13
* regcomp.h: Clarify commentKarl Williamson2021-06-121-1/+1
* regcomp.h: Fix typos in commentsKarl Williamson2021-05-281-2/+2
* speed up regex ops under DEBUGGING when -Dr not usedYves Orton2021-02-121-2/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-17/+17
* regcomp.h: Restrict scope of symbols to coreKarl Williamson2020-11-021-1/+2
* handy.h: Create nBIT_UMAX() macroKarl Williamson2020-07-171-1/+1
* handy.h: Create nBIT_MASK(n) macroKarl Williamson2020-07-171-5/+5
* Use dNOOP for otherwise empty declarationsKarl Williamson2020-04-261-3/+3
* regcomp.c: Rmv C undefined behaviorKarl Williamson2020-04-121-4/+3
* regcomp.h: Add macroKarl Williamson2020-03-181-0/+16
* regcomp.h: Combine two macros into oneKarl Williamson2020-03-111-13/+14
* Allow wildcard pattern debuggingKarl Williamson2020-03-051-1/+5
* regex: Change internal macro nameKarl Williamson2020-03-051-2/+2
* regcomp.h: remove redundant commentHugo van der Sanden2020-03-051-30/+0
* regcomp.h -reorder regexp_internal to close x86-64 alignment holesRichard Leach2020-03-021-1/+1
* regcomp.h: Use pre-existing macro to hide variableKarl Williamson2020-02-261-25/+25
* regcomp.sym: Add new regnode type for (?[])Karl Williamson2020-02-191-0/+19
* Move data for PL_InBitmap to charclass_invlists.hKarl Williamson2019-11-261-15/+0
* regcomp.h: Delete obsolote macroKarl Williamson2019-11-221-2/+0
* PATCH: gh #17319 SegfaultKarl Williamson2019-11-221-1/+1
* Add ANYOFHs regnodeKarl Williamson2019-11-201-0/+8
* regcomp.h: Fix up commentKarl Williamson2019-11-171-1/+1
* Add ANYOFR regnodeKarl Williamson2019-11-171-1/+5
* regcomp.h: Fix commentKarl Williamson2019-11-161-1/+1
* Change the names of some regnodesKarl Williamson2019-10-291-7/+7
* regex: Add LEXACT_ONLY8 node typeKarl Williamson2019-09-291-7/+13
* Add regnode LEXACT, for long stringsKarl Williamson2019-09-291-5/+37
* regcomp.h: Add commentsKarl Williamson2019-09-291-0/+9
* regcomp.h: Remove obsolete macroKarl Williamson2019-09-291-2/+0
* regcomp: Use new set macro to store a valueKarl Williamson2019-09-291-0/+2
* regcomp.h: Parenthesize param in macro expansionKarl Williamson2019-09-271-1/+1
* regcomp.h: Remove duplicate macro expansionKarl Williamson2019-09-271-1/+2
* Add ability to dump pre-optimized compiled patternKarl Williamson2019-08-261-9/+13
* regcomp.h: Use actual commit numberKarl Williamson2019-06-261-1/+2
* Add ANYOFHr regnodeKarl Williamson2019-06-261-0/+24
* PATCH: [perl #131551] Too deep regex compilation recursionKarl Williamson2019-03-171-0/+3
* regcomp.h: Rmv obsolete references to 'swash'Karl Williamson2019-03-131-13/+14
* regcomp.h: Fix typo in commentKarl Williamson2018-12-091-1/+1
* Provide header guards to prevent re-inclusionJames E Keenan2018-12-041-0/+6
* regcomp.h: Clarify commentsKarl Williamson2018-11-261-3/+3
* -Drv now turns on all regex debuggingKarl Williamson2018-11-161-24/+24
* regcomp.h: Delete duplicate macro defnKarl Williamson2018-11-161-2/+0
* Remove references to passes from regex compilerKarl Williamson2018-10-201-3/+0
* Remove sizing pass from regular expression compilerKarl Williamson2018-10-201-2/+1
* regcomp.c: Use regnode offsets during parsingKarl Williamson2018-10-201-22/+22
* regcomp.sym: Add lengths for ANYOF nodesKarl Williamson2018-10-201-21/+14
* regcomp.h: Swap struct vs typedefKarl Williamson2018-10-201-1/+1
* regcomp.h: Add some macrosKarl Williamson2018-10-201-4/+13