summaryrefslogtreecommitdiff
path: root/t/op/pat.t
Commit message (Collapse)AuthorAgeFilesLines
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
| | | | | | | | so that we simply can't pick up stuff from other Perls than the one we are testing. Pointed out by Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk> p4raw-id: //depot/perl@6874
* Add [[:blank:]] as suggested inJeffrey Friedl2000-08-181-1/+27
| | | | | | | | | | | | | | Subject: [ID 20000716.024] [=cc=] / [:blank:] Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com> (the [=cc=] has already been taken care of by #6439 so the whole bug report can be closed) and make [[:space:]] to be equivalent to isspace(3) (as opposed to \s, which is isSPACE()). The difference is that now [[:space:]] matches the mythical vertical tab, while \s doesn't. p4raw-id: //depot/perl@6703
* @+, @- readonly (was Re: @<punct> interpolating in "")Mike Guy2000-08-141-1/+25
| | | | | Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6615
* Re: [ID 20000809.005] trouble with long string and /m modifier - ↵Hugo van der Sanden2000-08-111-1/+10
| | | | | | | uninitialized value Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk> p4raw-id: //depot/perl@6591
* Re: enhanced(?) regex error messages Hugo van der Sanden2000-08-081-5/+9
| | | | | | | Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk> plus Capitalize the error messages, plus perldiag them. p4raw-id: //depot/perl@6546
* Test cases for #6431.M. J. T. Guy2000-07-241-1/+10
| | | | | | Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../) Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6432
* fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)Gurusamy Sarathy2000-04-241-1/+18
| | | p4raw-id: //depot/perl@5931
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-2/+2
| | | p4raw-id: //depot/perl@5712
* failed hunk in change#5644Gurusamy Sarathy2000-03-111-1/+1
| | | | | p4raw-link: @5644 on //depot/perl: 96776eda41a10f1802094966189301751fcdd558 p4raw-id: //depot/perl@5645
* fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)Gurusamy Sarathy2000-03-111-0/+4
| | | p4raw-id: //depot/perl@5644
* /(?p{})/ changed to /(??{})/, per Larry's suggestion (fromGurusamy Sarathy2000-03-031-3/+3
| | | | | Simon Cozens <simon@othersideofthe.earth.li>) p4raw-id: //depot/perl@5467
* fix bug in backtracking optimizer (from Makoto IshisoneGurusamy Sarathy2000-02-191-1/+14
| | | | | <ishisone@sra.co.jp>) p4raw-id: //depot/perl@5151
* stronger testcase for change#5126Gurusamy Sarathy2000-02-181-12/+37
| | | | | p4raw-link: @5126 on //depot/perl: 9442cb0ec25041ea5b061c40868e0a3c8bfbb2ab p4raw-id: //depot/perl@5127
* make /\S/ match the same things /[\S]/ matches; likewise forGurusamy Sarathy2000-02-181-1/+49
| | | | | \D (from Rick Delaney <rick@consumercontact.com>) p4raw-id: //depot/perl@5126
* Re: minimal m//g matches appear bustedIlya Zakharevich2000-01-051-1/+8
| | | | | Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@4759
* Re: [ID 19991026.001] perl segmentation fault reportIlya Zakharevich1999-11-011-1/+6
| | | | | | | To: lvirden@cas.org (Larry W. Virden) Cc: perl5-porters@perl.org, lvirden@cas.org Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4507
* Re: Strange RE engine breakage in 5_61Ilya Zakharevich1999-10-051-1/+7
| | | | | | | | | | To: François Désarménien <desar@club-internet.fr> Cc: "perl5-porters@perl.org" <perl5-porters@perl.org> Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu> (had to apply pat.t part manually because there already were more tests than there was in _61) p4raw-id: //depot/cfgperl@4301
* Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loopIlya Zakharevich1999-09-151-1/+6
| | | | | Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@4158
* Fix interaction of (?p{}) and (?>)Ilya Zakharevich1999-09-091-1/+18
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4112
* POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-8/+1
| | | | | | | and utf8. If both utf8 and locale are on, utf8 wins. I don't fully understand why so many tables changed in lib/unicode because of "make" -- maybe it was just overdue. p4raw-id: //depot/cfgperl@3624
* REx engine improvementsIlya Zakharevich1999-05-251-1/+15
| | | | | Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3475
* test failures with MIME-tools-4.122 and perl 5.005_55 Hugo van der Sanden1999-02-201-1/+5
| | | | | Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk> p4raw-id: //depot/perl@2991
* make testsuite somewhat location independentGurusamy Sarathy1999-02-121-1/+1
| | | p4raw-id: //depot/perl@2891
* Fix list-context //g with zero-length matchesIlya Zakharevich1999-02-071-1/+7
| | | | | Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2827
* Fixing \G bug by Francois DesarmenienIlya Zakharevich1999-01-191-1/+41
| | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@2644
* Bugs in hairy interactions of feature in RExIlya Zakharevich1998-12-291-1/+8
| | | | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu> \G fixes (wasn't working right with //g, s///, and $_ in (?{})). p4raw-id: //depot/cfgperl@2515
* Change $#+Ilya Zakharevich1998-11-281-1/+6
| | | | | Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2373
* Finishing off SNOBOL: $1 in (?{})Ilya Zakharevich1998-11-281-1/+26
| | | | | Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2372
* applied suggested patch with PERL_OBJECT tweaksIlya Zakharevich1998-11-281-1/+48
| | | | | | Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen p4raw-id: //depot/perl@2367
* Fix \G in REx without //gIlya Zakharevich1998-11-281-1/+28
| | | | | Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2365
* Test #162 had been added but the "print 1..161" had not been updated.Jarkko Hietaniemi1998-10-151-1/+1
| | | p4raw-id: //depot/cfgperl@1972
* force copy of substrings when matching against temporariesGurusamy Sarathy1998-10-131-0/+5
| | | p4raw-id: //depot/perl@1942
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-231-1/+22
| | | | | | Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu> Subject: [5.005_5* PATCH] Postponed RE - now! p4raw-id: //depot/perl@1813
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-1/+77
| | | | | | Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] @- and @+ p4raw-id: //depot/perl@1800
* Compile (?{}) into a correct packageIlya Zakharevich1998-07-211-1/+14
| | | | | Message-Id: <199807192216.SAA10482@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1601
* fix small memory leak when mess_sv happens to be touched by magicGurusamy Sarathy1998-07-211-1/+2
| | | p4raw-id: //depot/perl@1585
* make failed matches return empty list in list contextGurusamy Sarathy1998-07-191-3/+24
| | | p4raw-id: //depot/perl@1542
* merge changes#1423,1465 from maintbranch; checkin two missed filesGurusamy Sarathy1998-07-141-0/+2
| | | | | | | | | | from earlier changes#1461,1478 p4raw-link: @1478 on //depot/perl: 1d84e8dfc14d5303f4e9e567bd263f6b4d88e584 p4raw-link: @1465 on //depot/maint-5.004/perl: 5c79ff06c1b2e0ce9610857baca341a322e96624 p4raw-link: @1461 on //depot/perl: 8782bef2aa2ca158fdd0d7436e68ae3ac2b01ff7 p4raw-link: @1423 on //depot/maint-5.004/perl: 9b114077a050865568261ebf91069aa7983019c3 p4raw-id: //depot/perl@1488
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-4/+23
| | | | | | Message-Id: <19980712195747.C493@pobox.com> Subject: [ PATCH perl5.004_72] patch to add qr// p4raw-id: //depot/perl@1461
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-4/+43
| | | | | | Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu> Subject: Re: [PATCH 5.004_71] Secure RE update p4raw-id: //depot/perl@1444
* manually apply patch with a dependency on unapplied patchIlya Zakharevich1998-07-091-1/+1
| | | | | | Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_70] make quoted RE embeddable p4raw-id: //depot/perl@1383
* allow eval-groups in patterns only if they C<use re 'eval';>Gurusamy Sarathy1998-07-061-4/+14
| | | p4raw-id: //depot/perl@1334
* pat.t testsIlya Zakharevich1998-06-281-1/+17
| | | | | Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1246
* : Move REG_INFTY-dependent tests from op/regexp.tDominic Dunlop1998-06-281-2/+58
| | | | | | Message-Id: <v03110701b1b83a06733a@[195.95.102.101]> to op/pat.t; add tests for a few more regexp parse failures etc. p4raw-id: //depot/perl@1244
* Zero-length matching bugIlya Zakharevich1998-06-221-1/+17
| | | | | Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1185
* Test study/re/Ilya Zakharevich1998-06-221-1/+6
| | | | | Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1183
* Bugs with (?{}), $^R and many-to-many substIlya Zakharevich1998-06-111-1/+19
| | | | | Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1117
* 5.004_58, move intuition testsStephen Potter1998-02-201-1/+1
| | | p4raw-id: //depot/perl@536
* [PATCH] 5.004_58: the locale.t problem in IRIXJarkko Hietaniemi1998-02-121-1/+26
| | | | | | | | | Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET) Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET) Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET) p4raw-id: //depot/perl@504
* 5.004_56: Patch to Tie::Hash and docsIlya Zakharevich1998-02-061-5/+11
| | | | | | | Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST) Subject: 5.004_56: Patch to (?{}) quoting + cosmetic Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST) p4raw-id: //depot/perl@470