| Commit message (Expand) | Author | Age | Files | Lines |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 1 | -1/+1 |
* | Add [[:blank:]] as suggested in | Jeffrey Friedl | 2000-08-18 | 1 | -1/+27 |
* | @+, @- readonly (was Re: @<punct> interpolating in "") | Mike Guy | 2000-08-14 | 1 | -1/+25 |
* | Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialize... | Hugo van der Sanden | 2000-08-11 | 1 | -1/+10 |
* | Re: enhanced(?) regex error messages | Hugo van der Sanden | 2000-08-08 | 1 | -5/+9 |
* | Test cases for #6431. | M. J. T. Guy | 2000-07-24 | 1 | -1/+10 |
* | fix RE brokenness on refs/overloaded things (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+18 |
* | lexical warnings update for docs and tests (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -2/+2 |
* | failed hunk in change#5644 | Gurusamy Sarathy | 2000-03-11 | 1 | -1/+1 |
* | fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-03-11 | 1 | -0/+4 |
* | /(?p{})/ changed to /(??{})/, per Larry's suggestion (from | Gurusamy Sarathy | 2000-03-03 | 1 | -3/+3 |
* | fix bug in backtracking optimizer (from Makoto Ishisone | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+14 |
* | stronger testcase for change#5126 | Gurusamy Sarathy | 2000-02-18 | 1 | -12/+37 |
* | make /\S/ match the same things /[\S]/ matches; likewise for | Gurusamy Sarathy | 2000-02-18 | 1 | -1/+49 |
* | Re: minimal m//g matches appear busted | Ilya Zakharevich | 2000-01-05 | 1 | -1/+8 |
* | Re: [ID 19991026.001] perl segmentation fault report | Ilya Zakharevich | 1999-11-01 | 1 | -1/+6 |
* | Re: Strange RE engine breakage in 5_61 | Ilya Zakharevich | 1999-10-05 | 1 | -1/+7 |
* | Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop | Ilya Zakharevich | 1999-09-15 | 1 | -1/+6 |
* | Fix interaction of (?p{}) and (?>) | Ilya Zakharevich | 1999-09-09 | 1 | -1/+18 |
* | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -8/+1 |
* | REx engine improvements | Ilya Zakharevich | 1999-05-25 | 1 | -1/+15 |
* | test failures with MIME-tools-4.122 and perl 5.005_55 | Hugo van der Sanden | 1999-02-20 | 1 | -1/+5 |
* | make testsuite somewhat location independent | Gurusamy Sarathy | 1999-02-12 | 1 | -1/+1 |
* | Fix list-context //g with zero-length matches | Ilya Zakharevich | 1999-02-07 | 1 | -1/+7 |
* | Fixing \G bug by Francois Desarmenien | Ilya Zakharevich | 1999-01-19 | 1 | -1/+41 |
* | Bugs in hairy interactions of feature in REx | Ilya Zakharevich | 1998-12-29 | 1 | -1/+8 |
* | Change $#+ | Ilya Zakharevich | 1998-11-28 | 1 | -1/+6 |
* | Finishing off SNOBOL: $1 in (?{}) | Ilya Zakharevich | 1998-11-28 | 1 | -1/+26 |
* | applied suggested patch with PERL_OBJECT tweaks | Ilya Zakharevich | 1998-11-28 | 1 | -1/+48 |
* | Fix \G in REx without //g | Ilya Zakharevich | 1998-11-28 | 1 | -1/+28 |
* | Test #162 had been added but the "print 1..161" had not been updated. | Jarkko Hietaniemi | 1998-10-15 | 1 | -1/+1 |
* | force copy of substrings when matching against temporaries | Gurusamy Sarathy | 1998-10-13 | 1 | -0/+5 |
* | patch to support computed regular subexpressions | Ilya Zakharevich | 1998-09-23 | 1 | -1/+22 |
* | support match indices via special variables @- and @+ | Ilya Zakharevich | 1998-09-23 | 1 | -1/+77 |
* | Compile (?{}) into a correct package | Ilya Zakharevich | 1998-07-21 | 1 | -1/+14 |
* | fix small memory leak when mess_sv happens to be touched by magic | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+2 |
* | make failed matches return empty list in list context | Gurusamy Sarathy | 1998-07-19 | 1 | -3/+24 |
* | merge changes#1423,1465 from maintbranch; checkin two missed files | Gurusamy Sarathy | 1998-07-14 | 1 | -0/+2 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -4/+23 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 1 | -4/+43 |
* | manually apply patch with a dependency on unapplied patch | Ilya Zakharevich | 1998-07-09 | 1 | -1/+1 |
* | allow eval-groups in patterns only if they C<use re 'eval';> | Gurusamy Sarathy | 1998-07-06 | 1 | -4/+14 |
* | pat.t tests | Ilya Zakharevich | 1998-06-28 | 1 | -1/+17 |
* | : Move REG_INFTY-dependent tests from op/regexp.t | Dominic Dunlop | 1998-06-28 | 1 | -2/+58 |
* | Zero-length matching bug | Ilya Zakharevich | 1998-06-22 | 1 | -1/+17 |
* | Test study/re/ | Ilya Zakharevich | 1998-06-22 | 1 | -1/+6 |
* | Bugs with (?{}), $^R and many-to-many subst | Ilya Zakharevich | 1998-06-11 | 1 | -1/+19 |
* | 5.004_58, move intuition tests | Stephen Potter | 1998-02-20 | 1 | -1/+1 |
* | [PATCH] 5.004_58: the locale.t problem in IRIX | Jarkko Hietaniemi | 1998-02-12 | 1 | -1/+26 |
* | 5.004_56: Patch to Tie::Hash and docs | Ilya Zakharevich | 1998-02-06 | 1 | -5/+11 |