| Commit message (Expand) | Author | Age | Files | Lines |
* | move regex related tests out of t/op/ into t/re/ | Yves Orton | 2009-09-10 | 1 | -207/+0 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | Various changes to regex diagnostics and testing | Yves Orton | 2008-11-06 | 1 | -9/+13 |
* | make TODO output TAP-compliant in regexp.t | Dave Mitchell | 2008-05-24 | 1 | -1/+1 |
* | Variants of several regression tests that run the actul tests inside | Nicholas Clark | 2008-01-09 | 1 | -2/+32 |
* | Protect me (and my fellow muppets) from screens of "syntax errors" if | Nicholas Clark | 2008-01-05 | 1 | -2/+2 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -0/+3 |
* | Testing every pattern by also upgrading to UTF-8 would have caught the | Nicholas Clark | 2007-02-02 | 1 | -1/+5 |
* | Allow regexp.t to take a command line argument for the filename of | Nicholas Clark | 2007-02-01 | 1 | -20/+32 |
* | Make t/op/regexp.t warnings clean. | Nicholas Clark | 2007-02-01 | 1 | -1/+9 |
* | Make t/op/regexp.t run under use strict; including removing the | Nicholas Clark | 2007-02-01 | 1 | -17/+11 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -1/+9 |
* | Add possessive quantifiers to regex engine. | Yves Orton | 2006-10-13 | 1 | -0/+8 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -1/+1 |
* | allow fields in re_tests to include \x{nnn} etc | Dave Mitchell | 2006-09-24 | 1 | -4/+5 |
* | Teach regex optimiser how to handle (?=) and (?<=) properly. | Yves Orton | 2006-09-11 | 1 | -18/+28 |
* | Re: [perl #27028] /$/ not honouring /m in some cases | Rick Delaney | 2005-07-18 | 1 | -1/+15 |
* | [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails | Rick Delaney | 2004-11-04 | 1 | -1/+2 |
* | Let's not replace reason if there's one already supplied. | Jarkko Hietaniemi | 2001-10-27 | 1 | -1/+1 |
* | [no reason given] is not good. | Jarkko Hietaniemi | 2001-10-27 | 1 | -3/+1 |
* | [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl | Chris Nandor | 2001-06-11 | 1 | -1/+1 |
* | utf8 regexp tests | Hugo van der Sanden | 2001-05-26 | 1 | -2/+2 |
* | Remove the 'asciir' re subpragma. Should instead implement | Jarkko Hietaniemi | 2001-05-11 | 1 | -2/+0 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-03-28 | 1 | -0/+2 |
* | Re-integrate #9138 from maintperl to mainline, | Jarkko Hietaniemi | 2001-03-18 | 1 | -3/+0 |
* | The Day of the Retractions continues: the #9138 | Jarkko Hietaniemi | 2001-03-14 | 1 | -0/+3 |
* | Integrate changes #9137,9138,9142 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-14 | 1 | -3/+0 |
* | Two more tests that make no sense in UTF-8 since the test | Jarkko Hietaniemi | 2000-12-01 | 1 | -1/+1 |
* | Explain better why certain regex tests are skipped. | Lupe Christoph | 2000-11-10 | 1 | -3/+8 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 1 | -1/+1 |
* | revert non-kosher parts of change#4562 (sort order problems | Gurusamy Sarathy | 1999-11-13 | 1 | -2/+0 |
* | was Re: [ID 19991102.003] perl on os390 | Peter Prymmer | 1999-11-13 | 1 | -0/+2 |
* | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -2/+8 |
* | REx engine improvements | Ilya Zakharevich | 1999-05-25 | 1 | -1/+8 |
* | make testsuite somewhat location independent | Gurusamy Sarathy | 1999-02-12 | 1 | -1/+1 |
* | Minor cleanup of RE tests and docs | Ilya Zakharevich | 1998-08-07 | 1 | -2/+0 |
* | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -1/+4 |
* | fix small memory leak when mess_sv happens to be touched by magic | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+2 |
* | merge changes#1423,1465 from maintbranch; checkin two missed files | Gurusamy Sarathy | 1998-07-14 | 1 | -0/+2 |
* | allow eval-groups in patterns only if they C<use re 'eval';> | Gurusamy Sarathy | 1998-07-06 | 1 | -0/+7 |
* | applied patch, tweaked doc, and regen regnodes.h | Ilya Zakharevich | 1998-06-28 | 1 | -2/+4 |
* | : Move REG_INFTY-dependent tests from op/regexp.t | Dominic Dunlop | 1998-06-28 | 1 | -12/+4 |
* | Amend tests/regexp.t for variable REG_INFTY; | Dominic Dunlop | 1998-06-23 | 1 | -2/+23 |
* | Jumbo regexp patch applied (with minor fix-up tweaks): | Ilya Zakharevich | 1997-11-19 | 1 | -6/+19 |
* | Re: Bug in Regular Expressions when using colon as delimiter | M.J.T. Guy | 1997-08-07 | 1 | -3/+3 |
* | More simple regexp tests and test docs | Hans Mulder | 1997-06-11 | 1 | -1/+22 |
* | Include 'study' in regexp.t | Chip Salzenberg | 1997-02-22 | 1 | -17/+19 |
* | perl 5.0 alpha 2perl-5a2 | Larry Wall | 1993-10-07 | 1 | -1/+1 |
* | perl 4.0 patch 10: (combined patch) | Larry Wall | 1991-06-09 | 1 | -2/+4 |
* | perl 4.0.00: (no release announcement available)perl-4.0.00 | Larry Wall | 1991-03-21 | 1 | -0/+33 |