summaryrefslogtreecommitdiff
path: root/t/op/pat.t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Compile (?{}) into a correct packageIlya Zakharevich1998-07-211-1/+14
* fix small memory leak when mess_sv happens to be touched by magicGurusamy Sarathy1998-07-211-1/+2
* make failed matches return empty list in list contextGurusamy Sarathy1998-07-191-3/+24
* merge changes#1423,1465 from maintbranch; checkin two missed filesGurusamy Sarathy1998-07-141-0/+2
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-4/+23
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-4/+43
* manually apply patch with a dependency on unapplied patchIlya Zakharevich1998-07-091-1/+1
* allow eval-groups in patterns only if they C<use re 'eval';>Gurusamy Sarathy1998-07-061-4/+14
* pat.t testsIlya Zakharevich1998-06-281-1/+17
* : Move REG_INFTY-dependent tests from op/regexp.tDominic Dunlop1998-06-281-2/+58
* Zero-length matching bugIlya Zakharevich1998-06-221-1/+17
* Test study/re/Ilya Zakharevich1998-06-221-1/+6
* Bugs with (?{}), $^R and many-to-many substIlya Zakharevich1998-06-111-1/+19
* 5.004_58, move intuition testsStephen Potter1998-02-201-1/+1
* [PATCH] 5.004_58: the locale.t problem in IRIXJarkko Hietaniemi1998-02-121-1/+26
* 5.004_56: Patch to Tie::Hash and docsIlya Zakharevich1998-02-061-5/+11