This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typos and nits in pods
[perl5.git] / t / re /
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
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-16 Karl WilliamsonFix /[\8]/ to not match NULL; give correct warning
2010-09-13 BramExtra tests for a regex followed by an operator or...
2010-09-13 BramAdd tests for 72922.
2010-09-02 AbigailFix test (see <20100901161607.GB2892@iabyn.com>)
2010-09-01 David MitchellCopy RE capture buf on overload as well as TEMP
2010-08-26 BramVERB nodes in the regex engine should NOT be marked...
2010-08-25 AbigailTests for bug 77414
2010-08-23 Yves Ortonfix rt75680 - when working with utf8 strings one must...
2010-08-19 AbigailAdded a test for bug #77084.
2010-08-13 Eric BrineFix untimely destruction introduced by lvalue ops ...
2010-08-13 Eric BrineTODO tests for untimely destruction introduced by lvalu...
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-18 Karl WilliamsonAdd tests for \400 for "" strings, s//replacement/
2010-07-18 Karl Williamson\400 -\777 now means the same thing in all d-quote
2010-07-18 Karl WilliamsonRemove extra blanks from t/re/re_tests, vim
2010-06-24 Yves Ortonwhen disabling regex implicit check string we must...
2010-05-30 Karl WilliamsonPATCH: [perl #75138] "\c`" -> " "
2010-05-29 Karl WilliamsonDisplay characters as Unicode for clarity
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-17 Karl Williamson[perl #41530] s/non-utf8/is-utf8/ fails.
2010-05-08 Karl WilliamsonPATCH [perl #74978] dot after } breaks \N{}
2010-05-08 Karl WilliamsonNote in comment that many \N{...} tests won't work...
2010-05-08 Karl WilliamsonComment where to find file's format
2010-04-15 Karl WilliamsonPATCH: [perl #72998] regex looping
2010-02-20 David MitchellunTODO some passing TODO tests in reg_fold.t
2010-02-20 Karl WilliamsonPATCH: deprecation warnings for unreasonable charnames
2010-02-20 Karl WilliamsonImprove handling of qq(\N{...}); and /x
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-14 Eric BrineRemoves 32-bit limit on substr arguments. The full...
2010-01-19 Father Chrysostomosfix qr// and get-magic problems
2010-01-18 Rafael Garcia-SuarezRevert "[perl #62646] Maximum string length with substr"
2010-01-15 Zefram[perl #62646] Maximum string length with substr
2010-01-05 Nicholas ClarkTie::Hash::NamedCapture::* shouldn't abort if passed...
2009-12-20 Karl WilliamsonAllow U+0FFFF in regex
2009-12-15 Karl Williamsonmore regex folding tests
2009-12-14 Father Chrysostomos[perl #70764] $' fails to initialized for pre-compiled...
2009-12-02 Nicholas ClarkEnsure that pp_qr returns a new regexp SV each time...
2009-11-28 Moritz LenzDocument backreferences to groups that did not match
2009-11-25 Karl Williamsonwrap uniprops.t; makefile changes for mktables
2009-11-24 Karl Williamsonmktables not run unless needed
2009-11-22 Rafael Garcia-SuarezFix plan syntax in TAP output
2009-11-22 Karl Williamsonmktables revamp
next