summaryrefslogtreecommitdiff
path: root/regcomp_study.c
Commit message (Expand)AuthorAgeFilesLines
* regcomp.h - use a common union for head and args across all regnodes.Yves Orton2023-03-291-20/+20
* regex engine - simplify regnode structures and make them consistentYves Orton2023-03-131-16/+16
* regcomp.c - add optimistic eval (*{ ... }) and (**{ ... })Yves Orton2023-01-191-9/+9
* regcomp_study.c - disable CURLYX optimizations when EVAL has been seen anywhereYves Orton2023-01-151-3/+12
* regcomp_study.c - Add a way to disable CURLYX optimisationsYves Orton2023-01-151-12/+16
* regcomp.c - decompose into smaller filesYves Orton2022-12-091-0/+3808