summaryrefslogtreecommitdiff
path: root/regcomp.sym
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c - extend REF to hold the paren it needs to regcppushYves Orton2023-03-131-10/+10
* regex engine - simplify regnode structures and make them consistentYves Orton2023-03-131-8/+8
* regexec.c - make REF into a backtracking stateYves Orton2023-03-131-0/+1
* regexec.c - teach BRANCH and BRANCHJ nodes to reset capture buffersYves Orton2023-03-131-2/+2
* regcomp.c - track parens related to CURLYX and CURLYMYves Orton2023-03-131-4/+4
* regcomp.c - decompose into smaller filesYves Orton2022-12-091-5/+5
* regex engine - cleanup internal tabs and ws (use -w to ignore)Yves Orton2022-12-091-5/+5
* regen/regcomp.pl - add PL_regargvariesYves Orton2022-08-031-1/+1
* regex: Add optimizing regnodeKarl Williamson2022-07-121-0/+3
* Create new regnode type ANYOFHKarl Williamson2022-07-101-4/+4
* regcomp.sym: Add commentaryKarl Williamson2022-07-071-6/+6
* Revert "regex: Add POSIXA1R node"Karl Williamson2022-07-011-5/+0
* regex: Add POSIXA1R nodeKarl Williamson2022-07-011-0/+5
* regcomp.sym: Comment why no ANYOFRs node existsKarl Williamson2022-05-311-2/+14
* regex engine: Issue #19168 - Fix variable length lookbehind matchesYves Orton2022-02-231-0/+3
* regnodes.h: Add two convenience bit masksKarl Williamson2020-10-161-2/+3
* regcomp.sym: Make adjacent opcodes for 2 similar regnodesKarl Williamson2020-10-161-1/+2
* regcomp.sym: Update node commentsKarl Williamson2020-10-161-3/+3
* regcomp.sym: Reorder some entriesKarl Williamson2020-10-021-18/+20
* regcomp.sym: Add new regnode type for (?[])Karl Williamson2020-02-191-0/+2
* regcomp.sym: Add commentKarl Williamson2019-11-221-0/+10
* regcomp.sym: Simplify a couple regnode defnsKarl Williamson2019-11-221-2/+2
* PATCH: gh #17319 SegfaultKarl Williamson2019-11-221-1/+1
* Add ANYOFHs regnodeKarl Williamson2019-11-201-0/+1
* regcomp.sym: Add missing commasKarl Williamson2019-11-191-2/+2
* Add ANYOFRb regnodeKarl Williamson2019-11-171-1/+3
* Add ANYOFR regnodeKarl Williamson2019-11-171-0/+1
* regcomp.sym: Add detail to some node descriptionsKarl Williamson2019-11-141-10/+14
* Change the names of some regnodesKarl Williamson2019-10-291-3/+3
* regex: Add LEXACT_ONLY8 node typeKarl Williamson2019-09-291-0/+1
* Add regnode LEXACT, for long stringsKarl Williamson2019-09-291-0/+4
* regcomp.sym Update and improve descriptions of some nodesKarl Williamson2019-09-271-7/+7
* regen/regcomp.pl, regcomp.sym: CommentsKarl Williamson2019-09-271-4/+19
* regcomp.sym: Fix commentKarl Williamson2019-09-151-1/+1
* Add ANYOFHr regnodeKarl Williamson2019-06-261-0/+1
* regex: Add lower bound to ANYOFH nodes UTF-8 byteKarl Williamson2019-06-261-1/+1
* Use inRANGE for seeing if node is an ANYOFH typeKarl Williamson2019-06-261-0/+3
* regcomp.sym: Change regnode descriptionKarl Williamson2019-06-251-1/+1
* Split ANYOFH regnode into two typesKarl Williamson2019-05-311-1/+2
* regcomp.sym: Fix typo in commentKarl Williamson2019-05-241-1/+1
* regnodes.h: Change some regnodes' namesKarl Williamson2019-05-241-6/+6
* Add common UTF-8 first byte to ANYOFH regnodesKarl Williamson2019-03-201-1/+1
* Implement variable length lookbehind in regex patternsKarl Williamson2019-03-181-2/+2
* regnodes.h, perldebguts: Shorten some descriptionsKarl Williamson2019-03-141-10/+10
* regcomp.sym: Note specialized use of 'flags' in 2 OPsKarl Williamson2018-12-301-2/+2
* Add new regnode: ANYOFH, without a bitmapKarl Williamson2018-12-261-0/+1
* Remove ASCII/NASCII regnodesKarl Williamson2018-12-261-3/+0
* regcomp.c: Simplify handling of EXACTFish nodes with 's' at edgeKarl Williamson2018-12-261-5/+1
* Collapse regnode EXACTFU_SS into EXACTFUPKarl Williamson2018-12-261-1/+0
* Add regnode EXACTFUP, for problematicKarl Williamson2018-12-261-1/+1