| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Comment out the deadly reset; until the 20010301.005 | Jarkko Hietaniemi | 2001-03-06 | 1 | -1/+3 |
* | Add matching tests currently failing in EBCDIC, | Jarkko Hietaniemi | 2001-03-05 | 1 | -21/+38 |
* | pattern in G_ARRAY context | Jeff Pinyan | 2001-03-04 | 1 | -1/+8 |
* | Retract #8970 because of a completely mysterious core dump: | Jarkko Hietaniemi | 2001-03-01 | 1 | -42/+16 |
* | Add back the EBCDIC character range tests (for matching). | Jarkko Hietaniemi | 2001-03-01 | 1 | -16/+42 |
* | Retract #8929,8930,8932,8933 for now. | Jarkko Hietaniemi | 2001-02-25 | 1 | -27/+21 |
* | (Retracted by #8395.) | Jarkko Hietaniemi | 2001-02-25 | 1 | -21/+27 |
* | Add a test for the "character range should match in EBCDIC | Jarkko Hietaniemi | 2001-02-24 | 1 | -1/+22 |
* | Misapplied regex optimizations when \C is present. | Jarkko Hietaniemi | 2001-02-18 | 1 | -1/+54 |
* | Not quite that many tests yet. | Jarkko Hietaniemi | 2000-12-30 | 1 | -1/+1 |
* | Add a test case for 20000731.001 which was fixed by the #8267. | Jarkko Hietaniemi | 2000-12-30 | 1 | -1/+8 |
* | Get the three different space character classes right under utf8. | Jarkko Hietaniemi | 2000-12-01 | 1 | -3/+3 |
* | lexicals not recognized in a run-time (?{}) | Jarkko Hietaniemi | 2000-11-20 | 1 | -1/+34 |
* | Miraculous typo. | Jarkko Hietaniemi | 2000-11-20 | 1 | -1/+2 |
* | The first step in removing recursion from the REx engine | Ilya Zakharevich | 2000-11-20 | 1 | -2/+2 |
* | Re: [ID 20001021.005] SEGV with regex match | Hugo van der Sanden | 2000-10-23 | 1 | -1/+5 |
* | 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 |