This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update t/porting/customized.dat for 5.37.7
[perl5.git] / t / re /
2022-11-02 Yves Ortonre/fold_grind.pl - rework so we don't double compile...
2022-10-18 Karl Williamsonpat_advanced.t: Cancel a watchdog timer
2022-09-11 Bramre/pat_advanced.t: remove `todo_skip` from test
2022-09-05 James E KeenanBlock lacked 'skip' condition; de-SKIP it
2022-08-24 Karl WilliamsonConsolidate PERL_TEST_TIME_OUT_FACTOR to watchdog()
2022-08-02 Paul "LeoNerd" EvansFix some unit tests to use new refcount_is() function
2022-07-30 Yves Ortontoke.c - consistently refuse octal digit vars, and...
2022-07-28 Karl WilliamsonFix GH #20009, pattern match panic
2022-07-27 Karl Williamsoncharset.t: Requires LC_ALL, LC_CTYPE to run
2022-07-27 Karl Williamsonregex_sets.t: Requires LC_ALL to run
2022-07-20 Loren Merrittpp_subst: optimize by not calling utf8_length
2022-07-17 Karl Williamsont/re/fold_grind: Use C locale if no LC_CTYPE
2022-07-17 Karl WilliamsonFix compiled pattern display under -Dr
2022-07-12 Karl Williamsonregex: Add optimizing regnode
2022-07-09 David Mitchellfix another panic from eval {} inside /(?{...})/
2022-07-09 Karl Williamsonqr/\K*/ now works without hanging; rmv check
2022-07-07 Karl WilliamsonAdd test for GH #8369
2022-07-01 Karl WilliamsonRevert "regex: Add POSIXA1R node"
2022-07-01 Karl Williamsonregex: Add POSIXA1R node
2022-06-20 David Mitchellfix panic from eval {} inside /(?{...})/
2022-06-06 Karl WilliamsonComprehensive charset.t tests
2022-04-08 Karl WilliamsonAccept \p{nv=-0}
2022-04-08 Yves Ortonregcomp.c: fix substring optimizer for ACCEPT inside...
2022-04-08 Yves Ortonregcomp.c: With ACCEPT set stopmin even if no data...
2022-04-08 Yves Ortonreg_mesg.t: check that ACCEPT in capturing variable...
2022-04-08 Yves Ortonre_tests: ACCEPT in UNLESSM variable negative lookbehind
2022-04-08 Yves Ortonre_tests: ACCEPT in IFMATCH: variable positive lookbehind
2022-04-08 Yves Ortonre_tests: ACCEPT inside of named capture accessed via...
2022-04-08 Yves Ortonre_tests: ACCEPT followed by UNLESSM fixed width negati...
2022-04-08 Yves Ortonre_tests: ACCEPT followed by IFMATCH fixed width pos...
2022-04-08 Yves Ortonre_tests: ACCEPT followed by SUSPEND
2022-04-08 Yves Ortonre_tests: ACCEPT with CURLYM optimization
2022-04-08 Yves Ortonregexec.c: make ACCEPT close logic handle SUCCEED/LOOKB...
2022-03-25 Hugo van der Sandengh19557: restore match_end on early bailout
2022-03-23 Karl Williamsonre/anyof.t: Add debugging info
2022-03-21 Hugo van der Sandengh17746: add missing check on hardcount
2022-03-19 Karl WilliamsonRemove use of experimental regex sets warnings
2022-03-19 Karl WilliamsonStop emitting the experimental::regex_sets warning
2022-03-06 Karl Williamsonreg_mesg.t: Wasn't testing what it purported to be
2022-03-03 Karl Williamsonregex_sets: Allow all legal flags in nested calls
2022-03-03 Yves Ortonregcomp.c: Reduce scope of experimental warnings with...
2022-02-23 Yves Ortonregcomp.c: consistent NOTHING/OPFAIL optimizations...
2022-02-23 Yves Ortonregex engine: Issue #19168 - Fix variable length lookbe...
2022-02-01 Yves OrtonTest for Issue #19250, assert fail with Debug=>ALL
2022-01-25 Paul "LeoNerd" EvansFix unit tests for experimental::builtin warnings
2021-12-08 Paul "LeoNerd" EvansUse builtin::weaken() in t/
2021-09-15 Karl Williamsont/re/fold_grind: Add a test case
2021-07-25 Karl Williamsonpat_advanced.t: EBCDIC fix
2021-06-01 Hugo van der Sandengh18770: stop scanning for substrs after *COMMIT
2021-05-21 E. ChorobaAdd a regex test for changes in 1d8aafa
2021-03-29 Karl Williamsonre/pat.t: Skip locale tests if no locales available
2021-02-11 Karl Williamsont/re/charset.t: Rmv unnecessary eval
2021-02-06 Karl WilliamsonPrepare reg_mesg.t for warnings enabled upon invocation
2021-01-20 Karl WilliamsonAllow blanks within and adjacent to {...} constructs
2021-01-20 Karl Williamsont/re/reg_mesg.t: Add two missing test cases
2021-01-20 Karl WilliamsonAllow empty lower bound in /{,n}/
2021-01-20 Karl WilliamsonPoint to error in malformed /x{y,z}/
2021-01-03 Karl Williamsonregexec.c: Fix assertion failure GH #18451
2020-12-24 Hugo van der SandenTest regexp optimizations for substrings
2020-12-24 Hugo van der SandenBetter skipping for regexp optimization tests
2020-12-24 Hugo van der SandenNo plan for regexp optimization tests
2020-12-24 Hugo van der SandenAllow comments in regexp optimization tests
2020-12-24 Hugo van der SandenAdd test harness for regexp optimization
2020-11-18 Karl Williamsonre/fold_grind.pl: Test a couple more code points
2020-11-16 Karl Williamsonpat_advanced.t: Simplify a test
2020-10-23 Karl WilliamsonFix GH #17278
2020-10-03 Hugo van der SandenIn tests, fix @INC before loading more stuff
2020-10-03 Christian Walde... forcibly check the timing of the regex/alarm test in...
2020-10-03 Samanta NavarroFix typos
2020-09-22 Hugo van der Sanden[gh18096] assume worst-case for GOSUBs we don't analyse
2020-08-09 Karl Williamsonregcomp.c: Don't allow \p{Is_Is_...}
2020-07-18 Karl Williamsont/re/re_tests: Fix misspelling in comment
2020-06-01 Hugo van der Sandenstudy_chunk: honour mutate_ok over recursion
2020-05-27 Karl Williamsont/re/speed.t: Adapt for sl-o-o-w boxes
2020-05-27 Karl Williamsont/re/pat_advanced.t: Adapt for sl-o-o-w boxes
2020-05-27 Karl Williamsonre/regexp_nonull.t: Skip if no APItest built
2020-05-27 Karl Williamsont/re/anyof.t: Adapt a test for EBCDIC
2020-05-27 Karl Williamsont/re/regexp.t: Fix to properly handle EBCDIC
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-04-29 Karl Williamsonregcomp.c: Fix named sequences in (?[...])
2020-04-29 Karl Williamsonregcomp.c: Avoid use after free
2020-04-23 Hugo van der Sandenregcomp: avoid overflow setting last_start_max
2020-04-23 Hugo van der Sandengh16947: avoid mutating regexp program only within...
2020-04-12 Hugo van der Sandenstudy_chunk: do not rewrite for trie while enframed
2020-04-05 Karl Williamsonregcomp.c: Die on relative group number overflow
2020-04-05 Karl Williamsonregcomp.c: Avoid a segfault
2020-04-05 Karl Williamsonregcomp.c: Rmv unnecessary code
2020-04-04 Karl Williamsonre/pat_advanced.t: Rmv extraneous line
2020-04-03 Karl Williamsonregcomp.c: Handle /ss\xdf/iaa properly
2020-02-20 Karl WilliamsonRestrict features in wildcards
2020-02-20 Karl Williamsont/re/reg_mesg.t: Emit diagnostics on some more failing...
2020-02-20 Karl WilliamsonImprove handling of nested qr/(?[...])/
2020-02-12 Karl WilliamsonAdd qr/\p{Name=...}/
2020-02-07 Yves Ortonregcomp.c: make \K+ and \K* illegal.
2020-01-27 Hugo van der Sandenregexec: don't increment recursion counter for non...
2020-01-23 Karl Williamson(toke|regcomp).c: Use common fcn to handle \0 problems
2020-01-23 Karl Williamsonregcomp.c: Code points above 255 are portable
2020-01-23 Karl WilliamsonRevise \o{ missing '}' error message
2020-01-23 Karl WilliamsonRestructure grok_bslash_[ox]
2020-01-23 Karl WilliamsonRestructure grok_bslash_c
next