| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 3 | -20/+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 |
* | Remove the couple of references to AutoLoader that remained in | David Leadbeater | 2011-03-13 | 1 | -6/+2 |
* | 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 |
* | [perl #82111] de-pessimise some my @array = ... | David Mitchell | 2011-03-12 | 1 | -1/+12 |
* | 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 |
* | perldelta entries | Father Chrysostomos | 2011-03-12 | 1 | -3/+118 |
* | release_managers_guide.pod: Add Module::CoreList to perldelta | Father Chrysostomos | 2011-03-12 | 1 | -0/+2 |
* | perlunicode: double space | Father Chrysostomos | 2011-03-12 | 1 | -1/+1 |
* | Switch Storable to IO::File from FileHandle, only load if needed | David Leadbeater | 2011-03-12 | 1 | -2/+3 |
* | Stop using AutoLoader in Storable | David Leadbeater | 2011-03-12 | 1 | -27/+20 |
* | Switch Storable to XSLoader from DynaLoader | David Leadbeater | 2011-03-12 | 1 | -4/+5 |
* | regcomp.c: /a should handle /\xdf/i same as /u | Karl Williamson | 2011-03-12 | 2 | -7/+35 |
* | Convert t/op/study.t to use test.pl, strict and warnings. | Nicholas Clark | 2011-03-12 | 1 | -58/+25 |
* | Convert t/op/utf8cache.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-12 | 1 | -11/+7 |
* | skip_all_without_dynamic_extension() should accepted names containing ::s | Nicholas Clark | 2011-03-12 | 1 | -0/+1 |
* | Rename test.pl's skip_all_without_extension to *_dynamic_extension(). | Nicholas Clark | 2011-03-12 | 12 | -23/+13 |
* | Convert t/op/readdir.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-12 | 1 | -29/+34 |
* | Convert t/op/goto_xs.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-12 | 1 | -36/+27 |
* | Move pwent.t's test for NIS+ earlier, before the "fallback" of /etc/passwd | Nicholas Clark | 2011-03-12 | 1 | -3/+3 |
* | In t/op/pwent.t, create try_prog() for the common 'try this command' logic. | Nicholas Clark | 2011-03-12 | 1 | -35/+20 |
* | Add PERL_PRESERVE_IVUV to non_bincompat_options. | Nicholas Clark | 2011-03-12 | 1 | -0/+3 |
* | Fix RT #84294 /((\w+)(?{print $2})){2,2}/ problem | Yves Orton | 2011-03-12 | 2 | -3/+5 |
* | Add tests for RT #84294 /((\w+)(?{print $2})){2,2}/ problem | Yves Orton | 2011-03-12 | 1 | -1/+12 |
* | In utf8decode.t, use //x to add comments to the parsing regexp. | Nicholas Clark | 2011-03-12 | 1 | -3/+9 |
* | In utf8decode.t, test that we get the expected Unicode character(s) | Nicholas Clark | 2011-03-12 | 1 | -20/+24 |
* | In utf8decode.t, constrain more tightly the testing of expected warnings. | Nicholas Clark | 2011-03-12 | 1 | -20/+31 |
* | In utf8decode.t, use warning_is() for the should-not-warn cases. | Nicholas Clark | 2011-03-12 | 1 | -22/+17 |
* | In utf8decode.t, move the test data from a heredoc to <DATA> | Nicholas Clark | 2011-03-12 | 1 | -46/+42 |
* | In utf8decode.t, remove the \x sequence strings of bytes | Nicholas Clark | 2011-03-12 | 1 | -93/+84 |
* | In utf8decode.t, test that the hex sequences and \x escapes are equivalent. | Nicholas Clark | 2011-03-12 | 1 | -0/+2 |
* | Convert utf8decode.t to test.pl | Nicholas Clark | 2011-03-12 | 1 | -32/+17 |
* | In test.pl, refactor the implementation of warning_{is,like} and warnings_like. | Nicholas Clark | 2011-03-12 | 1 | -14/+42 |
* | 11883c88c2a3bf14 introduced an error in 64bitint.t with long doubles. | Nicholas Clark | 2011-03-12 | 1 | -0/+3 |
* | Skip eintr.t on FreeBSD (see perl #85842 and #84688). | Craig A. Berry | 2011-03-11 | 1 | -1/+3 |
* | C<not> should be C<!> in utf8decode.t, to fix a precedence bug. | Nicholas Clark | 2011-03-11 | 1 | -31/+31 |