summaryrefslogtreecommitdiff
path: root/t/op/pat.t
Commit message (Expand)AuthorAgeFilesLines
* More \p{In...} testing, combined with \N{...}.Jarkko Hietaniemi2001-06-081-1/+23
* Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.tJeff Pinyan2001-06-011-1/+59
* Remove the 'asciir' re subpragma. Should instead implementJarkko Hietaniemi2001-05-111-2/+0
* In character classes one couldn't have 0x80..0xff charactersJarkko Hietaniemi2001-04-291-5/+109
* Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/lengthJarkko Hietaniemi2001-04-181-1/+10
* Bad test numbering in integrate in #9677.Jarkko Hietaniemi2001-04-111-0/+2
* Integrate changes #9675,9676 from maintperl into mainline.Jarkko Hietaniemi2001-04-111-1/+26
* Integrate perlio:Jarkko Hietaniemi2001-03-281-0/+3
* Memory tweaks and notes for OEMVS.Nick Ing-Simmons2001-03-261-0/+1
* Re-integrate #9138 from maintperl to mainline,Jarkko Hietaniemi2001-03-181-3/+0
* Sarathy's clear_pmop patch with Radu Greab's fix,Jarkko Hietaniemi2001-03-181-18/+17
* NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.Jarkko Hietaniemi2001-03-181-5/+1
* Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'Nick Ing-Simmons2001-03-171-45/+51
* Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.Jarkko Hietaniemi2001-03-101-3/+11
* More UTF-8 test tweaks.Jarkko Hietaniemi2001-03-071-0/+2
* Major utf8 test reorganisation and rewrite.Jarkko Hietaniemi2001-03-071-1/+308
* Easier to outcomment all the three reset() tests for now.Jarkko Hietaniemi2001-03-061-17/+16
* Comment out the deadly reset; until the 20010301.005Jarkko Hietaniemi2001-03-061-1/+3
* Add matching tests currently failing in EBCDIC,Jarkko Hietaniemi2001-03-051-21/+38
* pattern in G_ARRAY contextJeff Pinyan2001-03-041-1/+8
* Retract #8970 because of a completely mysterious core dump:Jarkko Hietaniemi2001-03-011-42/+16
* Add back the EBCDIC character range tests (for matching).Jarkko Hietaniemi2001-03-011-16/+42
* Retract #8929,8930,8932,8933 for now.Jarkko Hietaniemi2001-02-251-27/+21
* (Retracted by #8395.)Jarkko Hietaniemi2001-02-251-21/+27
* Add a test for the "character range should match in EBCDICJarkko Hietaniemi2001-02-241-1/+22
* Misapplied regex optimizations when \C is present.Jarkko Hietaniemi2001-02-181-1/+54
* Not quite that many tests yet.Jarkko Hietaniemi2000-12-301-1/+1
* Add a test case for 20000731.001 which was fixed by the #8267.Jarkko Hietaniemi2000-12-301-1/+8
* Get the three different space character classes right under utf8.Jarkko Hietaniemi2000-12-011-3/+3
* lexicals not recognized in a run-time (?{})Jarkko Hietaniemi2000-11-201-1/+34
* Miraculous typo.Jarkko Hietaniemi2000-11-201-1/+2
* The first step in removing recursion from the REx engineIlya Zakharevich2000-11-201-2/+2
* Re: [ID 20001021.005] SEGV with regex match Hugo van der Sanden2000-10-231-1/+5
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* Add [[:blank:]] as suggested inJeffrey Friedl2000-08-181-1/+27
* @+, @- readonly (was Re: @<punct> interpolating in "")Mike Guy2000-08-141-1/+25
* Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialize...Hugo van der Sanden2000-08-111-1/+10
* Re: enhanced(?) regex error messages Hugo van der Sanden2000-08-081-5/+9
* Test cases for #6431.M. J. T. Guy2000-07-241-1/+10
* fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)Gurusamy Sarathy2000-04-241-1/+18
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-2/+2
* failed hunk in change#5644Gurusamy Sarathy2000-03-111-1/+1
* fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)Gurusamy Sarathy2000-03-111-0/+4
* /(?p{})/ changed to /(??{})/, per Larry's suggestion (fromGurusamy Sarathy2000-03-031-3/+3
* fix bug in backtracking optimizer (from Makoto IshisoneGurusamy Sarathy2000-02-191-1/+14
* stronger testcase for change#5126Gurusamy Sarathy2000-02-181-12/+37
* make /\S/ match the same things /[\S]/ matches; likewise forGurusamy Sarathy2000-02-181-1/+49
* Re: minimal m//g matches appear bustedIlya Zakharevich2000-01-051-1/+8
* Re: [ID 19991026.001] perl segmentation fault reportIlya Zakharevich1999-11-011-1/+6
* Re: Strange RE engine breakage in 5_61Ilya Zakharevich1999-10-051-1/+7