| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | feel the the baà (encoding problems in the regex engine) | Yves Orton | 2007-03-20 | 1 | -1/+11 |
* | Let %^H be modifiable in eval-strings (bug #41531), | Rafael Garcia-Suarez | 2007-03-19 | 1 | -1/+14 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 2 | -7/+7 |
* | When restoring localised values, call set only on container magic. | Dave Mitchell | 2007-03-18 | 1 | -7/+4 |
* | The test case applied in change 29502 really should have gone at the | Nicholas Clark | 2007-03-18 | 1 | -1/+1 |
* | Test case from Karl Chen in RT #41831 | Nicholas Clark | 2007-03-17 | 1 | -1/+33 |
* | Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu) | Abe Timmerman | 2007-03-15 | 1 | -23/+29 |
* | Check that stat and -X favours the file handle over the directory | Nicholas Clark | 2007-03-13 | 1 | -3/+15 |
* | Check that stat and -X on barewords favour the file handle over the | Nicholas Clark | 2007-03-13 | 1 | -3/+14 |
* | Like fake scalars, state variables shouldn't get new pad entries | Rafael Garcia-Suarez | 2007-03-12 | 1 | -1/+11 |
* | Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lot | Craig A. Berry | 2007-03-11 | 2 | -64/+42 |
* | Test that format references can't be wrongly dereferenced. | Nicholas Clark | 2007-03-10 | 1 | -9/+24 |
* | A test case for change 30527 (chdir bareword ambiguity with dirhandles | Nicholas Clark | 2007-03-10 | 1 | -4/+25 |
* | Refactor the "has fchdir" and "has dirfd" logic to one place. | Nicholas Clark | 2007-03-10 | 1 | -4/+8 |
* | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe | Yves Orton | 2007-03-08 | 1 | -5/+12 |
* | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe | Yves Orton | 2007-03-08 | 1 | -0/+13 |
* | RE: $Win32::VERSION problem | Jan Dubois | 2007-03-08 | 2 | -65/+0 |
* | Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004, | Steve Peters | 2007-03-04 | 2 | -9/+4 |
* | As the test is about the parser, not actually running the code, better | Nicholas Clark | 2007-03-03 | 1 | -1/+1 |
* | Don't let feature.pm interfere with the tests for use VERSION. | Rafael Garcia-Suarez | 2007-03-03 | 1 | -0/+1 |
* | Make use VERSION also load feature.pm | Rafael Garcia-Suarez | 2007-03-03 | 1 | -0/+62 |
* | Avoid an assertion failure when overloading readpipe. | Nicholas Clark | 2007-03-02 | 1 | -1/+5 |
* | More assertion failures, found by auditing the code. | Nicholas Clark | 2007-03-02 | 1 | -1/+23 |
* | Don't crash if the symbol table entry for ISA isn't a typeglob. | Nicholas Clark | 2007-03-02 | 1 | -1/+7 |
* | Re: New file: t/op/regexp_email.t | Yves Orton | 2007-03-01 | 1 | -0/+94 |
* | A new test by Abigail: Check that certain modules don't | Rafael Garcia-Suarez | 2007-03-01 | 1 | -0/+41 |
* | Unexpected output | Abigail | 2007-02-28 | 1 | -2/+2 |
* | Remove obsolete test for the deprecation warning I just removed. | Rafael Garcia-Suarez | 2007-02-28 | 1 | -2/+0 |
* | (?p{}) has been deprecated for a long time. | Rafael Garcia-Suarez | 2007-02-28 | 1 | -20/+0 |
* | Add new tests for keys in %+ and %- | Rafael Garcia-Suarez | 2007-02-28 | 1 | -1/+21 |
* | Fix bug #41550 - AUTOLOAD :lvalue not working the same in blead as in | Nicholas Clark | 2007-02-26 | 1 | -1/+12 |
* | Convert t/op/sub_lval.t to test.pl | Nicholas Clark | 2007-02-26 | 1 | -148/+72 |
* | Add a new test for undef and delete on stash entries that | Rafael Garcia-Suarez | 2007-02-24 | 1 | -0/+42 |
* | C<keys %+> should not warn. Don't make scan_ident test for | Rafael Garcia-Suarez | 2007-02-24 | 1 | -0/+5 |
* | [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11 | Tels | 2007-02-19 | 3 | -5/+20 |
* | Revert change #30081 at dmq's request, and mark its tests | Rafael Garcia-Suarez | 2007-02-19 | 1 | -2/+2 |
* | test.pl should locally increase $Level, rather than setting it to a | Nicholas Clark | 2007-02-18 | 1 | -1/+1 |
* | Use newer 'threads' constructs | Jerry D. Hedden | 2007-02-15 | 1 | -4/+4 |
* | Re: [PATCH] Document that m//k works | Yves Orton | 2007-02-14 | 1 | -7/+7 |
* | Change 30276 wasn't meant do mess with t/lib/common.pl. Oops. | Nicholas Clark | 2007-02-14 | 1 | -2/+2 |
* | Integrate: | SADAHIRO Tomoyuki | 2007-02-14 | 1 | -2/+2 |