This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
reinstate cpan/IO-Compress/Makefile.PL
[perl5.git] / t / re /
2014-12-01 Father ChrysostomosFix assertion failure with qr/\Q(?{})/
2014-11-30 Father ChrysostomosFix qr/@array(?{block})/
2014-11-21 Dagfinn Ilmari Man... Deprecate setting ${^ENCODING}
2014-11-14 Karl WilliamsonAdd warning message for locale/Unicode intermixing
2014-11-08 Jarkko Hietaniemiskip_all, not skip, if only miniperl.
2014-11-06 Father Chrysostomos[perl #123135] Tests for utf8 %^N within match
2014-11-02 Jarkko HietaniemiIn tests, 'use strict' etc after the @INC manipulation.
2014-11-02 Karl Williamsont/re/regexp.t: Properly handle \c?[ in regex_sets
2014-10-22 Father Chrysostomos[perl #122680] Omit <-- HERE marker from (?=){3} warning
2014-10-21 Karl Williamsont/re/regexp.t: Add ability to skip depending on platform
2014-10-21 Karl Williamsont/re/regexp.t: Generalize for non-ASCII platforms
2014-10-20 Father Chrysostomosre_tests: More tests for #122890
2014-10-20 Yves Ortont/re/re_tests: Add test for perl #122890
2014-10-20 Yves Ortont/re/re_tests: put comment in correct column
2014-10-20 Yves OrtonAdd test names to t/re/regexp.t and friends
2014-10-16 Jarkko Hietaniemirt122747.t needs Unicode tables.
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
next