This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: implement flock() emulation
[perl5.git] / t / re /
2015-09-13 Karl WilliamsonPATCH: [perl #125892] qr/(?[ ]) regression with '!'
2015-09-11 Karl WilliamsonPATCH: [perl #125990] panic: reg_node overrun
2015-09-06 David Mitchellre/speed.t: increase watchdog timeout
2015-09-03 Karl Williamsonre/regex_sets.t: Suppress $^W expected warnings
2015-08-24 Lukas Maitest implicit anchors using re.pm [perl #125810]
2015-08-24 Karl WilliamsonPATCH: [perl 125825] {n}+ possessive quantifier broken
2015-08-24 Karl WilliamsonMake qr/(?[ ])/ work in UTF-8 locales
2015-08-24 Karl WilliamsonPATCH: [perl #125805] Perl segfaults with a regex_sets...
2015-08-19 Tony Cook[perl #125826] make the buffer large enough in TRIE_STO...
2015-08-01 Karl Williamsonre/re_tests: Rmv comment
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-04-22 David Mitchells/.../$_++/ge assertion failure
2015-04-09 Karl WilliamsonFix regression in 5.21: /[A-Z]/ai
2015-03-30 David Mitchellsave_re_context(): do "local $n" with no PL_curpm
2015-03-20 Karl WilliamsonChange /(?[...]) to have normal operator precedence
2015-03-19 Karl Williamsont/re/pat_re_eval.t: Skip encoding tests on EBCDIC
2015-03-18 Karl WilliamsonFix qr'\N{U+41}' on EBCDIC platforms
2015-03-18 Karl Williamsonre/pat_advanced.t: Tighten test
2015-03-17 David Mitchellavoid infinite loop in re_intuit_start()
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
2015-03-06 Karl Williamsonregexp_unicode_prop.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/re/re_tests: Some tests are platform-specific
2015-03-06 Karl Williamsonre/reg_email.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/re/pat.t: Generalize for EBCDIC
2015-03-06 Karl Williamsont/re/pat_re_eval.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsonre/pat_advanced.t: EBCDIC fixes
2015-03-06 Karl Williamsont/re/regex_sets.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/re/fold_grind.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsonre/charset.t: Generalize for non-ASCII platforms
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-18 Hugo van der Sanden[perl #123852] avoid capture side-effects under noncapt...
2015-02-15 Hugo van der Sanden[perl #123843] fix SEGV reading data->flags
2015-02-15 Yves Ortonfix infinite loop in parsing backrefs in regex patterns
2015-02-15 Yves OrtonAdd a TODO test for not infinite looping during regex...
2015-02-13 David Mitchelladd some more tests for RT #123743
2015-02-10 Hugo van der Sanden[perl #123782] regcomp: check for overflow on /(?123)/
2015-02-10 David Mitchellsimpify and speed up /.*.../ handling
2015-02-09 Hugo van der Sanden[perl #123755] including unknown char in error requires...
2015-02-08 Jarkko Hietaniemitest skip under miniperl
2015-02-05 Karl Williamsonregcomp.c: Warn on [:^posix:] not being in []
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-20 Karl Williamsonregcomp.c: Add warnings under re 'strict'
2015-01-20 Karl Williamsonregcomp.c: Add warnings under re 'strict'
2015-01-20 Karl Williamsont/re/reg_mesg.t: Turn on $|
2015-01-20 Karl WilliamsonAdd portablity warning for re 'strict'
2015-01-20 Karl Williamsont/re/reg_mesg.t: Add support for only re 'strict' warnings
2015-01-20 Hugo van der Sandenintuit_more: no need to copy before keyword check
2015-01-16 Karl Williamsonregcomp.c: Fix bug in /[A-Z]/i
2015-01-16 Karl Williamsont/re/reg_mesg.t: Don't need to skip on EBCDIC
2015-01-14 Karl Williamsont/charset_tools.pl: Improve function names
2015-01-14 Karl WilliamsonUse more universal function in tests where makes sense
2015-01-13 Karl Williamsont/re/reg_mesg.t: White-space only
2015-01-13 Karl WilliamsonAdd 'strict' subpragma to 'use re'
2015-01-06 Karl WilliamsonPATCH: [perl #123539] regcomp.c node overrun/segfault
2015-01-04 Father Chrysostomosreg_nocapture.t: Skip %+ tests under miniperl
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-29 Karl WilliamsonRaise warning on multi-byte char in single-byte locale
2014-12-28 Matthew HorsfallAdd tests for stringification of regexps containing /n
2014-12-28 Matthew Horsfall... Support for nocapture regexp flag /n
2014-12-19 Father ChrysostomosAlso allow /\N{}/
2014-12-18 Father Chrysostomos[perl #123417] Allow lexer to parse \N{U+dotted.hex}
2014-12-11 Karl Williamsont/re/reg_eval_scope.t: Don't stress memory limit
2014-12-11 Karl Williamsont/re/pat_rt_report.t: Skip a test on os390
2014-12-01 Father ChrysostomosFix assertion failure with qr/\Q(?{})/
2014-11-30 Father ChrysostomosFix qr/@array(?{block})/
2014-11-21 Dagfinn Ilmari Man... Deprecate setting ${^ENCODING}
2014-11-14 Karl WilliamsonAdd warning message for locale/Unicode intermixing
2014-11-08 Jarkko Hietaniemiskip_all, not skip, if only miniperl.
2014-11-06 Father Chrysostomos[perl #123135] Tests for utf8 %^N within match
2014-11-02 Jarkko HietaniemiIn tests, 'use strict' etc after the @INC manipulation.
2014-11-02 Karl Williamsont/re/regexp.t: Properly handle \c?[ in regex_sets
2014-10-22 Father Chrysostomos[perl #122680] Omit <-- HERE marker from (?=){3} warning
2014-10-21 Karl Williamsont/re/regexp.t: Add ability to skip depending on platform
2014-10-21 Karl Williamsont/re/regexp.t: Generalize for non-ASCII platforms
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-20 Yves OrtonAdd test names to t/re/regexp.t and friends
2014-10-16 Jarkko Hietaniemirt122747.t needs Unicode tables.
2014-10-08 Jarkko HietaniemiSpecial test preambles needed for these.
2014-10-08 Jarkko HietaniemiTest preamble: explicit @INC, instead of unshift.
2014-10-08 Jarkko HietaniemiTest preamble: if requiring ./test.pl, needs chdir.
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-10-07 Karl WilliamsonFix EBCDIC-only bug with /[...]/
2014-10-07 Karl Williamson\N{...} now treated as literal for EBCDIC qr/[...]/
2014-10-07 Karl Williamsonre/pat.t: Add some EBCDIC tests
2014-10-07 Karl Williamsonreg_mesg.t: Add comments; remove trailing white-space
2014-10-04 Father ChrysostomosFix assertion failure/hang with / (?{(^{})/
2014-09-29 Karl WilliamsonTighten uses of regex synthetic start class
2014-09-29 Karl WilliamsonDeprecate multiple "x" in "/xx"
2014-09-26 Jarkko HietaniemiTru64: Skip tests that for some reason grind Tru64...
2014-09-25 Yves Ortonregcomp.c: fix fencepost error in vFAIL at end of pattern
2014-09-23 David Mitchellt/re/speed.t: adjust watchdog timeout
2014-09-22 David Mitchellcreate t/re/speed.t, t/re/speed_thr.t
2014-09-22 Jarkko HietaniemiNo re module if only miniperl built.
2014-09-14 Yves Ortonadd test for rt122747
2014-09-07 Karl WilliamsonAllow \N{named seq} in qr/[...]/
2014-09-07 Karl Williamsonregcomp.c: Refactor func so caller handles anomalies
2014-09-07 Karl WilliamsonPATCH: [perl #122671] Many warnings in regcomp.c can...
next