| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \n | Yves Orton | 2007-05-29 | 1 | -0/+2 |
* | Re: localising hash element by variable | Bo Lindbergh | 2007-05-29 | 1 | -1/+16 |
* | Various mro updates from Brandon Black. References: | Craig A. Berry | 2007-05-19 | 2 | -2/+62 |
* | Re: Compress::Zlib, pack "C" and utf-8 [PATCH] | Marc Lehmann | 2007-05-10 | 3 | -12/+6 |
* | Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalar | Brandon Black | 2007-05-09 | 1 | -0/+11 |
* | FETCH/STORE/LENGTH callbacks for numbered capture variables | Ævar Arnfjörð Bjarmason | 2007-05-03 | 1 | -5/+1 |
* | Re: mro status, etc | Brandon Black | 2007-05-03 | 2 | -2/+0 |
* | [perl #42839] Swatch hash cache has key mismatch | Jonathan Steinert | 2007-05-02 | 1 | -0/+21 |
* | When FETCHSIZE returns <0 perl segfaults | Ævar Arnfjörð Bjarmason | 2007-05-02 | 1 | -1/+20 |
* | Fixing a Perl_my_dirfd() related test failure. | Steve Peters | 2007-05-01 | 1 | -2/+2 |
* | Add Perl_my_dirfd() to util.c | Steve Peters | 2007-05-01 | 1 | -2/+2 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -8/+25 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-27 | 1 | -4/+7 |
* | Fix a bug in method caching. Better version (broader) of change #29336. | Brandon Black | 2007-04-26 | 1 | -0/+1 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-26 | 1 | -2/+33 |
* | Remove the code that handles assignment to state variables | Rafael Garcia-Suarez | 2007-04-24 | 2 | -80/+8 |
* | Typo fix. | Abigail | 2007-04-24 | 1 | -1/+1 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 3 | -36/+82 |
* | Move Module::Pluggable tests up under main test directory. | Craig A. Berry | 2007-04-22 | 52 | -0/+1434 |
* | Make t/harness find the t/mro tests | Craig A. Berry | 2007-04-22 | 1 | -0/+1 |
* | Upgrade to version-0.7203. | Rafael Garcia-Suarez | 2007-04-21 | 2 | -7/+7 |
* | Completely remove Test::More from the MRO tests, by Brandon Black | Rafael Garcia-Suarez | 2007-04-21 | 19 | -276/+172 |
* | Shorten some file names | Rafael Garcia-Suarez | 2007-04-20 | 5 | -0/+0 |
* | Don't use Test::More in core tests (at least, where | Rafael Garcia-Suarez | 2007-04-20 | 11 | -24/+19 |
* | Adjust the warning category in the test, too | Rafael Garcia-Suarez | 2007-04-19 | 1 | -2/+2 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 32 | -2/+2309 |
* | Add a test for the bug fixed by #30970 | Steve Hay | 2007-04-18 | 1 | -0/+31 |
* | These test scripts probably wanted BEGIN blocks, | Steve Hay | 2007-04-17 | 2 | -2/+2 |
* | For symbolic references test the defined path through the pp functions. | Nicholas Clark | 2007-04-11 | 1 | -1/+17 |
* | Be a bit more specific in what our second typeglob isn't. It is actually | Nicholas Clark | 2007-04-11 | 1 | -1/+1 |
* | Fix new tests | Rafael Garcia-Suarez | 2007-04-10 | 1 | -1/+1 |
* | Re: [PATCH] length() on magic capture variables | Ævar Arnfjörð Bjarmason | 2007-04-10 | 1 | -1/+13 |
* | Test for the qr// construct | Ævar Arnfjörð Bjarmason | 2007-04-10 | 1 | -0/+20 |
* | Avoid accessing free()d memory when calling reset in one thread, after | Nicholas Clark | 2007-04-06 | 1 | -2/+0 |
* | Give accurate failure diagnostics when unlike() fails. | Nicholas Clark | 2007-04-06 | 1 | -1/+2 |
* | Add TODO tests for the (sometimes) crashing threads/op deletion/reset | Nicholas Clark | 2007-04-04 | 1 | -1/+72 |
* | A test for reset. | Nicholas Clark | 2007-04-04 | 1 | -0/+63 |
* | Update name of Perl executable on VMS following #30414. | Craig A. Berry | 2007-04-01 | 1 | -1/+1 |
* | fix $^R scoping bug. | Dave Mitchell | 2007-04-01 | 1 | -1/+11 |
* | Fix the error message "Can't call method "DOES" on unblessed | Rafael Garcia-Suarez | 2007-03-31 | 1 | -2/+7 |
* | Don't use utf8.pm in the test (avoiding embedding utf8 in the test | Rafael Garcia-Suarez | 2007-03-31 | 1 | -3/+2 |
* | When dup'ing a filehandle, retain the :utf8 layer | Rafael Garcia-Suarez | 2007-03-30 | 1 | -1/+21 |
* | Add two deprecation warnings: | Rafael Garcia-Suarez | 2007-03-30 | 2 | -2/+31 |
* | Shorten 'skipping...' test message | Jerry D. Hedden | 2007-03-29 | 1 | -1/+1 |
* | Fix return value of state assignment ($x=state $y=$z). | Rafael Garcia-Suarez | 2007-03-27 | 1 | -5/+39 |
* | Make the warning "interpreted as function" a bit less annoying, | Rafael Garcia-Suarez | 2007-03-26 | 1 | -6/+13 |
* | Make readline() default to *ARGV. | Rafael Garcia-Suarez | 2007-03-24 | 1 | -1/+5 |
* | Now that readpipe defaults to $_, I should update the prototype table | Rafael Garcia-Suarez | 2007-03-24 | 1 | -1/+1 |
* | Make readpipe default to $_ | Rafael Garcia-Suarez | 2007-03-24 | 1 | -1/+5 |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -4/+14 |