This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re/anyof.t: Add debugging info
[perl5.git] / t / re / anyof.t
2022-03-23 Karl Williamsonre/anyof.t: Add debugging info
2020-05-27 Karl Williamsont/re/anyof.t: Adapt a test for EBCDIC
2020-01-23 Karl WilliamsonRestructure grok_bslash_[ox]
2019-11-18 Karl WilliamsonAdd ANYOFRb regnode
2019-11-18 Karl WilliamsonAdd ANYOFR regnode
2019-11-18 Karl Williamsont/re/anyof.t: Add a test
2019-11-18 Karl WilliamsonPrefer EXACTish regnodes to ANYOFH nodes
2019-11-17 Karl Williamsont/re/anyof.t: Fix highest range tests
2019-11-17 Karl Williamsont/re/anyof.t: Remove duplicate test
2019-11-17 Karl Williamsont/re/anyof.t: Remove invalid test
2019-11-17 Karl Williamsonre/anyof.t: Clarify failing message
2019-10-30 Karl WilliamsonChange the names of some regnodes
2019-09-15 Karl Williamsont/re/anyof.t: Fix test names
2019-06-26 Karl Williamsonregex: Add lower bound to ANYOFH nodes UTF-8 byte
2019-05-31 Karl WilliamsonSplit ANYOFH regnode into two types
2019-03-20 Karl WilliamsonAdd common UTF-8 first byte to ANYOFH regnodes
2019-02-15 Karl WilliamsonMove \p{user-defined} to core from utf8_heavy.pl
2019-02-05 Karl WilliamsonAdd Turkish locale handling to /i pattern matching
2019-02-05 Karl Williamsonregcomp.c: Under /l any < 256 char can match any other
2019-02-05 Karl Williamsonregcomp.c: Fix recent optimization of [...] bug
2018-12-26 Karl WilliamsonChange length-1 ASCII fold pairs to ANYOFM regnodes
2018-12-26 Karl WilliamsonAdd new regnode: ANYOFH, without a bitmap
2018-12-26 Karl WilliamsonRevamp qr/[...]/ optimizations
2018-12-26 Karl Williamsont/re/anyof.t: Sort tests; remove dups
2018-12-25 Karl Williamsonre/anyof.t: Extract code into a function
2018-12-25 Karl Williamsont/re/anyof.t: Add capability to utf8::upgrade()
2018-12-25 Karl Williamsont/re/anyof.t: Add 'strict', 'warnings' pragmas
2018-12-07 Karl Williamsont/re/anyof.t: Remove duplicate test case
2018-12-07 Karl WilliamsonUse consistent spelling in qr// dumping
2018-11-17 Karl WilliamsonAdd regnode NANYOFM
2018-11-16 Karl WilliamsonFind optimizations for /[[:posix:]]/a
2018-10-20 Karl Williamsonregcomp.c: Generate new regnode for /[[:posix:]]/l
2018-01-30 Karl WilliamsonAdd ANYOFM regnode
2017-09-15 Nicolas Rtests - Use set_up_inc helper to set @INC
2017-06-01 Karl WilliamsonSlightly change -Dr output of regex ANYOF nodes
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2016-07-16 Karl Williamsont/re/anyof.t: add tests for ranges
2016-07-16 Karl Williamsonregcomp.c: Refactor code dealing with m/[...]/d
2016-07-16 Karl Williamsonregcomp.c: Improve -Dr output
2016-07-16 Karl Williamsonregcomp.c: Improve -Dr output
2016-07-16 Karl Williamsonanyof.t: Add tests for previous commit
2016-07-16 Karl WilliamsonAdd t/re/anyof.t