This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typos, POD errors, etc.
[perl5.git] / t / re / pat_advanced.t
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-09 Karl Williamsonre/pat_advanced.t: Fix a test so also runs on EBCDIC
2015-10-22 Karl WilliamsonAdd test for \b{sb}
2015-10-22 Karl Williamsont/re/pat_advanced.t: Add comment
2015-10-05 Yves Ortonfix perl #126186 make all verbs allow an optional arg
2015-09-29 Father ChrysostomosRemove experimental::lexical_topic warnings category
2015-09-29 Father ChrysostomosDisable lexical $_
2015-09-11 Karl WilliamsonPATCH: [perl #125990] panic: reg_node overrun
2015-08-19 Tony Cook[perl #125826] make the buffer large enough in TRIE_STO...
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-03-30 David Mitchellsave_re_context(): do "local $n" with no PL_curpm
2015-03-18 Karl Williamsonre/pat_advanced.t: Tighten test
2015-03-06 Karl Williamsonre/pat_advanced.t: EBCDIC fixes
2015-01-14 Karl Williamsont/charset_tools.pl: Improve function names
2014-12-29 Karl WilliamsonRaise warning on multi-byte char in single-byte locale
2014-12-19 Father ChrysostomosAlso allow /\N{}/
2014-12-18 Father Chrysostomos[perl #123417] Allow lexer to parse \N{U+dotted.hex}
2014-10-08 Jarkko HietaniemiSpecial test preambles needed for these.
2014-10-08 Jarkko HietaniemiTest preamble: explicit @INC, instead of unshift.
2014-09-07 Karl WilliamsonAllow \N{named seq} in qr/[...]/
2014-08-08 Karl WilliamsonPATCH: [perl #122460] Regression with (?{})(?=...)...
2014-07-03 David MitchellDeprecate /\C/
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-13 Karl WilliamsonAnother 'use encoding' issue
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-05-31 Karl WilliamsonCreate new testing helper file
2014-05-31 Karl WilliamsonPATCH: [perl #121777] User-defined prop and packages
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-07 Karl WilliamsonPATCH: [perl #121778]:BBC KAMIPO/autobox-String-Inflector
2014-01-20 Tony Cook[perl #121031] fix all of the other incorrect calls...
2013-12-08 Karl WilliamsonImprove comments
2013-12-08 Karl WilliamsonSilence core test Useless use of greediness modifier
2013-11-08 Father ChrysostomosMake _charnames comparison null-safe
2013-10-04 Karl WilliamsonUpgrade to Unicode 6.3
2013-09-24 Karl WilliamsonAdd some tests for the regex optimizer
2013-08-29 Karl Williamsonregcomp.c: In EBCDIC [i-j] exclude also ASCII
2013-08-15 Karl WilliamsonPATCH (partial) [perl #107816] Performance regression...
2013-08-02 James E KeenanRegression tests for 4 cases reported by Philip Hazel++.
2013-07-28 David Mitchellregexec(): use regtry(&s) not regtry(&startpos)
2013-07-01 Karl WilliamsonFix regex seqfault 5.18 regression
2013-05-27 Father Chrysostomospat_advanced.t: fix two tests
2013-05-27 Father ChrysostomosMake \N{ } deprecation warnings fatalizable
2013-05-27 Father ChrysostomosTurn \N{ } deprecation warnings on by default
2013-03-19 Nicholas ClarkTest that S_grok_bslash_N() copes if S_reg() restarts...
2013-02-20 Ricardo Signessuppress "experimental" warnings for my $_
2013-02-19 Rafael Garcia-SuarezSilence encoding.pm deprecation warnings in the core...
2013-01-20 Karl WilliamsonRevert "Deprecate literal unescaped "{" in regexes."
2013-01-19 Karl WilliamsonExtend strictness for qr/(?[ \N{} ])/
2013-01-04 Karl Williamsoncharnames: Deprecate character names with spacing issues
2012-12-31 Karl Williamsonlocale.t, pat_advanced.t: Remove TODOs
2012-12-31 Karl Williamsonre/pat_advanced.t: Add TODO test for recent regression
2012-12-27 Karl Williamsonpat_advanced.t: Add tests
2012-12-04 Father ChrysostomosDeprecate lexical $_
2012-11-11 Karl Williamsontoke.c: Don't force \N{} into utf8 unnecessarily
2012-11-11 Karl WilliamsonValidate above-Latin1 characters in \N{} aliases
2012-11-11 Karl WilliamsonMake \N{alias} deprecations fatal.
2012-10-06 Aaron CraneFix spurious "uninitialized value" warning in regex...
2012-09-08 David Mitchellstop $foo =~ /(bar)/g skipping copy
2012-08-26 Karl WilliamsonRevert "Experimentally Use Unicode 6.2 beta"
2012-08-26 Karl Williamsonregcomp.c: Special case /[UV_MAX]/
2012-08-12 Karl WilliamsonAdd some tests for [\N{}]
2012-08-02 Karl Williamsonregcomp.c: Fix \N{} multi-char fold buffer boundary bug
2012-08-02 Karl Williamsonregcomp.c: Fix multi-char fold bug
2012-06-13 David Mitchellun-TODO recursive split test
2012-06-08 Karl WilliamsonExperimentally Use Unicode 6.2 beta
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2012-04-23 Karl WilliamsonPATCH: [perl #112530] Panic with inversion lists
2012-03-20 Yves Orton[RT #111842] prevent TRIE overwriting EXACT following...
2012-03-19 AbigailAdd a TODO test for RT 111842
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...
next