| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #54956] crash on binary-or lvalue operation on qr// | Ben Morrow | 2009-01-02 | 1 | -1/+103 |
* | On scope end, delete localized array elements that should not exist anymore, ... | Vincent Pit | 2008-12-28 | 1 | -2/+109 |
* | Revise malformed utf8 test case | Karl | 2008-12-28 | 1 | -1/+4 |
* | fix bug #57042 - preserve $^R across TRIE matches | Yves Orton | 2008-12-27 | 1 | -3/+19 |
* | [perl #60978] [PATCH] Tied filehandles can't distinguish eof forms | Chip Salzenberg | 2008-12-11 | 1 | -3/+33 |
* | Fix for tainting regression in a test of Text::Template spotted by | Nicholas Clark | 2008-12-03 | 1 | -1/+37 |
* | Addendum to bug #38809: fix assertion failure, more tests | Vincent Pit | 2008-11-26 | 1 | -5/+24 |
* | [perl #38809] return do { } : take 3 (or 4...) | Vincent Pit | 2008-11-25 | 1 | -1/+18 |
* | Remove the trailing NUL byte, and (hopefully) convert perforce to | Nicholas Clark | 2008-11-18 | 1 | -0/+0 |
* | Improve and restructure t/op/pat.t and split out some unicode related tests i... | Abigail | 2008-11-18 | 3 | -4169/+3832 |
* | Re: [perl #59998] [PATCH] crypt() returns tainted data even when input string... | Chip Salzenberg | 2008-11-17 | 1 | -1/+16 |
* | [perl #948] [PATCH] Allow tied $, | Chip Salzenberg | 2008-11-14 | 1 | -5/+3 |
* | Add support for testing when under | Yves Orton | 2008-11-09 | 2 | -11/+47 |
* | Fix warning code in Perl_sv_vcatpvfn() to make the TODO | Marcus Holland-Moritz | 2008-11-09 | 1 | -4/+1 |
* | Update format warning tests to expect "%lld" instead of "%d" | Marcus Holland-Moritz | 2008-11-09 | 1 | -9/+12 |
* | "Perl_newSVpvf("%lld")" is broken | Hugo van der Sanden | 2008-11-09 | 1 | -1/+27 |
* | create new unicode props as defined in POSIX spec (optionally use them in the... | Yves Orton | 2008-11-07 | 2 | -0/+130 |
* | Various changes to regex diagnostics and testing | Yves Orton | 2008-11-06 | 2 | -10/+15 |
* | Reolve perlbug #59328: In re's, \N{U+...} doesn't match for ... > 256 | karl williamson | 2008-11-06 | 1 | -0/+1 |
* | Resolve perl #60344: Regex lookbehind failure after an (if)then|else in perl ... | Yves Orton | 2008-11-06 | 1 | -0/+2 |
* | [perl #56526] m/a{1,0}/ compiles but doesn't match a literal string | Michael Cartmell | 2008-11-02 | 1 | -0/+1 |
* | Add a test for bug #60214 | Rafael Garcia-Suarez | 2008-10-30 | 1 | -1/+10 |
* | Integrate: | Vincent Pit | 2008-10-25 | 1 | -1/+15 |
* | Change 30638 to 5.8.x inadvertently introduced (at lest) two | Nicholas Clark | 2008-09-22 | 1 | -0/+6 |
* | Need to free the isa lookup hash before rebuilding it. | Nicholas Clark | 2008-09-12 | 1 | -1/+12 |
* | Re: 'if not / unless' optimization change makes my pow test go POW! | Vincent Pit | 2008-09-08 | 1 | -3/+14 |
* | Re: unless(...) terser than if(!...) | Vincent Pit | 2008-09-07 | 2 | -2/+24 |
* | Fix new test added by #34198, which failed on Win32 | Steve Hay | 2008-08-26 | 1 | -1/+1 |
* | VMS-specific follow-up to tempfile name changes in 34182, plus | Craig A. Berry | 2008-08-13 | 1 | -1/+1 |
* | RE: [perl #35877] Strange regex failure? | Bram | 2008-08-12 | 1 | -4/+7 |
* | [perl #52740] [PATCH-tests] crash when localizing a symtab entry | Bram | 2008-08-11 | 1 | -1/+6 |
* | Use test.pl's tempfile(). | Nicholas Clark | 2008-08-07 | 13 | -90/+81 |
* | Tests for [perl #57564] and [perl #24524] Refcounting bug | Bram | 2008-08-06 | 1 | -1/+13 |
* | Convert undef.t to use test.pl and strict. | Nicholas Clark | 2008-07-26 | 1 | -37/+41 |
* | Convert yadayada.t to test.pl and strict, and fix two diagnostic errors | Nicholas Clark | 2008-07-26 | 1 | -17/+17 |
* | Convert wantarray.t to use strict and test.pl | Nicholas Clark | 2008-07-26 | 1 | -17/+27 |
* | Make format items @* and ^* work with references (safely). Note no-one | Nicholas Clark | 2008-07-13 | 1 | -1/+10 |
* | For cases FF_LINESNGL and FF_LINEGLOB in pp_formline, take great care | Nicholas Clark | 2008-07-13 | 1 | -12/+44 |
* | Format tests for @* too. | Nicholas Clark | 2008-07-12 | 1 | -12/+16 |
* | Regression tests for, and fix quite a lot of bugs in, cases FF_LINESNGL | Nicholas Clark | 2008-07-11 | 1 | -1/+22 |
* | Bring the joy of strict to the rest of write.t | Nicholas Clark | 2008-07-11 | 1 | -7/+11 |
* | Complete the conversion of t/op/write.t to test.pl, and remove my | Nicholas Clark | 2008-07-11 | 1 | -61/+41 |
* | Reduce the -| skip back to just the tests that use it, and re-align the | Nicholas Clark | 2008-07-11 | 1 | -19/+23 |
* | Start converting t/op/write.t to test.pl | Nicholas Clark | 2008-07-11 | 1 | -28/+27 |
* | [Patch t/op/re_tests] Re: [perl #56690] Some bugs in Perl regexp (core Perl i... | Abigail | 2008-07-09 | 1 | -0/+3 |
* | Fix test count that was missed in #34092 | Steve Hay | 2008-07-03 | 1 | -1/+1 |
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 6 | -15/+130 |
* | Re: split smoke for threaded -DDEBUGGING builds | Reini Urban | 2008-06-25 | 1 | -11/+2 |
* | Skip one test that was failing with DEBUGGING and threads, | Rafael Garcia-Suarez | 2008-06-25 | 1 | -2/+11 |
* | [perl #51370] length($@)>0 for empty $@ if utf8 is in use | Bram | 2008-06-17 | 1 | -1/+60 |