summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Create new regnode type ANYOFHKarl Williamson2022-07-101-27/+50
* regcomp.c: Change condition criteriaKarl Williamson2022-07-101-5/+4
* regex: White-space/comment onlyKarl Williamson2022-07-101-6/+8
* regex: Refactor a shared flagKarl Williamson2022-07-101-21/+21
* qr/\K*/ now works without hanging; rmv checkKarl Williamson2022-07-081-16/+6
* Revert "study_chunk: temporary underflow guard for scan_commit"Karl Williamson2022-07-071-2/+0
* regcomp.c: White-space, comment onlyKarl Williamson2022-07-051-2/+1
* regcomp.c: Move an assert()Karl Williamson2022-07-051-1/+1
* regex: Change some internal macro names for clarityKarl Williamson2022-07-031-21/+21
* regcomp.c: Init variables to avoid compiler msgKarl Williamson2022-07-011-2/+2
* Revert "regex: Add POSIXA1R node"Karl Williamson2022-07-011-96/+19
* regex: Add POSIXA1R nodeKarl Williamson2022-07-011-7/+96
* Convert '!!' to cBOOL()Karl Williamson2022-06-141-1/+1
* Change handy.h macro names to be C standard conformantKarl Williamson2022-06-121-55/+55
* Change handy.h macro names to be C standard conformantKarl Williamson2022-06-121-2/+2
* regcomp.c: Add ASSERTKarl Williamson2022-06-121-1/+2
* regexec.c: Handle Turkish locale if large ANYOF bitmapKarl Williamson2022-06-091-9/+21
* regex: Create a macro to avoid some #ifdef'sKarl Williamson2022-06-021-8/+1
* regcomp,regexec: Shorten #define nameKarl Williamson2022-06-021-14/+16
* Rename internal functionKarl Williamson2022-06-021-6/+6
* regcomp.c: Move loop declaration closer to useKarl Williamson2022-06-021-2/+1
* regcomp.c: Use mnemonic instead of what it evaluates toKarl Williamson2022-06-011-5/+6
* Make STRLENs() available to coreKarl Williamson2022-05-311-2/+0
* perlapi: Document re_compileKarl Williamson2022-05-191-1/+22
* regcomp.c - silence build warning under NO_TAINT_SUPPORTYves Orton2022-04-211-0/+2
* Make argument to S_is_invlist pointer to constDagfinn Ilmari Mannsåker2022-04-131-1/+1
* Make arguments to S_invlist_is_iterating and S_invlist_max be constTony Cook2022-04-131-4/+7
* Accept \p{nv=-0}Karl Williamson2022-04-081-0/+9
* regcomp.c: fix substring optimizer for ACCEPT inside of CURLYYves Orton2022-04-081-0/+5
* regcomp.c: With ACCEPT set stopmin even if no data struct presentYves Orton2022-04-081-4/+3
* regcomp.c: deal with stopmin and min properlyYves Orton2022-04-081-8/+14
* regcomp.c: minor blank line removal/insertion for clarityYves Orton2022-04-081-1/+1
* regcomp.c: reorder and comment S_study_chunk() internal varsYves Orton2022-04-081-13/+35
* regcomp.c: enhance S_debug_studydata to show min/stopmin/deltaYves Orton2022-04-081-15/+24
* regcomp.c: ACCEPT inside of a (...)+ should disable mandatory substringsYves Orton2022-04-081-0/+10
* Perl_reg_named_buff_fetch: simplify newSVsv(&PL_sv_undef)Richard Leach2022-04-041-1/+1
* Stop emitting the experimental::regex_sets warningKarl Williamson2022-03-191-4/+0
* Perl_newSV_type_mortal - new inline function introduced and usedRichard Leach2022-03-071-2/+2
* regcomp.c: Replace RExC_parse_inc() like exprs not using UTF with RExC_parse_...Yves Orton2022-03-041-4/+3
* regcomp.c: Replace `RExC_parse += 2` with RExC_parse_inc_by(2)Yves Orton2022-03-041-4/+4
* regcomp.c: Replace `RExC_parse += x` with RExC_parse_inc_by(x)Yves Orton2022-03-041-5/+5
* regcomp.c: Replace `RExC_parse += UTF ? UTF8_SAFE_SKIP(...) : 1` with RExC_pa...Yves Orton2022-03-041-19/+7
* regcomp.c: Replace `RExC_parse += (UTF) ? UTF8SKIP(RExC_parse) : 1` with RExC...Yves Orton2022-03-041-6/+6
* regcomp.c: Replace `RExC_parse += SKIP_IF_CHAR(...)` with RExC_parse_inc_if_c...Yves Orton2022-03-041-3/+3
* regcomp.c: Replace `RExC_parse += UTF8SKIP(RExC_parse)` with RExC_parse_inc_utf8Yves Orton2022-03-041-2/+2
* regcomp.c: Replace `RExC_parse = x` with RExC_parse_set(x)Yves Orton2022-03-041-56/+60
* regcomp.c: Replace `RExC_parse++` with RExC_parse_inc_by(1)Yves Orton2022-03-041-71/+76
* regcomp.c: Add utility macros to wrap mutations of RExC_parseYves Orton2022-03-041-0/+140
* regex_sets: Allow all legal flags in nested callsKarl Williamson2022-03-031-2/+2
* regcomp.c: add comment that last_close_opp is dangerousYves Orton2022-03-031-1/+4