| Commit message (Expand) | Author | Age | Files | Lines |
* | Change 28037 broke t/op/each.t when running with TEST. | Nicholas Clark | 2006-05-02 | 1 | -0/+2 |
* | Re: [PATCH] t/op/glob.t using test.pl | David Landgren | 2006-05-02 | 1 | -28/+24 |
* | t/op/hashwarn.t using test.pl | David Landgren | 2006-05-02 | 1 | -47/+36 |
* | Re: [PATCH] provide diag() and don't use ++ in test.pl | David Landgren | 2006-05-01 | 1 | -5/+23 |
* | One part of pp_pack couldn't correctly handle surprises from UTF-8 | Nicholas Clark | 2006-04-30 | 1 | -1/+8 |
* | do_vop() couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-30 | 1 | -2/+13 |
* | We had no tests that covered the grow paths in pp_uc and pp_lc. | Nicholas Clark | 2006-04-30 | 1 | -1/+7 |
* | index and rindex couldn't correctly handle surprises from UTF-8 | Nicholas Clark | 2006-04-30 | 2 | -3/+33 |
* | syswrite couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-29 | 2 | -12/+40 |
* | print couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-29 | 1 | -2/+43 |
* | There were more ways to break uc/lc/ucfirst/lcfirst even without | Nicholas Clark | 2006-04-29 | 1 | -3/+59 |
* | lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values | Nicholas Clark | 2006-04-29 | 1 | -1/+17 |
* | uc plus an 8 bit locale could get confused by UTF-8 values returned by | Nicholas Clark | 2006-04-29 | 1 | -1/+9 |
* | lc plus an 8 bit locale could mangle UTF-8 values returned by | Nicholas Clark | 2006-04-29 | 1 | -3/+27 |
* | Fix bug 34297 (length of overloaded UTF-8 strings) | Nicholas Clark | 2006-04-28 | 1 | -0/+44 |
* | t/op/defins.pl using test.pl | David Landgren | 2006-04-28 | 1 | -48/+38 |
* | t/op/delete.t using test.pl | David Landgren | 2006-04-28 | 1 | -46/+45 |
* | t/op/auto.pl using test.pl | David Landgren | 2006-04-28 | 1 | -39/+44 |
* | t/op/sort.t using test.pl | David Landgren | 2006-04-28 | 1 | -130/+130 |
* | t/op/loopctl.t using test.pl | David Landgren | 2006-04-28 | 1 | -119/+92 |
* | [perl #39012] another REIFY bug | Dave Mitchell | 2006-04-27 | 1 | -1/+13 |
* | [perl #38709] Opening '|-' triggers unjustified taint check | Martin Hasch | 2006-04-24 | 1 | -2/+29 |
* | Add regression test for bug #38475 | Rafael Garcia-Suarez | 2006-04-24 | 1 | -0/+37 |
* | Add test boilerplate and use test.pl instead of Test::More | Rafael Garcia-Suarez | 2006-04-20 | 1 | -1/+9 |
* | Add new tests for bug #32840 provided by David Landgren, | Rafael Garcia-Suarez | 2006-04-20 | 1 | -0/+74 |
* | New test for the "Assignment to both a list and a scalar" error, | Rafael Garcia-Suarez | 2006-04-20 | 1 | -1/+5 |
* | Add a TODO test for RT #1085: "what should be output of perl -we | Steve Peters | 2006-04-19 | 1 | -1/+10 |
* | regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion | Dave Mitchell | 2006-04-19 | 1 | -0/+2 |
* | Avoid temporarily writing over the prototype when reporting an error. | Nicholas Clark | 2006-04-19 | 1 | -6/+11 |
* | regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo. | Dave Mitchell | 2006-04-18 | 1 | -0/+1 |
* | Re: [PATCH] update to pp_complement() via Coverity | SADAHIRO Tomoyuki | 2006-04-17 | 1 | -1/+17 |
* | A scalar reference returned from a coderef in @INC is treated as the | Nicholas Clark | 2006-04-16 | 1 | -9/+36 |
* | Augment the user filter caching code so that if the user filter returns | Nicholas Clark | 2006-04-15 | 1 | -1/+20 |
* | $foo .= $bar doesn't warn if $foo is undefined, so simplify code. | Nicholas Clark | 2006-04-15 | 1 | -2/+2 |
* | If the downstream caller wants block mode, and we're in line mode, | Nicholas Clark | 2006-04-15 | 1 | -3/+37 |
* | If you return void from a filter subroutine, the caller's status is | Nicholas Clark | 2006-04-15 | 1 | -5/+5 |
* | Tests for having multiple pipes open simultaneously. | Nicholas Clark | 2006-04-15 | 1 | -2/+63 |
* | Add more tests for the builtin source filter implementation, and fix | Nicholas Clark | 2006-04-15 | 1 | -7/+67 |
* | Add a test for source filters returned from code references in @INC. | Nicholas Clark | 2006-04-15 | 1 | -0/+62 |
* | Bump the expect file count in readdir.t. We keep writing more tests. | Nicholas Clark | 2006-04-15 | 1 | -1/+1 |
* | doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr... | Jarkko Hietaniemi | 2006-04-14 | 1 | -1/+73 |
* | IO::Compress::* | Paul Marquess | 2006-04-14 | 1 | -39/+53 |
* | disable 'split /(?{ split "" })/' test until recursive split is fixed | Dave Mitchell | 2006-04-13 | 1 | -1/+4 |
* | [perl #38906] Regex engine does not release MINMOD | Animator | 2006-04-12 | 1 | -0/+2 |
* | Add tests for all the other types that %^H serialisation is supposed | Nicholas Clark | 2006-04-12 | 1 | -1/+36 |
* | Test that we can do embedded 0 bytes in hints. | Nicholas Clark | 2006-04-12 | 1 | -1/+8 |
* | pp_sys.c: some Coverity findings: NULL guards for format cv | Jarkko Hietaniemi | 2006-04-10 | 1 | -1/+1 |
* | sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=... | Jarkko Hietaniemi | 2006-04-08 | 1 | -8/+13 |
* | Assigning undef to an entry in %ENV shouldn't produce warnings, even | Rafael Garcia-Suarez | 2006-04-05 | 1 | -0/+5 |
* | Re: [perl #38293] chr(65535) should be allowed in regexes | SADAHIRO Tomoyuki | 2006-04-02 | 2 | -2/+120 |