This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "[perl #77496] tied gets scalars and globs confused"
[perl5.git] / t / re /
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
2009-11-01 Bram via RT[PATCH] Todo test for [perl #38133] (was: [regex] backr...
2009-10-22 Ben MorrowLet SvRX(OK) recognise a bare REGEXP.
2009-10-19 Yves Ortonrevert to 5.8.x semantics for \s \w and \d
2009-10-05 Yves Ortonadd tests to make sure the \s and [\s] match the same...
2009-09-19 Yves Ortondropped a test by accident the last go, so ressurect...
2009-09-19 Yves Ortonsplit t/re/pat.t into new pieces
2009-09-19 Yves Ortoncopy pat.t into five new files
2009-09-18 Nicholas ClarkAvoid using lib.pm in miniperl's tests.
2009-09-13 Bo Borgersonsplit: Remove implicit split to @_
2009-09-10 Vincent PitUpdate some remaining comments that still point to...
2009-09-10 Vincent PitFix paths in threaded regexp tests
2009-09-10 Yves Ortonmissed a comment reference to t/op that should now...
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/