This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / t / re / re_tests
2023-03-18 Yves Ortont/re/re_tests - fixup version for change
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-08 Yves Ortonmg.c - fix $+ combined with branch reset
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-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...
2022-07-09 Karl Williamsonqr/\K*/ now works without hanging; rmv check
2022-07-07 Karl WilliamsonAdd test for GH #8369
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 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-03-25 Hugo van der Sandengh19557: restore match_end on early bailout
2022-03-21 Hugo van der Sandengh17746: add missing check on hardcount
2022-02-23 Yves Ortonregex engine: Issue #19168 - Fix variable length lookbe...
2021-05-21 E. ChorobaAdd a regex test for changes in 1d8aafa
2021-01-20 Karl WilliamsonAllow blanks within and adjacent to {...} constructs
2021-01-20 Karl WilliamsonAllow empty lower bound in /{,n}/
2021-01-03 Karl Williamsonregexec.c: Fix assertion failure GH #18451
2020-09-22 Hugo van der Sanden[gh18096] assume worst-case for GOSUBs we don't analyse
2020-07-18 Karl Williamsont/re/re_tests: Fix misspelling in comment
2020-02-07 Yves Ortonregcomp.c: make \K+ and \K* illegal.
2020-01-23 Karl WilliamsonTest that a leading '_' is ok in \x{}, \o{}
2020-01-09 Yves OrtonFix Issue #17372 - Deal with NOTHING regops in trie...
2019-10-09 Karl Williamsont/re/re_tests: Skip ASCII-centric test for EBCDIC
2019-04-03 Karl WilliamsonPATCH: [perl #133978] BBC breaks Jcode
2019-03-28 Karl WilliamsonPATCH: [perl #133942] BBC: BKB/Lingua-JA-Moji
2019-03-18 Karl WilliamsonImplement variable length lookbehind in regex patterns
2019-03-14 Karl WilliamsonAllow qr'\N{...}'
2018-12-26 Karl WilliamsonRevamp qr/[...]/ optimizations
2018-11-16 Karl Williamsonre/re_tests: Add test
2018-10-31 Karl WilliamsonPATCH: [perl #133620] heap buffer overflow
2018-08-26 David Mitchelladd more /(?1)/ tests
2018-07-07 Karl WilliamsonPATCH: [perl #133348] BBC JE
2018-06-30 Karl WilliamsonPATCH: [perl #133311] BBC GRANTM/Encoding-FixLatin
2018-04-17 Yves Ortonfix TRIE_READ_CHAR and DECL_TRIE_TYPE to account for...
2018-04-16 David MitchellRevert "S_regmatch: eliminate WHILEM_A_min paren saving"
2018-02-23 Karl WilliamsonPATCH: [perl #132900] Blead Breaks CPAN: FELIPE/Crypt...
2018-01-29 Karl WilliamsonFix bug in new [[:ascii:]] nodes
2017-12-13 David Mitchellre_intuit_start()/S_reghop3(): don't go beyond end
2017-12-03 David Mitchellre_intuit_start(): skip too short variant utf8 pat
2017-06-01 Karl WilliamsonMove tests to pat_advanced.t
2017-02-14 Karl WilliamsonDon't try to compile a pattern known to be in error
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2016-12-12 Hugo van der Sanden[perl #130307] Correctly unwind on cache hit
2016-11-14 Dagfinn Ilmari Man... Fix error message for unclosed \N{ in regcomp
2016-10-20 Yves Ortonthe test for #129897 was missing the min-mod (?) on...
2016-10-19 Yves Ortonregexec.c: add comment and add a test
2016-10-19 Yves Ortonregexec.c: fix perl #129897: trie short circuit breaks...
2016-10-04 Hugo van der Sanden[perl #129350] anchored/floating substrings must be...
2016-08-24 David Mitchellre_untuit_start() avoid overshoot with utf8
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2016-06-18 Dan CollinsAdd tests for regex recursion
2016-03-25 Karl Williamsont/re/re_tests: Add missing \ escape to a test
2016-03-07 Karl WilliamsonAdd test for [perl #126405]
2016-02-19 Karl WilliamsonPATCH: [perl 127537] /\W/ regression with UTF-8
2016-02-03 David Mitchellsort(!) out CXt_NULL and CXp_MULTICALL
2016-01-19 Karl WilliamsonAdd qr/\b{lb}/
2015-10-22 Karl WilliamsonPATCH: [perl #126253] Nested quantifiers not caught
2015-10-22 Karl WilliamsonPATCH: [perl # 126178] Unterminated /(?i/
2015-10-19 Karl WilliamsonRemove TODOs from tests now passing
2015-10-19 Karl WilliamsonAdd TODO tests for [perl #126319]
2015-10-13 Karl WilliamsonFix \p followed by a non-alpha
2015-10-11 Karl WilliamsonAllow (#...) anywhere white space is under qr//x
2015-10-05 Yves Ortonfix perl #126186 make all verbs allow an optional arg
2015-10-05 Yves Ortonfix perl #126186 - (*ACCEPT) does not allow arguments
2015-10-05 Yves Ortonadd some tests for perl #126186
2015-10-04 Yves Ortonfix perl-126222 - (?!) OPFAIL optimization does work...
2015-10-04 Yves OrtonAdd a todo test for perl-126222
2015-08-24 Karl WilliamsonPATCH: [perl 125825] {n}+ possessive quantifier broken
2015-08-01 Karl Williamsonre/re_tests: Rmv comment
2015-04-09 Karl WilliamsonFix regression in 5.21: /[A-Z]/ai
2015-03-18 Karl WilliamsonFix qr'\N{U+41}' on EBCDIC platforms
2015-03-17 David Mitchellavoid infinite loop in re_intuit_start()
2015-03-06 Karl Williamsont/re/re_tests: Some tests are platform-specific
2015-02-09 Hugo van der Sanden[perl #123755] including unknown char in error requires...
2015-01-16 Karl Williamsonregcomp.c: Fix bug in /[A-Z]/i
2014-12-31 Karl WilliamsonEmpty \N{} in regex pattern should force /d to /u
2014-12-30 Karl Williamsonregcomp.c: Fix [_A-Z] for EBCDIC
2014-12-18 Father Chrysostomos[perl #123417] Allow lexer to parse \N{U+dotted.hex}
2014-11-06 Father Chrysostomos[perl #123135] Tests for utf8 %^N within match
2014-10-20 Father Chrysostomosre_tests: More tests for #122890
2014-10-20 Yves Ortont/re/re_tests: Add test for perl #122890
2014-10-20 Yves Ortont/re/re_tests: put comment in correct column
2014-10-04 Father ChrysostomosFix assertion failure/hang with / (?{(^{})/
2014-06-27 Karl WilliamsonPATCH: [perl #122090] Non-word-boundary doesn't match EOS
2014-06-25 Matthew HorsfallAdd a small test case for c445c5b
2014-05-30 Karl Williamsonregexec.c: Fix some EBCDIC problems
2014-05-07 Karl WilliamsonPATCH: [perl #121778]:BBC KAMIPO/autobox-String-Inflector
2014-03-24 David Mitchell[perl #121484] /m causing false negative
next