summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Special case /[UV_MAX]/Karl Williamson2012-08-251-0/+7
* regcomp.c: Optimization not valid for Latin Sharp SKarl Williamson2012-08-111-0/+2
* regcomp.c: Set flags when optimizing a [char class]Karl Williamson2012-08-111-1/+8
* re/re_tests: Correct Todo testKarl Williamson2012-08-111-1/+1
* Add some tests for [\N{}]Karl Williamson2012-08-111-0/+10
* regcomp.c: Fix \N{} multi-char fold buffer boundary bugKarl Williamson2012-08-022-2/+23
* regcomp.c: Fix multi-char fold bugKarl Williamson2012-08-021-3/+24
* mktables: Change \w definition to match new Unicode'sKarl Williamson2012-07-261-0/+5
* regcomp.c: Use POSIXA, NPOSIXAKarl Williamson2012-07-241-0/+4
* regcomp.c: Optimize [^\n] into \NKarl Williamson2012-07-241-0/+3
* re_tests: Add tests for [perl #114220]Karl Williamson2012-07-211-0/+7
* fix RT#114068 optimizer handles MEOL in middle of pattern improperlyYves Orton2012-07-131-0/+2
* reg_fold.t: Make test cases non-optimizable awayKarl Williamson2012-06-291-1/+5
* no_utf8_pm.t: Add blank between 'not' and 'ok' in .tKarl Williamson2012-06-291-1/+1
* #101666: horrible regex parsing error error [sic]Yves Orton2012-06-233-22/+21
* turns out we cant maike a jump trie that starts with a NOTHING regopYves Orton2012-06-231-0/+2
* reg_mesg.t: Add testsKarl Williamson2012-06-201-0/+4
* overloading: make qr fallback to "" betterDavid Mitchell2012-06-191-1/+51
* t/re/re_tests: Clarify commentKarl Williamson2012-06-171-1/+2
* regcomp.c: Warn and don't emit a NUL for e.g. /\87/Karl Williamson2012-06-171-0/+6
* fix paren unwinding with CURLYN, CURLYMDavid Mitchell2012-06-161-0/+6
* Properly restore PL_curcop after /(?{})/David Mitchell2012-06-151-1/+28
* propagate /msix and (?msix) etc flags into (??{})David Mitchell2012-06-131-0/+13
* test that code within /(?{})/ etc is optimisedDavid Mitchell2012-06-131-1/+21
* add tests for (?{ return foo })David Mitchell2012-06-131-0/+10
* un-TODO recursive split testDavid Mitchell2012-06-132-17/+1
* add test for /(??{exit})/David Mitchell2012-06-131-1/+7
* avoid 'unescaped left brace' warningsDavid Mitchell2012-06-131-2/+2
* add tests for $1 modified compiling code blockDavid Mitchell2012-06-131-1/+10
* add tests that (?{}) etc called in scalar contextDavid Mitchell2012-06-131-1/+11
* handle weird/undef (?{}), (??{}) return valueDavid Mitchell2012-06-131-1/+13
* remove invalid assertion in (??{}) return codeDavid Mitchell2012-06-131-1/+10
* propagate 'use re eval' into return from (??{})David Mitchell2012-06-131-1/+14
* save paren positions when running (?{}) codeDavid Mitchell2012-06-131-1/+83
* $+ and $^N not always correct on backtrackingDavid Mitchell2012-06-131-0/+14
* make calling of /(?{}) code blocks correctDavid Mitchell2012-06-132-30/+172
* pat_re_eval.t; test "use re 'eval'"David Mitchell2012-06-131-56/+100
* ensure regex evals report the right locationDavid Mitchell2012-06-131-1/+32
* Fix up runtime regex codeblocks.David Mitchell2012-06-132-6/+111
* improve skipping of regex [..] char class in tokerDavid Mitchell2012-06-131-1/+7
* skip re_eval leak test under -DmadDavid Mitchell2012-06-131-1/+5
* re-enable some threaded regex TODO testsDavid Mitchell2012-06-131-4/+4
* re/pat_re_eval.t: tidy some 'use re eval' testsDavid Mitchell2012-06-131-4/+14
* add tests for regex recompilationDavid Mitchell2012-06-131-0/+186
* force recompiling of regex where closures matterDavid Mitchell2012-06-132-34/+21
* pat_re_eval.t: reduce scope of 'use re eval'.David Mitchell2012-06-131-1/+10
* pat_re_eval.t: remove 'no warnings'David Mitchell2012-06-131-9/+6
* add more tests for embedded qr// and code blocksDavid Mitchell2012-06-131-1/+40
* preserve code blocks in interpolated qr//sDavid Mitchell2012-06-133-11/+48
* handle /$not_utf8(?{...})$utf8/David Mitchell2012-06-131-1/+11