summaryrefslogtreecommitdiff
path: root/t/op/pat.t
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loopIlya Zakharevich1999-09-151-1/+6
* Fix interaction of (?p{}) and (?>)Ilya Zakharevich1999-09-091-1/+18
* POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-8/+1
* REx engine improvementsIlya Zakharevich1999-05-251-1/+15
* test failures with MIME-tools-4.122 and perl 5.005_55 Hugo van der Sanden1999-02-201-1/+5
* make testsuite somewhat location independentGurusamy Sarathy1999-02-121-1/+1
* Fix list-context //g with zero-length matchesIlya Zakharevich1999-02-071-1/+7
* Fixing \G bug by Francois DesarmenienIlya Zakharevich1999-01-191-1/+41
* Bugs in hairy interactions of feature in RExIlya Zakharevich1998-12-291-1/+8
* Change $#+Ilya Zakharevich1998-11-281-1/+6
* Finishing off SNOBOL: $1 in (?{})Ilya Zakharevich1998-11-281-1/+26
* applied suggested patch with PERL_OBJECT tweaksIlya Zakharevich1998-11-281-1/+48
* Fix \G in REx without //gIlya Zakharevich1998-11-281-1/+28
* Test #162 had been added but the "print 1..161" had not been updated.Jarkko Hietaniemi1998-10-151-1/+1
* force copy of substrings when matching against temporariesGurusamy Sarathy1998-10-131-0/+5
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-231-1/+22
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-1/+77