| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid warnings in pat_advanced.t in the logic for skipping a test. | Nicholas Clark | 2011-03-20 | 1 | -3/+3 |
* | Skip test in pat_advanced_thr.t as it triggers an unrelated thread bug. | Nicholas Clark | 2011-03-20 | 1 | -1/+3 |
* | #84774: local $_ calls STORE when $_ is aliased to a tied hash element | Jan Dubois | 2011-03-20 | 1 | -4/+15 |
* | regcomp.c: RT#77414. Initialize flag | Karl Williamson | 2011-03-19 | 1 | -1/+0 |
* | pat_advanced.t: Bump watchdog timeout | Karl Williamson | 2011-03-19 | 1 | -1/+1 |
* | Stop hang in regex | Karl Williamson | 2011-03-19 | 1 | -0/+5 |
* | charset.t: Skip locale tests depending on platform | Karl Williamson | 2011-03-17 | 1 | -1/+11 |
* | Revert "re/pat.t: Remove TODO message on passing tests" | Karl Williamson | 2011-03-17 | 1 | -0/+1 |
* | [perl #86328] coredump in cleaning up circular magic | Father Chrysostomos | 2011-03-17 | 1 | -0/+34 |
* | RT #85964: bleadperl breaks CGI-FormBuilder | Karl Williamson | 2011-03-16 | 1 | -6/+6 |
* | Read Perl code on Windows in text mode by default. | Jan Dubois | 2011-03-16 | 1 | -0/+81 |
* | Add TODO tests for #85964 | Karl Williamson | 2011-03-16 | 1 | -0/+14 |
* | t/op/eval.t tweak for VMS due to record-oriented pipes. | Craig A. Berry | 2011-03-16 | 1 | -0/+3 |
* | Switch t/lib/no_load.t to done_testing() from using an explicit plan. | Nicholas Clark | 2011-03-16 | 1 | -11/+3 |
* | Convert the remainder of t/op/closure.t to test.pl | Nicholas Clark | 2011-03-16 | 1 | -74/+51 |
* | Convert the middle test loops of closure.t to test.pl | Nicholas Clark | 2011-03-16 | 1 | -14/+15 |
* | Convert the last third of t/op/closure.t to test.pl | Nicholas Clark | 2011-03-16 | 1 | -37/+27 |
* | Hang on to child handle after signalling SIGTERM | Jan Dubois | 2011-03-15 | 1 | -0/+20 |
* | Convert t/op/oct.t's main tests to data structure and loops. | Nicholas Clark | 2011-03-15 | 1 | -110/+93 |
* | Convert t/op/oct.t to using test.pl for comparisons and diagnostics. | Nicholas Clark | 2011-03-15 | 1 | -25/+18 |
* | Don't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as it isn't needed. | Nicholas Clark | 2011-03-15 | 2 | -2/+0 |
* | Bring the joy of strict (and warnings) to t/op/method.t | Nicholas Clark | 2011-03-14 | 1 | -16/+30 |
* | Convert the remainder of t/op/eval.t to test.pl | Nicholas Clark | 2011-03-14 | 1 | -168/+129 |
* | In t/op/eval.t, move logic from a spawned program into the main test script. | Nicholas Clark | 2011-03-14 | 1 | -45/+29 |
* | [perl #82250] fix tainted (s)print format | David Mitchell | 2011-03-14 | 1 | -3/+8 |
* | regcomp.c: utf8 pattern implies uni rules | Karl Williamson | 2011-03-14 | 1 | -0/+6 |
* | Convert t/re/regexp_unicode_prop.t to using test.pl's functions for testing. | Nicholas Clark | 2011-03-14 | 1 | -19/+17 |
* | Convert the remainder of t/op/numconvert.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-14 | 1 | -27/+22 |
* | Convert t/re/subst_amp.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-14 | 1 | -31/+20 |
* | Add a test to ensure that test.pl doesn't mention $& | Nicholas Clark | 2011-03-14 | 1 | -0/+15 |
* | Refactor t/op/assignwarn.t to generate all the tested code from data structures | Nicholas Clark | 2011-03-13 | 1 | -68/+44 |
* | Convert t/op/anonsub.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-13 | 1 | -64/+23 |
* | In test.pl, avoid using a closure to capture warnings. | Nicholas Clark | 2011-03-13 | 1 | -3/+8 |
* | Convert t/re/reg_mesg.t to test.pl and strict. | Nicholas Clark | 2011-03-13 | 1 | -87/+32 |
* | Move t/re/reg_unsafe.t's test to a fresh_perl_is() inside pat_advanced.t | Nicholas Clark | 2011-03-13 | 2 | -19/+16 |
* | Convert t/re/reg_email.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-13 | 1 | -7/+8 |
* | In overload.t, move require './test.pl' into BEGIN to avoid stubbing subs. | Nicholas Clark | 2011-03-13 | 1 | -12/+5 |
* | Convert t/op/magic.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-13 | 1 | -43/+37 |
* | Convert t/op/die_unwind.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-13 | 1 | -20/+17 |
* | Convert t/op/die_except.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-13 | 1 | -19/+16 |
* | Convert t/op/do.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-13 | 1 | -84/+88 |
* | Convert t/op/pwent.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-13 | 1 | -109/+113 |
* | C<not> should be C<!> in pwent.t, to fix a precedence bug. | Nicholas Clark | 2011-03-13 | 1 | -2/+2 |
* | In pwent.t, sanitise the logic for opening /etc/passwd, and calling skip_all() | Nicholas Clark | 2011-03-13 | 1 | -17/+16 |
* | Convert t/op/mydef.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-13 | 1 | -71/+71 |
* | In t/op/mydef.t, add missing C<eval> to a test. | Nicholas Clark | 2011-03-13 | 1 | -1/+1 |
* | Convert t/op/inc.t to test.pl and use strict. | Nicholas Clark | 2011-03-12 | 1 | -90/+61 |
* | Fix long-standing bug in t/op/inc.t, whereby ok() ignored a failed match. | Nicholas Clark | 2011-03-12 | 1 | -5/+7 |
* | In t/op/inc.t, inline check_some_code() into its only call point. | Nicholas Clark | 2011-03-12 | 1 | -34/+32 |
* | In t/op/inc.t, reorder the parameters to check_some_code() | Nicholas Clark | 2011-03-12 | 1 | -7/+5 |