This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
move Test dist from ./cpan to ./dist
[perl5.git] / t / re /
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosSkip uniprops.t under miniperl; add error checking
2014-09-03 Father ChrysostomosSkip t/re/regexp.t under miniperl unless uni tables...
2014-09-03 Father ChrysostomosSkip t/re/regex_sets.t under miniperl unless uni tables...
2014-09-03 Father ChrysostomosGet t/re/subst.t working under minitest
2014-09-03 Father ChrysostomosSkip t/re/reg_mesg.t under miniperl unless uni tables...
2014-09-03 Father ChrysostomosSkip t/re/pat.t under miniperl unless uni tables exist
2014-09-03 Father ChrysostomosGet t/re/charset.t working under minitest
2014-09-03 Father ChrysostomosGet rxcode.t working under minitest
2014-09-03 Father ChrysostomosGet reg_eval_scope.t working under minitest
2014-09-03 Father ChrysostomosGet pat_re_eval.t working under minitest
2014-09-02 Father ChrysostomosAdd test for \p{} failing silently
2014-09-01 Karl WilliamsonPATCH: [perl #122655] 5.20 regression: '"X" !~ /[x]/i'
2014-08-28 Father Chrysostomosuniprops.t: Correct command line in comment
2014-08-24 Father ChrysostomosPartial minitest fix-up
2014-08-15 Karl Williamsonreg_posixcc.t: display chr(\\xXX) should be chr(0xXX)
2014-08-10 Father Chrysostomos[perl #122498] Odd error message from m/(?(??{}))/
2014-08-08 Karl WilliamsonPATCH: [perl #122460] Regression with (?{})(?=...)...
2014-07-25 Brian Frasert/re/subst.t: Proper skip for systems without locale
2014-07-03 David MitchellDeprecate /\C/
2014-06-28 Jarkko Hietaniemiskip works only with SKIP.
2014-06-27 Karl WilliamsonPATCH: [perl #122090] Non-word-boundary doesn't match EOS
2014-06-25 Matthew HorsfallAdd a small test case for c445c5b
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-06-18 Karl Williamsont/re/pat_advanced.t: Remove a 'use encoding'
2014-06-18 Karl WilliamsonRevert the removal of 'use encoding'
2014-06-16 Karl WilliamsonPATCH: [perl #122029] BBC KAWASAKI/Encode-JP-Emoji
2014-06-16 Karl Williamsont/re/pat_advanced.t: Add comment
2014-06-16 Dagfinn Ilmari Man... [perl #122110] [PATCH] Remove left-over mad cruft
2014-06-13 Karl WilliamsonAnother 'use encoding' issue
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2014-05-31 Karl WilliamsonCreate new testing helper file
2014-05-31 Karl WilliamsonUse already existing functions in some .t files
2014-05-31 Karl WilliamsonPATCH: [perl #121777] User-defined prop and packages
2014-05-30 Karl Williamson/x in patterns now includes all \p{PatWS}
2014-05-30 Karl WilliamsonDeprecate NBSP in \N{...} names
2014-05-30 Karl WilliamsonFix bug where charnames xlator doesn't return utf8
2014-05-30 Karl WilliamsonFatalize deprecated \N{} definitions
2014-05-30 Karl WilliamsonFatalize splitting '(?' and '(*' in regexes
2014-05-30 Karl Williamsonregexec.c: Fix some EBCDIC problems
2014-05-30 Karl Williamsont/re/charset.t: Fix comment, test names
2014-05-28 Jarkko HietaniemiOff-by-one in PL_fold_locale use.
2014-05-07 Karl WilliamsonPATCH: [perl #121778]:BBC KAMIPO/autobox-String-Inflector
2014-03-24 David Mitchell[perl #121484] /m causing false negative
2014-03-19 David Mitchellre_intuit_start(): use better limit on anch float
2014-03-19 David Mitchellre_intuit_start(): reduce scope of /^...$/m test
2014-03-19 David Mitchellre_intuit_start(): don't set ml_anch on BOL
2014-03-16 David Mitchellre_intuit_start(): fix byte/char calculation err
2014-03-16 David Mitchelladd test for a code path in intuit_start()
2014-02-25 Yves OrtonFix RT #121321 - Fencepost error causes infinite loop...
2014-02-24 Yves Ortonfix RT #121299 - Inconsistent behavior with backreferen...
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-02-14 David Mitchellre_intuit_start(): fix SEGV in /^../m code
2014-02-08 David Mitchellre_intuit_start(): don't decrease other_last
2014-02-08 David Mitchellre_intuit_start(): don't decrease rx_origin
2014-02-07 David Mitchellre_intuit_start(): fix another utf8 slowdown
2014-02-07 David Mitchelltest for single-line ^ within /m
2014-02-07 David MitchellRT#120692 slow intuit with long utf8 strings
2014-02-07 David Mitchellregcomp utf8 len cache panic
2014-02-06 Karl WilliamsonMake a literal "{" fatal after \b and \B in regexes
2014-02-06 Karl WilliamsonAdd tests
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
2014-02-04 Karl WilliamsonRevert "'use utf8' should imply /u regex matching"
2014-02-03 Karl WilliamsonPATCH [perl #121144]: \S, \W, etc fail for above ASCII
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-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-27 Karl Williamsonfold_grind.t: Use LC_CTYPE, not LC_ALL
2014-01-25 Yves Ortonresolve bug 121070 - preserve $^R after successful...
2014-01-22 Karl Williamsonreg_posixcc.t: Improve test names
2014-01-22 Karl WilliamsonComments, white-space
2014-01-20 Tony Cook[perl #121031] fix all of the other incorrect calls...
2014-01-17 Father ChrysostomosSkip t/re/uniprops.t under PERL_DEBUG_READONLY_COW
2014-01-11 Father Chrysostomost/re/pat.t: Keep minitest passing
2014-01-09 Karl Williamsont/re/charset.t: Better test descriptions
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-12-20 Father ChrysostomosFix string corruption with (??{}) and PERL_NO_COW
2013-12-16 Karl WilliamsonAdd comments that re tests can be commented in col 7
2013-12-16 Karl WilliamsonPATCH: [perl #120799] 5.18 regression with [:^ascii...
2013-12-08 Karl WilliamsonImprove comments
2013-12-08 Karl WilliamsonSilence core test Useless use of greediness modifier
2013-12-07 Karl WilliamsonPATCH: [Perl #42957] Suggesting warning for useless...
2013-11-25 Father ChrysostomosTest that (??{$pvlvregexp}) does not recompile the...
2013-11-25 Father ChrysostomosReënable qr caching for (??{}) retval where possible
2013-11-25 Father ChrysostomosDon’t cache qr magic on references
2013-11-25 Father ChrysostomosMake (??{$tied_ovrld}) see the right $1
2013-11-24 Father ChrysostomosDon’t skip pat_re_eval.t under miniperl
2013-11-24 Father ChrysostomosFix bug with (??{$overload}) regexp caching
2013-11-22 Yves OrtonFix RT #120600: Variable length lookbehind is not variable
2013-11-19 Father ChrysostomosMove <-- HERE arrow for ‘Switch condition not recognized’
2013-11-18 Father ChrysostomosFix ‘panic: memory wrap’ in reg_scan_name
2013-11-18 Father ChrysostomosRequire closing paren for (?&...
2013-11-14 Father ChrysostomosDon’t skip t/re/reg_eval_scope.t under miniperl
2013-11-08 Father ChrysostomosMake _charnames comparison null-safe
2013-11-05 David MitchellRT #120446: /\Ga/ running slowly on long strings
2013-10-31 Karl WilliamsonFix broken qr/ \N* /x
2013-10-28 Father Chrysostomospat.t: suppress warning
next