| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Skip the test for #77684 under minitest, as it requires PerlIO::scalar | Nicholas Clark | 2011-02-23 | 1 | -1/+2 |
* | charset.t: Skip locale tests if non locale | Karl Williamson | 2011-02-22 | 1 | -0/+7 |
* | fold_grind.t: Skip locale tests if wrong locale | Karl Williamson | 2011-02-22 | 1 | -2/+6 |
* | fold_grind.t: Don't use test numbers for todos | Karl Williamson | 2011-02-22 | 1 | -25/+16 |
* | t/test.pl: Add is_miniperl() | Karl Williamson | 2011-02-22 | 1 | -2/+6 |
* | Allow t/re/regexp.t to conditionally skip tests on miniperl | Nicholas Clark | 2011-02-22 | 2 | -38/+40 |
* | Skip a warnings test under miniperl that relies on the effects of -C | Nicholas Clark | 2011-02-22 | 1 | -0/+3 |
* | make /\p{isUserDefined}/ die on taint | David Mitchell | 2011-02-22 | 1 | -1/+15 |
* | Avoid loading modules for %! and %+ on meeting %{"foo::!"} and %{"foo::+"} | Nicholas Clark | 2011-02-22 | 1 | -1/+20 |
* | Revert "Revert "fold_grind.t: Test multi-char folds"" | Karl Williamson | 2011-02-21 | 1 | -9/+62 |
* | Break out the test for #27839 into a new test file. | Nicholas Clark | 2011-02-21 | 2 | -23/+34 |
* | Under minitest, skip tests in op/g{oto,v}.t that need PerlIO::scalar. | Nicholas Clark | 2011-02-21 | 2 | -10/+16 |
* | In t/io/open.t, skip the tests for loading IO::File when running under miniperl | Nicholas Clark | 2011-02-21 | 1 | -1/+2 |
* | Add skip_if_miniperl() to test.pl, and use it in op/hashassign.t and re/re.t | Nicholas Clark | 2011-02-21 | 3 | -3/+11 |
* | Break out the test for #72922 into a new test file. | Nicholas Clark | 2011-02-21 | 2 | -62/+39 |
* | Convert t/re/re.t to use done_testing(), instead of a trailing BEGIN block | Nicholas Clark | 2011-02-21 | 1 | -3/+5 |
* | Add skip_all_if_miniperl() to test.pl, and use it in 6 test scripts | Nicholas Clark | 2011-02-21 | 7 | -0/+11 |
* | Skip reg_namedcapture.t when run by miniperl | Nicholas Clark | 2011-02-21 | 1 | -0/+4 |
* | In t/TEST, automatically detect if running under miniperl | Nicholas Clark | 2011-02-21 | 1 | -1/+2 |
* | In switchI.t, use nolib => 1 to make the tests pass on miniperl once more. | Nicholas Clark | 2011-02-21 | 1 | -5/+2 |
* | In runenv.t, don't automatically add -I../lib to the test program's arguments. | Nicholas Clark | 2011-02-21 | 1 | -14/+11 |
* | Refactor t/run/runenv.t to use lexical file handles. | Nicholas Clark | 2011-02-21 | 1 | -12/+13 |
* | In runenv.t, inline runperl() into try(), its only caller. | Nicholas Clark | 2011-02-21 | 1 | -33/+9 |
* | t/re/re.t: remove leftover diag() debugging in 94b03d7d | Ævar Arnfjörð Bjarmason | 2011-02-20 | 1 | -3/+0 |
* | Revert "fold_grind.t: Test multi-char folds" | Ævar Arnfjörð Bjarmason | 2011-02-20 | 1 | -62/+9 |
* | Fix timing issues with test in sigdispatch.t on certain BSDs | Leon Timmermans | 2011-02-20 | 1 | -2/+2 |
* | Allow suffix form for /a /d /l /u | Karl Williamson | 2011-02-19 | 2 | -2/+26 |
* | regexec.c: Fix utf8 e.g. [\s] under locale | Karl Williamson | 2011-02-19 | 1 | -1/+1 |
* | Revert "regcomp: Add warning if tries to use \p in locale." | Karl Williamson | 2011-02-19 | 1 | -11/+0 |
* | Fix locale caseless matching and utf8 | Karl Williamson | 2011-02-19 | 1 | -16/+32 |
* | re/fold_grind.t: Fix improper skipping test | Karl Williamson | 2011-02-19 | 1 | -4/+4 |
* | re/fold_grind.t: Improve debug diagnostic | Karl Williamson | 2011-02-19 | 1 | -1/+2 |
* | taint REGEX SVs as well as refs to them | David Mitchell | 2011-02-18 | 1 | -1/+13 |
* | adjust the skip count to account for the new test in c22d665b | Tony Cook | 2011-02-18 | 1 | -1/+1 |
* | Subclass utf8 warnings so can turn off individually | Karl Williamson | 2011-02-17 | 2 | -2/+86 |
* | t/op/caller.t: Comment magic number | Karl Williamson | 2011-02-17 | 1 | -0/+3 |
* | diag.t: Allow underscore in warnings categories | Karl Williamson | 2011-02-17 | 1 | -1/+1 |
* | op/turkish.t: Fix wrong test explanations | Karl Williamson | 2011-02-17 | 1 | -2/+2 |
* | Unblock signal-mask on error for unsafe signals | Leon Timmermans | 2011-02-17 | 1 | -1/+7 |
* | test.pl: ok mess to stdout not stderr on success | David Mitchell | 2011-02-17 | 1 | -4/+5 |
* | fold_grind.t: Shorten eval string so no overflow | Karl Williamson | 2011-02-16 | 1 | -1/+1 |
* | fix many s/// tainting bugs | David Mitchell | 2011-02-16 | 1 | -26/+181 |
* | add comprehensive m// and s/// taint tests | David Mitchell | 2011-02-16 | 1 | -13/+554 |
* | add refcnt_inc/dec to perldiag | Father Chrysostomos | 2011-02-15 | 1 | -5/+0 |
* | [perl #78494] Pipes cause threads to hang on join() | Father Chrysostomos | 2011-02-15 | 1 | -1/+11 |
* | t/porting/podcheck.t: remove unused __DATA__ section | Ævar Arnfjörð Bjarmason | 2011-02-15 | 1 | -10/+0 |
* | fold_grind.t: Test multi-char folds | Karl Williamson | 2011-02-14 | 1 | -9/+59 |
* | Add /aa regex modifier | Karl Williamson | 2011-02-14 | 1 | -5/+30 |
* | fold_grind.t: Fix comments | Karl Williamson | 2011-02-14 | 1 | -7/+6 |
* | fold_grind.t: use common subroutine | Karl Williamson | 2011-02-14 | 1 | -15/+39 |