This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re_intuit_start(): re-indent a block of code
[perl5.git] / t / re / pat.t
2014-02-04 Karl WilliamsonRevert "'use utf8' should imply /u regex matching"
2014-02-02 Karl Williamson'use utf8' should imply /u regex matching
2014-01-31 Karl Williamsonregcomp.c: Revert mistakenly changed line
2014-01-29 Father ChrysostomosFix crash with (??{undef *^R}) and (?{})
2014-01-20 Tony Cook[perl #121031] fix all of the other incorrect calls...
2014-01-11 Father Chrysostomost/re/pat.t: Keep minitest passing
2013-12-31 Karl WilliamsonChange \p{} matching for above-Unicode code points
2013-12-31 Karl Williamsonregcomp.c: Reinstate use of synthetic start class
2013-11-05 David MitchellRT #120446: /\Ga/ running slowly on long strings
2013-10-28 Father Chrysostomospat.t: suppress warning
2013-10-28 Father ChrysostomosDon’t assume *^R has a scalar
2013-10-28 Father Chrysostomos[perl #54044] Make PL_replgv refcounted
2013-09-07 Father ChrysostomosMake /@array/ handle nonexistent array elements
2013-08-25 Father ChrysostomosStop values from ‘sticking’ to @- and @+ elems
2013-08-13 Father Chrysostomos[perl #45667] Apply tests from #119125 in reverse
2013-08-12 SmylersTypo fix in comment
2013-08-01 Nicholas ClarkSet a large thread stack when running the regex tests...
2013-07-28 David Mitchellfix COW match capture optimisation
2013-07-28 David Mitchellregexec(): fix ganch and till settings
2013-07-28 David Mitchellfix intuit_start() with \G
2013-07-28 David Mitchelladd some basic floating /\G/ tests
2013-07-28 David Mitchellfix /.\G/ under threading
2013-06-25 Yves OrtonAdd tests for a backreference following a literal,...
2013-06-25 Yves OrtonFix rules for parsing numeric escapes in regexes origin/yves/for_karl_backrefs
2013-06-05 Dagfinn Ilmari Man... [perl #118297] Fix interpolating downgraded variables...
2013-05-02 Karl WilliamsonPATCH: [perl #117327]: Sequence (?#...) not recognized...
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2012-12-25 David Mitchell[perl #116148] Pattern utf8ness sticks around
2012-10-12 Karl Williamsonregexec.c: Fix EXACT node handling in regrepeat()
2012-08-12 Karl Williamsonregcomp.c: Set flags when optimizing a [char class]
2012-06-23 Yves Orton#101666: horrible regex parsing error error [sic]
2012-06-19 David Mitchelloverloading: make qr fallback to "" better
2012-06-13 David Mitchell"don't recompile pattern" check: account for UTF8
2012-06-11 Karl WilliamsonRequire space between regex and following alnum operator
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2012-05-22 Karl WilliamsonExperimentally add VT to \s definition
2012-05-21 Father Chrysostomos[perl #112184] Handle $^N in Perl_magic_set
2012-03-19 Karl Williamsonpat.t: Fix typo in comment
2012-02-29 Karl Williamsonre/pat.t: Remove obsolete comment
2012-02-29 Karl Williamson(?foo:...) loses passed in charset
2012-01-28 Yves OrtonFix bug #109206: ANCH_MBOL with while /.*/g
2012-01-28 Yves Ortonfix variable not shared warnings coming from the use...
2012-01-27 Father Chrysostomospat.t: Test that . overloading gets passed qr ref
2012-01-18 Father ChrysostomosDon’t crash on @a =~ // warning
2011-11-02 Karl WilliamsonPATCH: [perl #101710] Regression with /i, latin1 chars.
2011-10-01 Karl WilliamsonAdd tests for isIDFirst
2011-10-01 Karl Williamsonutf8.c: Don't invert beyond-Unicode code points
2011-03-20 Karl Williamsonregcomp.c: RT#77414. Initialize flag
2011-03-17 Karl WilliamsonRevert "re/pat.t: Remove TODO message on passing tests"
2011-03-12 Yves OrtonFix RT #84294 /((\w+)(?{print $2})){2,2}/ problem
2011-03-12 Yves OrtonAdd tests for RT #84294 /((\w+)(?{print $2})){2,2}...
2011-03-09 Karl Williamsonre/pat.t: Remove TODO message on passing tests
2011-03-08 Nicholas Clark4f890a3067e1198f missed qr// from t/re/pat.t in its...
2011-03-06 Nicholas ClarkMove two tests using charnames from t/re/pat.t to pat_r...
2011-03-05 Nicholas ClarkEliminate t/re/ReTest.pl. require './test.pl' directly...
2011-03-05 Nicholas ClarkMove setting $IS_ASCII and $IS_EBCDIC from ReTest.pl...
2011-03-05 Nicholas ClarkEliminate eval_ok() from ReTest.pl by inlining the...
2011-03-05 Nicholas ClarkRefactor some calls to eval_ok() into is(eval $foo...
2011-03-05 Nicholas ClarkAdd warning_is() in test.pl to replace may_not_warn...
2011-03-05 Nicholas ClarkEliminate must_die() from ReTest.pl, which is only...
2011-03-05 Nicholas ClarkMove the loading of %Config from ReTest.pl to the only...
2011-03-05 Nicholas ClarkPrune redundant blank lines.
2011-03-05 Nicholas ClarkEliminate iseq() from ReTest.pl by changing all callers...
2011-03-05 Nicholas ClarkEliminate nok() from ReTest.pl by refactoring all uses...
2011-03-05 Nicholas ClarkSlight tweaks to regexp tests so that they still produc...
2011-03-05 Nicholas ClarkUse $::TODO, instead of $TODO, and relying on use vars...
2011-03-05 Nicholas ClarkEliminate use of $::Message in t/re/pat.t
2011-03-03 Nicholas ClarkIn ReTest.pl's may_not_warn(), eliminate the use of...
2011-03-03 Nicholas ClarkEliminate the global override $DiePattern from t/re...
2011-03-02 Nicholas ClarkEliminate the global error override $Error from t/re...
2011-03-02 Nicholas ClarkSimplify pat.t by removing a loop over 2 items, which...
2011-01-27 Karl WilliamsonFix test count introduced by previous commit
2011-01-27 David Mitchelladd tests for #3516: \G in a m//g
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-12 Father ChrysostomosFix test count in t/re/pat.t
2010-12-12 Karl Williamsonre/pat.t: Add todo test for #38133
2010-12-04 Yves Ortonmake empty string regexp stringify to the same thing...
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-11-22 Karl Williamsonre/pat.t: Skip tests on EBCDIC
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-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-13 BramExtra tests for a regex followed by an operator or...
2010-08-25 AbigailTests for bug 77414
2010-08-23 Yves Ortonfix rt75680 - when working with utf8 strings one must...
2010-06-24 Yves Ortonwhen disabling regex implicit check string we must...
2010-05-08 Karl WilliamsonPATCH [perl #74978] dot after } breaks \N{}
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
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-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 Yves Ortonmove regex related tests out of t/op/ into t/re/