| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the TODO handling in t/re/ReTest.pl's skip() | Nicholas Clark | 2011-03-02 | 1 | -6/+10 |
* | Convert taint.t to lexical file and directory handles, and 3 argument open. | Nicholas Clark | 2011-03-02 | 1 | -34/+37 |
* | In taint.t, convert the Fcntl and *printf tests to violates_taint(). | Nicholas Clark | 2011-03-02 | 1 | -58/+30 |
* | In taint.t, violates_taint() now tests more of the "insecure dependency" error. | Nicholas Clark | 2011-03-02 | 1 | -6/+7 |
* | In taint.t, add violates_taint(), to replace a repeated is()/like() pair. | Nicholas Clark | 2011-03-02 | 1 | -79/+44 |
* | In taint.t, avoid using ok() where better test functions are more suitable. | Nicholas Clark | 2011-03-02 | 1 | -6/+6 |
* | In taint.t, replace C<not any_tainted(..)> with calls to isnt_tainted() | Nicholas Clark | 2011-03-02 | 1 | -15/+18 |
* | In taint.t, replace calls to all_tainted() with a loop over is_tainted(). | Nicholas Clark | 2011-03-02 | 1 | -8/+6 |
* | Add {is,isnt}_tainted() to taint.t, to replace use of C<ok(tainted(...))> | Nicholas Clark | 2011-03-02 | 1 | -334/+350 |
* | Convert taint.t to use test.pl's testing functions. | Nicholas Clark | 2011-03-02 | 1 | -259/+234 |
* | toke.c: Raise error for multiple regexp mods | Karl Williamson | 2011-03-01 | 1 | -0/+13 |
* | fold_grind: Remove more tests under /d | Karl Williamson | 2011-02-28 | 1 | -8/+21 |
* | fold_grind.t: Reduce some tests. | Karl Williamson | 2011-02-28 | 1 | -0/+14 |
* | fold_grind.t: Clarify comment | Karl Williamson | 2011-02-28 | 1 | -1/+2 |
* | fold_grind.t: fix confusingly-named variable | Karl Williamson | 2011-02-28 | 1 | -4/+4 |
* | Convert the taint.t Fcntl tests to use tempfile(), instead of "foo". | Nicholas Clark | 2011-02-28 | 1 | -15/+14 |
* | Correct taint.t to skip the truncate test if $Config{d_truncate} is false. | Nicholas Clark | 2011-02-28 | 1 | -4/+6 |
* | Simplify the regression tests added in 3e6bd4bfcd175c61. | Nicholas Clark | 2011-02-28 | 1 | -11/+7 |
* | Eliminate tests for tainting of globs, skipped since 1999. | Nicholas Clark | 2011-02-27 | 1 | -13/+1 |
* | In gv_autoload4(), ensure set magic is called on $...::AUTOLOAD if necessary. | Nicholas Clark | 2011-02-27 | 1 | -1/+6 |
* | [perl #76814] FETCH called twice - || | Father Chrysostomos | 2011-02-27 | 1 | -7/+3 |
* | [perl #79442] A #line "F" in a string eval doesn't update *{"_<F"} | Father Chrysostomos | 2011-02-27 | 1 | -1/+11 |
* | Stop aelemfast from crashing on GVs with null AVs | Father Chrysostomos | 2011-02-26 | 1 | -1/+3 |
* | [perl #84746] Accessing $2 causes the interpreter to crash | Father Chrysostomos | 2011-02-25 | 1 | -0/+3 |
* | bleadperl breaks RCLAMP/Text-Glob | Karl Williamson | 2011-02-25 | 1 | -1/+4 |
* | Eliminate $::PatchId from t/re/*.t. | Nicholas Clark | 2011-02-25 | 3 | -12/+7 |
* | Remove now-unnecessary C<use File::Spec> from t/op/inccode.t | Nicholas Clark | 2011-02-25 | 1 | -1/+0 |
* | Migrate t/op/{fork,runlevel,tie}.t to use run_multiple_progs(). | Nicholas Clark | 2011-02-25 | 5 | -109/+47 |
* | Migrate the test running logic from t/lib/common.pl to t/test/pl | Nicholas Clark | 2011-02-25 | 2 | -147/+157 |
* | Convert t/lib/common.pl to lexical filehandles and 3-arg open. | Nicholas Clark | 2011-02-25 | 1 | -16/+15 |
* | In t/lib/common.pl, load File::Path on demand. | Nicholas Clark | 2011-02-25 | 1 | -4/+5 |
* | fold_grind.t: Skip some /aa tests. | Karl Williamson | 2011-02-24 | 1 | -4/+13 |
* | fold_grind.t: Skip some ASCII-only tests in /l | Karl Williamson | 2011-02-24 | 1 | -0/+15 |
* | fold_grind.t: Add comment | Karl Williamson | 2011-02-24 | 1 | -0/+3 |
* | fold_grind.t: White space only | Karl Williamson | 2011-02-24 | 1 | -17/+19 |
* | fold_grind.t: Run every charset on non-folds | Karl Williamson | 2011-02-24 | 1 | -0/+7 |
* | fold_grind: fix comment | Karl Williamson | 2011-02-24 | 1 | -2/+1 |
* | Detect unsafe signals more reliably on BSD/Solaris | Leon Timmermans | 2011-02-24 | 1 | -3/+9 |
* | In t/lib/common.pl, inline print_err_line into its only caller. | Nicholas Clark | 2011-02-24 | 1 | -17/+13 |
* | In t/lib/common.pl, inline RandomMatch() into its only caller. | Nicholas Clark | 2011-02-24 | 1 | -13/+4 |
* | speed up t/porting/filenames.t | David Mitchell | 2011-02-24 | 1 | -17/+38 |
* | In test.pl, change _fresh_perl* to avoid using closures. | Nicholas Clark | 2011-02-24 | 1 | -24/+22 |
* | t/re/fold_grind.t: slight speed up | David Mitchell | 2011-02-23 | 1 | -2/+3 |
* | t/re/fold_grind.t: tidy up a bit | David Mitchell | 2011-02-23 | 1 | -18/+24 |
* | make t/re/fold_grind.t even faster | David Mitchell | 2011-02-23 | 1 | -3/+20 |
* | make t/re/fold_grind.t faster | David Mitchell | 2011-02-23 | 1 | -30/+10 |
* | Move the tests that blow away %ENV to the end of t/op/magic.t | Nicholas Clark | 2011-02-23 | 1 | -82/+87 |
* | No need to sort {non_,}bincompat_options in Config, as they are always sorted. | Nicholas Clark | 2011-02-23 | 1 | -1/+1 |
* | Test that perl.c reports {non_,}bincompat_options in sorted order. | Nicholas Clark | 2011-02-23 | 1 | -0/+18 |
* | Skip t/re/pat_{advanced,rt_report}.t under minitest, as they use %- and %+ | Nicholas Clark | 2011-02-23 | 2 | -0/+8 |