This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Unicode 6.1
[perl5.git] / t / re / pat_advanced.t
2012-02-04 Karl WilliamsonUnicode 6.1
2011-11-17 Michael G. SchwernAdd class_ok() and object_ok() to t/test.pl.
2011-11-10 Karl Williamsonutf8.c: Handle swashes at UV_MAX
2011-11-10 Karl Williamsonutf8.c: Fix swash handling under USE_MORE_BITS
2011-11-09 Karl Williamsonutf8.c: Make swashes work close to UV_MAX
2011-11-09 Karl Williamsonintrpvar.h: Increase size of variable that stores UTF8...
2011-11-09 Karl Williamsonpat_advanced.t: Display better names for a few tests
2011-05-18 Karl WilliamsonAssertion fails in multi-char regex match
2011-03-20 Karl Williamsonreg_namedseq: Restructure so doesn't duplicate code
2011-03-20 Nicholas ClarkAvoid warnings in pat_advanced.t in the logic for skipp...
2011-03-20 Nicholas ClarkSkip test in pat_advanced_thr.t as it triggers an unrel...
2011-03-20 Karl Williamsonpat_advanced.t: Bump watchdog timeout
2011-03-19 Karl WilliamsonStop hang in regex
2011-03-14 Karl Williamsonregcomp.c: utf8 pattern implies uni rules
2011-03-13 Nicholas ClarkMove t/re/reg_unsafe.t's test to a fresh_perl_is()...
2011-03-05 Nicholas ClarkNow that pat_{advanced,rt_report}.t use test.pl, use...
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 $::ordA from ReTest.pl, inlining its constant...
2011-03-05 Nicholas ClarkRefactor some calls to eval_ok() into is(eval $foo...
2011-03-05 Nicholas ClarkAdd warnings_like() in test.pl to replace must_warn...
2011-03-05 Nicholas ClarkAdd warning_like() in test.pl to replace some uses...
2011-03-05 Nicholas ClarkIn pat_advanced.t, refactor 6 calls to must_warn()...
2011-03-05 Nicholas ClarkAdd warning_is() in test.pl to replace may_not_warn...
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_advanced.t
2011-03-03 Nicholas ClarkSimplify the code for a group of tests in pat_advanced.t
2011-02-26 Karl Williamsonbleadperl breaks RCLAMP/Text-Glob
2011-02-25 Nicholas ClarkEliminate $::PatchId from t/re/*.t.
2011-02-23 Nicholas ClarkSkip t/re/pat_{advanced,rt_report}.t under minitest...
2011-02-02 Karl Williamsonpat-advanced.t: Add new test
2011-01-18 Karl Williamsonregcomp: Disallow multi-char folds in lookbehind
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-08-26 BramVERB nodes in the regex engine should NOT be marked...
2010-02-20 Karl WilliamsonPATCH: deprecation warnings for unreasonable charnames
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2009-12-20 Karl WilliamsonAllow U+0FFFF in regex
2009-11-22 Karl Williamsonmktables revamp
2009-10-19 Yves Ortonrevert to 5.8.x semantics for \s \w and \d
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