This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Capitalise magic descriptions consistently
[perl5.git] / t / re /
2014-10-08 Jarkko HietaniemiSpecial test preambles needed for these.
2014-10-08 Jarkko HietaniemiTest preamble: explicit @INC, instead of unshift.
2014-10-08 Jarkko HietaniemiTest preamble: if requiring ./test.pl, needs chdir.
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-10-07 Karl WilliamsonFix EBCDIC-only bug with /[...]/
2014-10-07 Karl Williamson\N{...} now treated as literal for EBCDIC qr/[...]/
2014-10-07 Karl Williamsonre/pat.t: Add some EBCDIC tests
2014-10-07 Karl Williamsonreg_mesg.t: Add comments; remove trailing white-space
2014-10-04 Father ChrysostomosFix assertion failure/hang with / (?{(^{})/
2014-09-29 Karl WilliamsonTighten uses of regex synthetic start class
2014-09-29 Karl WilliamsonDeprecate multiple "x" in "/xx"
2014-09-26 Jarkko HietaniemiTru64: Skip tests that for some reason grind Tru64...
2014-09-25 Yves Ortonregcomp.c: fix fencepost error in vFAIL at end of pattern
2014-09-23 David Mitchellt/re/speed.t: adjust watchdog timeout
2014-09-22 David Mitchellcreate t/re/speed.t, t/re/speed_thr.t
2014-09-22 Jarkko HietaniemiNo re module if only miniperl built.
2014-09-14 Yves Ortonadd test for rt122747
2014-09-07 Karl WilliamsonAllow \N{named seq} in qr/[...]/
2014-09-07 Karl Williamsonregcomp.c: Refactor func so caller handles anomalies
2014-09-07 Karl WilliamsonPATCH: [perl #122671] Many warnings in regcomp.c can...
2014-09-07 Karl Williamsonrecomp.c: output given warning in only one pass
2014-09-03 Father Chrysostomosskip_all_without_unicode_tables
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
next