This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fold_grind.t: Add comment
[perl5.git] / t / re /
2011-02-25 Karl Williamsonfold_grind.t: Add comment
2011-02-25 Karl Williamsonfold_grind.t: White space only
2011-02-25 Karl Williamsonfold_grind.t: Run every charset on non-folds
2011-02-25 Karl Williamsonfold_grind: fix comment
2011-02-23 David Mitchellt/re/fold_grind.t: slight speed up
2011-02-23 David Mitchellt/re/fold_grind.t: tidy up a bit
2011-02-23 David Mitchellmake t/re/fold_grind.t even faster
2011-02-23 David Mitchellmake t/re/fold_grind.t faster
2011-02-23 Nicholas ClarkSkip t/re/pat_{advanced,rt_report}.t under minitest...
2011-02-22 Karl Williamsoncharset.t: Skip locale tests if non locale
2011-02-22 Karl Williamsonfold_grind.t: Skip locale tests if wrong locale
2011-02-22 Karl Williamsonfold_grind.t: Don't use test numbers for todos
2011-02-22 Nicholas ClarkAllow t/re/regexp.t to conditionally skip tests on...
2011-02-22 Karl WilliamsonRevert "Revert "fold_grind.t: Test multi-char folds""
2011-02-21 Nicholas ClarkAdd skip_if_miniperl() to test.pl, and use it in op...
2011-02-21 Nicholas ClarkBreak out the test for #72922 into a new test file.
2011-02-21 Nicholas ClarkConvert t/re/re.t to use done_testing(), instead of...
2011-02-21 Nicholas ClarkAdd skip_all_if_miniperl() to test.pl, and use it in...
2011-02-21 Nicholas ClarkSkip reg_namedcapture.t when run by miniperl
2011-02-20 Ævar Arnfjörð Bjar... t/re/re.t: remove leftover diag() debugging in 94b03d7d
2011-02-20 Ævar Arnfjörð Bjar... Revert "fold_grind.t: Test multi-char folds"
2011-02-20 Karl WilliamsonAllow suffix form for /a /d /l /u
2011-02-20 Karl Williamsonregexec.c: Fix utf8 e.g. [\s] under locale
2011-02-19 Karl WilliamsonFix locale caseless matching and utf8
2011-02-19 Karl Williamsonre/fold_grind.t: Fix improper skipping test
2011-02-19 Karl Williamsonre/fold_grind.t: Improve debug diagnostic
2011-02-17 Karl Williamsonfold_grind.t: Shorten eval string so no overflow
2011-02-14 Karl Williamsonfold_grind.t: Test multi-char folds
2011-02-14 Karl WilliamsonAdd /aa regex modifier
2011-02-14 Karl Williamsonfold_grind.t: Fix comments
2011-02-14 Karl Williamsonfold_grind.t: use common subroutine
2011-02-14 Karl Williamsonfold_grind.t: comment fixes
2011-02-14 Karl Williamsonfold_grind.t: white space only
2011-02-10 Father Chrysostomos[perl #77692] substr causes panic: sv_len_utf8 cache...
2011-02-10 Karl WilliamsonFix up \cX for 5.14
2011-02-06 David Mitchellfix a s/non-utf8/is-utf8/ bit of nastiness
2011-02-02 Karl Williamsonregexp_unicode_prop.t: Add tests, refactor
2011-02-02 Karl Williamsonpat-advanced.t: Add new test
2011-02-02 Karl Williamsonregexp_unicode_prop.t: Comment nits
2011-01-27 Karl WilliamsonFix test count introduced by previous commit
2011-01-27 Karl Williamsonregex: \p{} in pattern implies Unicode semantics
2011-01-27 David Mitchelladd tests for #3516: \G in a m//g
2011-01-24 David Mitchellmake reg_eval_scope.t TODOs consistently fail
2011-01-18 Karl Williamsonregcomp: Disallow multi-char folds in lookbehind
2011-01-17 Karl WilliamsonAdd /a regex modifier
2011-01-17 Karl Williamsonre/charset.t: typo in comment
2011-01-17 Karl WilliamsonAdd plan() call to .t
2011-01-16 Karl WilliamsonDeliver t/re/charset.t
2011-01-16 Karl WilliamsonFix \xa0 matching both [\s] [\S], et.al.
2011-01-16 David Mitchellrestrict \p{IsUserDefined} to In\w+ and In\w+
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2011-01-03 Peter Martini[perl #45147] Issue with the exists function
2010-12-21 Tony Cookavoid emitting control characters in test comments
2010-12-21 Tony Cookmultiple watchdog()s in the one test script are meaningless
2010-12-18 Tony CookRe-order the tests to match the comment
2010-12-17 Karl Williamsonre.t: Use portable C locale
2010-12-17 Karl Williamsonre.t: Avoid encoding issues by using hex chars
2010-12-15 OtrsUseradd some tests for the regex flags u, d, and l
2010-12-12 Father ChrysostomosFix test count in t/re/pat.t
2010-12-12 Karl Williamsonre/pat.t: Add todo test for #38133
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/re/qr.t
2010-12-08 Father Chrysostomos[perl #66104] Bugs in extended regexp features
2010-12-05 Father ChrysostomosTo-do tests for abnormal exiting from (?{})
2010-12-05 Father ChrysostomosHideous to-do tests for (?{}) scoping issues
2010-12-04 Father ChrysostomosUn-TODO and un-SKIP the [perl #22354] tests
2010-12-04 Yves Ortonmake empty string regexp stringify to the same thing...
2010-12-02 Karl Williamsonre/fold_grind.t: Add tests for NREFFU, REFFU
2010-12-02 Karl Williamsonre/fold_grind.t: Refactor to test utf8 patterns.
2010-12-02 Karl Williamsonregcomp.c: utf8 pattern defaults to Unicode semantics
2010-12-02 Karl Williamsonre/reg_fold.t: use array size for test counts
2010-11-30 Nick Cleaton[perl #79152] super-linear cache can prevent a valid...
2010-11-28 Karl Williamsonreg_fold.t: Add tests for simple Latin1 folds
2010-11-28 Karl Williamsonreg_fold.t: Disable single char fold testing
2010-11-28 Karl Williamsonfold_grind.t: Enable EXACTish tests
2010-11-28 Karl Williamsonfold_grind.t: Make unicode semantics pattern differently
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-11-22 Karl Williamsonfold_grind.t: Only test [char classes]
2010-11-22 Karl Williamsonreg_fold.t: Don't duplicate fold_grind.t
2010-11-22 Karl WilliamsonAdd fold_grind.t
2010-11-22 Karl Williamsonre/pat.t: Skip tests on EBCDIC
2010-11-11 Karl WilliamsonPATCH: [perl #78994]: optimizer loses folding
2010-11-08 Karl Williamsonregexec.c: Don't give up on fold matching early
2010-11-03 Yves Ortonfix 68564: /g failure with zero-width patterns
2010-11-03 Yves Ortonfix the trie part of rt-78356
2010-11-03 Father Chrysostomoss///r leaks like a sieve
2010-11-03 Father ChrysostomosDon’t capitalise words in the middle of an error message
2010-11-02 Father ChrysostomosAdd test for rt-70998: qq{\x{30ab}} =~ /\xab|\xa9/...
2010-10-31 Karl Williamson[:posix:] now works under /u
2010-10-21 Karl Williamsonregcomp.c: /d not overriding /u
2010-10-21 Father ChrysostomosFix the test count in t/re/pat.t
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match /i nonutf8 self
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match non-utf8 self
2010-10-13 Nicholas ClarkAdd tests for the usage messages for Tie::Hash::NamedCa...
2010-10-13 Nicholas ClarkIn reg_nc_tie.t, use like() to get better diagnostics...
2010-09-29 Karl Williamsonre.t: Suppress warning
2010-09-29 Andrew RodlandAdd test against re-eval corrupting regexp state
2010-09-28 Karl Williamsonregcomp.c [perl #78058] qr/\18/ loops
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-21 Father Chrysostomos[perl #19078] wrong match order inside replacement
2010-09-20 Father ChrysostomosAdd missing bug numbers
next