This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'release-5.29.2' into blead
[perl5.git] / t / re /
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Add tests for run-time
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Reorder a few tests
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Avoid a TEST crash if failure
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Add check no warnings generated
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Extract code into a function
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: White-space only
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Make sure returns true
2018-08-16 Karl WilliamsonFix script run bug '1' followed by Thai digit
2018-07-15 Karl WilliamsonFatalize some uses of unescaped '{' in patterns
2018-07-07 Karl WilliamsonPATCH: [perl #133348] BBC JE
2018-06-30 Karl WilliamsonPATCH: [perl #133311] BBC GRANTM/Encoding-FixLatin
2018-05-19 Karl WilliamsonPATCH: [perl #133185] Infinite loop in qr//
2018-04-20 Karl WilliamsonBring all Unicode property definitions into core
2018-04-17 Karl WilliamsonPATCH [perl #132164] regcomp.c: Don't try to increment...
2018-04-17 Karl Williamsonre/regexp_unicode_prop.t: Add test
2018-04-17 Karl Williamsont/re/reg_mesg.t: Add test for [perl #132055]
2018-04-17 Karl Williamsonheap-buffer-overflow
2018-04-17 Yves Ortonfix TRIE_READ_CHAR and DECL_TRIE_TYPE to account for...
2018-04-16 David MitchellRevert "S_regmatch: eliminate WHILEM_A_min paren saving"
2018-04-03 Karl WilliamsonPATCH: [perl #132167] Parse error in regex_sets
2018-03-07 David Mitchellfix line numbers in multi-line s///
2018-02-27 Karl Williamsont/re/regexp.t: Silence HP-UX warnings
2018-02-23 Karl WilliamsonPATCH: [perl #132900] Blead Breaks CPAN: FELIPE/Crypt...
2018-02-20 Karl WilliamsonAdd atomic script runs
2018-02-20 Karl WilliamsonFix skipping char in (*sr:...) defn
2018-02-20 Karl Williamsont/re/script_run.t: White space only
2018-02-20 Karl Williamsont/re/script_run.t: Tests for 'sr' form of (*script_run...
2018-02-19 David Mitchellmulticoncat: /$a(?{ $b . "c" })/ could crash
2018-02-19 Karl WilliamsonAdd alphabetic synonyms for regex assertions
2018-02-19 Karl WilliamsonChange syntax of script runs
2018-02-07 Yves Ortonfix perl #132630, dont try to fbm match past end of...
2018-01-31 Karl WilliamsonAn empty string is a script_run, but marked INVALID
2018-01-31 Karl WilliamsonisSCRIPT_RUN: A sequence of entirely Inherited chars...
2018-01-31 Karl WilliamsonFix bug in isSCRIPT_RUN with digit following unassigned
2018-01-31 Karl WilliamsonFix bug in script runs that start with Common
2018-01-30 Karl WilliamsonAdd ANYOFM regnode
2018-01-29 Karl WilliamsonFix bug in new [[:ascii:]] nodes
2018-01-29 Karl WilliamsonFix bug in t/re/regex_sets_compat.t
2018-01-19 Karl WilliamsonRaise deprecation for qr/(?foo})/
2018-01-17 Karl Williamsonre/pat_psycho.t: Allow override of watchdog timer count
2018-01-04 Karl WilliamsonScript Run: Scripts couldn't start with Common
2018-01-04 Karl WilliamsonScript runs: was swallowing next char in pattern
2017-12-25 Karl WilliamsonAdd script_run regex feature
2017-12-19 Karl Williamsont/re/reg_mesg.t: White-space only
2017-12-19 Karl Williamsont/re/reg_mesg.t: Test that death actually happens.
2017-12-19 Karl Williamsonreg_mesg.t: Move some tests to proper places
2017-12-19 Karl WilliamsonForbid literal \v in /[]/ under re strict, except under /x
2017-12-19 Karl Williamsonreg_mesg.t: Fix comment
2017-12-19 Karl Williamsonreg_mesg.t: Fix typo
2017-12-13 David Mitchellre_intuit_start()/S_reghop3(): don't go beyond end
2017-12-08 Yves Ortonswitch from _qq to _q in t/re/reg_mesg.t
2017-12-08 Zeframdelete duplicate _qq from test
2017-12-07 Yves Ortonfix #131649 - extended charclass can trigger assert
2017-12-07 Yves OrtonAvoid like in t/re/reg_mesg.t
2017-12-06 Tony Cookprevent integer overflow when compiling a regexp
2017-12-03 David Mitchellre_intuit_start(): skip too short variant utf8 pat
2017-11-11 Todd RinaldoReplace multiple 'use vars' by 'our' in t
2017-09-15 Nicolas Rtests - Use set_up_inc helper to set @INC
2017-09-10 Yves Ortonfix #132017 - OPFAIL insert needs to set flags to 0
2017-08-14 Tony Cook(perl #124368) make /foo/o; /$null/ act consistently
2017-07-13 Karl WilliamsonForbid above IV_MAX code points
2017-07-13 Karl Williamsont/re/pat_advanced.t: Revise some tests
2017-07-13 Karl WilliamsonRevert: Restrict code points to <= IV_MAX
2017-07-11 Karl Williamsont/re/pat_advanced.t: Fix test to work on EBCDIC
2017-06-18 Yves Ortonadd test for [perl #131522] and fix test for (related...
2017-06-16 David Mitchelldon't call Perl_fbm_instr() with negative length
2017-06-12 David Mitchellfix utf char > IV_MAX on 32-bit platforms
2017-06-07 Dagfinn Ilmari Man... Make setting ${^ENCODING} to a defined value fatal
2017-06-06 AbigailForbid out of range Unicode code points.
2017-06-01 Karl WilliamsonFatalize \N{}
2017-06-01 Karl Williamsont/re/pat_advanced.t: Prepare for fatal \N{}
2017-06-01 Karl WilliamsonMove tests to pat_advanced.t
2017-06-01 Karl Williamsonre/pat_advanced.t: Convert ok to like
2017-06-01 Karl WilliamsonRelax fatal circumstances of unescaped '{'
2017-06-01 Karl Williamsont/re/reg_mesg.t: Add override of warning default on/off
2017-06-01 Karl WilliamsonSlightly change -Dr output of regex ANYOF nodes
2017-04-18 Karl WilliamsonWorkaround for GNU Autoconf unescaped left brace
2017-02-20 Karl Williamsonre/fold_grind.t: Allow watchdog timeout to vary
2017-02-14 David Mitchellclear savestack on (?{...}) failure and backtrack
2017-02-14 David Mitchellfix pad/scope issue in re_evals
2017-02-14 Karl WilliamsonDon't try to compile a pattern known to be in error
2017-02-12 Sawyer XRevert "Deprecating the use of C<< \cI<X> >> to specify...
2017-02-12 Sawyer XRevert "Avoid triggering a deprecation warnings."
2017-02-06 Hugo van der Sanden[perl #129061] CURLYX nodes can be studied more than...
2017-02-06 Tony Cook(perl #129281) test for buffer overflow issue
2017-02-06 Hugo van der Sandenvi hints for pat.t
2017-02-01 David Mitchellavoid double-freeing regex code blocks
2017-02-01 Tony Cook(perl #130684) allocate enough space for the extra 'x'
2017-01-28 Yves Ortonsilence warnings from tests about impossible quantifiers
2017-01-27 Yves Ortonfix RT #130561 - recursion and optimising away impossib...
2017-01-24 David Mitchellbetter handle freeing of code blocks in /(?{...})/
2017-01-19 Karl WilliamsonFix bug with a digit range under re 'strict'
2017-01-19 Hugo van der Sanden[perl #129377] don't read past start of string for...
2017-01-17 AbigailAvoid triggering a deprecation warnings.
2017-01-16 AbigailDeprecating the use of C<< \cI<X> >> to specify a print...
2017-01-16 AbigailUnescaped left braces in regular expressions will be...
2017-01-13 Karl WilliamsonWarn on unescaped /[]}]/ under re strict
2017-01-13 Karl Williamsont/re/reg_mesg.t: Add new ability
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
next