summaryrefslogtreecommitdiff
path: root/t/op/regexp.t
Commit message (Expand)AuthorAgeFilesLines
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-207/+0
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Various changes to regex diagnostics and testingYves Orton2008-11-061-9/+13
* make TODO output TAP-compliant in regexp.tDave Mitchell2008-05-241-1/+1
* Variants of several regression tests that run the actul tests insideNicholas Clark2008-01-091-2/+32
* Protect me (and my fellow muppets) from screens of "syntax errors" ifNicholas Clark2008-01-051-2/+2
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-231-0/+3
* Testing every pattern by also upgrading to UTF-8 would have caught theNicholas Clark2007-02-021-1/+5
* Allow regexp.t to take a command line argument for the filename ofNicholas Clark2007-02-011-20/+32
* Make t/op/regexp.t warnings clean.Nicholas Clark2007-02-011-1/+9
* Make t/op/regexp.t run under use strict; including removing theNicholas Clark2007-02-011-17/+11
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-1/+9
* Add possessive quantifiers to regex engine.Yves Orton2006-10-131-0/+8
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-1/+1
* allow fields in re_tests to include \x{nnn} etcDave Mitchell2006-09-241-4/+5
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-18/+28
* Re: [perl #27028] /$/ not honouring /m in some casesRick Delaney2005-07-181-1/+15
* [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; failsRick Delaney2004-11-041-1/+2
* Let's not replace reason if there's one already supplied.Jarkko Hietaniemi2001-10-271-1/+1
* [no reason given] is not good.Jarkko Hietaniemi2001-10-271-3/+1
* [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperlChris Nandor2001-06-111-1/+1
* utf8 regexp testsHugo van der Sanden2001-05-261-2/+2
* Remove the 'asciir' re subpragma. Should instead implementJarkko Hietaniemi2001-05-111-2/+0
* Integrate perlio:Jarkko Hietaniemi2001-03-281-0/+2
* Re-integrate #9138 from maintperl to mainline,Jarkko Hietaniemi2001-03-181-3/+0
* The Day of the Retractions continues: the #9138Jarkko Hietaniemi2001-03-141-0/+3
* Integrate changes #9137,9138,9142 from maintperl into mainline.Jarkko Hietaniemi2001-03-141-3/+0
* Two more tests that make no sense in UTF-8 since the testJarkko Hietaniemi2000-12-011-1/+1
* Explain better why certain regex tests are skipped.Lupe Christoph2000-11-101-3/+8
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* revert non-kosher parts of change#4562 (sort order problemsGurusamy Sarathy1999-11-131-2/+0
* was Re: [ID 19991102.003] perl on os390Peter Prymmer1999-11-131-0/+2
* POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-2/+8
* REx engine improvementsIlya Zakharevich1999-05-251-1/+8
* make testsuite somewhat location independentGurusamy Sarathy1999-02-121-1/+1
* Minor cleanup of RE tests and docsIlya Zakharevich1998-08-071-2/+0
* support OE/MVSJarkko Hietaniemi1998-08-021-1/+4
* fix small memory leak when mess_sv happens to be touched by magicGurusamy Sarathy1998-07-211-1/+2
* merge changes#1423,1465 from maintbranch; checkin two missed filesGurusamy Sarathy1998-07-141-0/+2
* allow eval-groups in patterns only if they C<use re 'eval';>Gurusamy Sarathy1998-07-061-0/+7
* applied patch, tweaked doc, and regen regnodes.hIlya Zakharevich1998-06-281-2/+4
* : Move REG_INFTY-dependent tests from op/regexp.tDominic Dunlop1998-06-281-12/+4
* Amend tests/regexp.t for variable REG_INFTY;Dominic Dunlop1998-06-231-2/+23
* Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-6/+19
* Re: Bug in Regular Expressions when using colon as delimiterM.J.T. Guy1997-08-071-3/+3
* More simple regexp tests and test docsHans Mulder1997-06-111-1/+22
* Include 'study' in regexp.tChip Salzenberg1997-02-221-17/+19
* perl 5.0 alpha 2perl-5a2Larry Wall1993-10-071-1/+1
* perl 4.0 patch 10: (combined patch)Larry Wall1991-06-091-2/+4
* perl 4.0.00: (no release announcement available)perl-4.0.00Larry Wall1991-03-211-0/+33