This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / t / re /
2024-01-13 Дилян Палаузовt/re/charset: spell the locale when setlocale() fails
2023-11-26 Karl WilliamsonFix read/write past buffer end: perl-security#140
2023-11-03 Elvin Aslanovt: Convert indirect syntax in tests
2023-10-11 Yves Ortonregexec.c - make find_byclass() work with (*SKIP) and...
2023-08-09 Karl Williamsonre/pat.t: Compute scalar just once
2023-07-03 Karl Williamsonre/pat.t: Fix typo in comment
2023-03-18 Yves Ortont/re/re_tests - fixup version for change
2023-03-14 Yves Ortont/re/pat.t - test that we can copy and then reuse ...
2023-03-14 Yves Ortonmg.c - add support for ${^LAST_SUCCESSFUL_PATTERN}
2023-03-13 Yves Ortonregcomp.c - extend REF to hold the paren it needs to...
2023-03-13 Yves Ortonregexec.c - incredibly inefficient solution to backref...
2023-03-13 Yves Ortonregexec.c - teach BRANCH and BRANCHJ nodes to reset...
2023-03-13 Yves Ortonregcomp.c - track parens related to CURLYX and CURLYM
2023-03-13 Yves Ortont/re/regexp.t - in skip_amp tests (via _noamp.t) do...
2023-03-08 Yves Ortonmg.c - fix $+ combined with branch reset
2023-02-20 Yves Ortonscope.c - rework SSGROW() and SSCHECK() macros and...
2023-02-20 Yves Ortonregexec.c - add assert and test for savestack overflow...
2023-02-08 Yves Ortonregcomp.c - remove (**{ ... }) from the regex engine
2023-01-27 Yves Ortonpp_hot.c - fix branch reset matches in list context
2023-01-19 Yves Ortonregcomp.c - add optimistic eval (*{ ... }) and (**...
2023-01-15 Yves Ortonregcomp_study.c - disable CURLYX optimizations when...
2023-01-15 Yves Ortonregcomp.c - increase size of CURLY nodes so the min...
2023-01-15 Yves Ortonregexec.c - fix accept in CURLYX/WHILEM construct.
2023-01-15 Yves Ortont/re/re_rests - extend test to show more buffers
2023-01-13 Yves Ortonregexec.c - avoid calling regrepeat when the max is 0
2023-01-12 Yves Ortonregcomp.c etc - rework branch reset so it works properly
2023-01-06 Yves Ortonregcomp.c - make sure CURLYM closes the capture buffer...
2023-01-06 Yves Ortonregcomp.c - in regdupe_internal() set up "in program...
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
next