summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* re/fold_grind.pl - rework so we don't double compile patternsYves Orton2022-11-022-14/+39
* pat_advanced.t: Cancel a watchdog timerKarl Williamson2022-10-181-0/+1
* re/pat_advanced.t: remove `todo_skip` from testBram2022-09-111-3/+1
* Block lacked 'skip' condition; de-SKIP itJames E Keenan2022-09-051-14/+14
* Consolidate PERL_TEST_TIME_OUT_FACTOR to watchdog()Karl Williamson2022-08-244-10/+4
* Fix some unit tests to use new refcount_is() functionPaul "LeoNerd" Evans2022-08-022-4/+4
* toke.c - consistently refuse octal digit vars, and allow ${10} under strict.Yves Orton2022-07-301-1/+29
* Fix GH #20009, pattern match panicKarl Williamson2022-07-281-0/+6
* charset.t: Requires LC_ALL, LC_CTYPE to runKarl Williamson2022-07-261-1/+1
* regex_sets.t: Requires LC_ALL to runKarl Williamson2022-07-261-0/+1
* pp_subst: optimize by not calling utf8_lengthLoren Merritt2022-07-201-1/+2
* t/re/fold_grind: Use C locale if no LC_CTYPEKarl Williamson2022-07-171-1/+5
* Fix compiled pattern display under -DrKarl Williamson2022-07-171-0/+2
* regex: Add optimizing regnodeKarl Williamson2022-07-121-36/+36
* fix another panic from eval {} inside /(?{...})/David Mitchell2022-07-091-1/+7
* qr/\K*/ now works without hanging; rmv checkKarl Williamson2022-07-081-3/+3
* Add test for GH #8369Karl Williamson2022-07-061-0/+1
* Revert "regex: Add POSIXA1R node"Karl Williamson2022-07-011-25/+25
* regex: Add POSIXA1R nodeKarl Williamson2022-07-011-25/+25
* fix panic from eval {} inside /(?{...})/David Mitchell2022-06-201-1/+10
* Comprehensive charset.t testsKarl Williamson2022-06-061-21/+110
* Accept \p{nv=-0}Karl Williamson2022-04-081-0/+3
* regcomp.c: fix substring optimizer for ACCEPT inside of CURLYYves Orton2022-04-082-0/+2
* regcomp.c: With ACCEPT set stopmin even if no data struct presentYves Orton2022-04-081-0/+6
* reg_mesg.t: check that ACCEPT in capturing variable length lookbehind warnsYves Orton2022-04-081-0/+6
* re_tests: ACCEPT in UNLESSM variable negative lookbehindYves Orton2022-04-081-0/+3
* re_tests: ACCEPT in IFMATCH: variable positive lookbehindYves Orton2022-04-081-0/+3
* re_tests: ACCEPT inside of named capture accessed via GOSUBYves Orton2022-04-081-0/+3
* re_tests: ACCEPT followed by UNLESSM fixed width negative lookbehindYves Orton2022-04-081-0/+2
* re_tests: ACCEPT followed by IFMATCH fixed width pos lookbehindYves Orton2022-04-081-0/+2
* re_tests: ACCEPT followed by SUSPENDYves Orton2022-04-081-0/+2
* re_tests: ACCEPT with CURLYM optimizationYves Orton2022-04-081-1/+8
* regexec.c: make ACCEPT close logic handle SUCCEED/LOOKBEHIND_END opcodesYves Orton2022-04-081-2/+42
* gh19557: restore match_end on early bailoutHugo van der Sanden2022-03-251-2/+4
* re/anyof.t: Add debugging infoKarl Williamson2022-03-231-0/+4
* gh17746: add missing check on hardcountHugo van der Sanden2022-03-211-0/+1
* Remove use of experimental regex sets warningsKarl Williamson2022-03-193-11/+9
* Stop emitting the experimental::regex_sets warningKarl Williamson2022-03-191-22/+3
* reg_mesg.t: Wasn't testing what it purported to beKarl Williamson2022-03-061-4/+15
* regex_sets: Allow all legal flags in nested callsKarl Williamson2022-03-032-0/+9
* regcomp.c: Reduce scope of experimental warnings with lookbehindYves Orton2022-03-031-5/+31
* regcomp.c: consistent NOTHING/OPFAIL optimizations for lookaroundYves Orton2022-02-231-1/+9
* regex engine: Issue #19168 - Fix variable length lookbehind matchesYves Orton2022-02-231-0/+19
* Test for Issue #19250, assert fail with Debug=>ALLYves Orton2022-02-011-0/+123
* Fix unit tests for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-251-0/+1
* Use builtin::weaken() in t/Paul "LeoNerd" Evans2021-12-081-2/+2
* t/re/fold_grind: Add a test caseKarl Williamson2021-09-151-0/+8
* pat_advanced.t: EBCDIC fixKarl Williamson2021-07-251-3/+3
* gh18770: stop scanning for substrs after *COMMITHugo van der Sanden2021-06-011-0/+5
* Add a regex test for changes in 1d8aafaE. Choroba2021-05-201-0/+1