| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert Tie::Hash::NamedCapture::TIEHASH to XS. | Nicholas Clark | 2011-03-08 | 2 | -10/+22 |
* | Add tests for documented behaviour of Tie::Hash::NamedCapture::TIEHASH. | Nicholas Clark | 2011-03-08 | 2 | -0/+35 |
* | Update JSON-PP to CPAN version 2.27105 | Chris 'BinGOs' Williams | 2011-03-08 | 3 | -4/+6 |
* | Check for threads before multiplicity in configure.com. | Craig A. Berry | 2011-03-08 | 1 | -103/+108 |
* | In test.pl, use block eval instead of string eval for requiring modules. | Nicholas Clark | 2011-03-08 | 1 | -6/+6 |
* | Refactor skip_all_without_config() to take a list of config options to test. | Nicholas Clark | 2011-03-08 | 3 | -7/+6 |
* | Simplify the logic in t/thread_it.pl, as the callers' filenames are uniform. | Nicholas Clark | 2011-03-08 | 11 | -71/+29 |
* | 4f890a3067e1198f missed qr// from t/re/pat.t in its refactoring in two places. | Nicholas Clark | 2011-03-08 | 1 | -2/+2 |
* | Nothing uses $ENV{PERL_CORE_MINITEST} any more, so don't set it in t/TEST | Nicholas Clark | 2011-03-08 | 1 | -2/+0 |
* | Move the special-case logic for $qr_embed_thr to regexp_qr_embed_thr.t | Nicholas Clark | 2011-03-08 | 2 | -21/+11 |
* | Refactor inccode.t to use is_miniperl() instead of $ENV{PERL_CORE_MINITEST} | Nicholas Clark | 2011-03-08 | 1 | -10/+9 |
* | Update Module::Build to CPAN version 0.3800 | David Golden | 2011-03-07 | 32 | -60/+139 |
* | [perl #85638] Docs for 'inherit from yourself' warning in base.pm | Robin Barker | 2011-03-07 | 1 | -1/+1 |
* | Increase base.pm’s version | Father Chrysostomos | 2011-03-07 | 1 | -1/+1 |
* | Increase Math::BigInt’s version | Father Chrysostomos | 2011-03-07 | 1 | -1/+1 |
* | Set multiplicity in configure.com when usethreads is enabled. | Craig A. Berry | 2011-03-07 | 1 | -12/+15 |
* | Move the test for 078c425b721ea35d from fresh_perl.t to pat_rt_report.t | Nicholas Clark | 2011-03-07 | 2 | -19/+17 |
* | Refactor 4 tests to use skip_if_miniperl(). | Nicholas Clark | 2011-03-07 | 4 | -14/+9 |
* | Refactor sigdispatch.t to use is_miniperl() instead testing %ENV for minitest. | Nicholas Clark | 2011-03-07 | 1 | -1/+2 |
* | Refactor t/thread_it.pl to use test.pl's skip_all_*() functions. | Nicholas Clark | 2011-03-07 | 1 | -9/+8 |
* | Refactor 4 tests to use skip_all(), instead of longhand code to generate TAP. | Nicholas Clark | 2011-03-07 | 4 | -22/+9 |
* | Refactor t/op/getpid.t to use skip_all_if_miniperl() in place of explicit code. | Nicholas Clark | 2011-03-07 | 1 | -4/+1 |
* | Replace quit() in t/op/groups.t with test.pl's skip_all() | Nicholas Clark | 2011-03-07 | 1 | -16/+6 |
* | Add skip_all_without_config() to test.pl, and use it in 6 tests. | Nicholas Clark | 2011-03-07 | 7 | -34/+22 |
* | Refactor the startup logic in fflush.t to use skip_all() | Nicholas Clark | 2011-03-07 | 1 | -10/+5 |
* | Refactor 5 tests to use skip_all(), instead of generating TAP locally. | Nicholas Clark | 2011-03-07 | 5 | -29/+15 |
* | Refactor t/lib/proxy_constant_subs.t to use skip_all_without_extension() | Nicholas Clark | 2011-03-07 | 1 | -10/+3 |
* | Simplify the startup skip logic of tests in t/uni. | Nicholas Clark | 2011-03-07 | 9 | -168/+39 |
* | Add skip_all_without_perlio() to test.pl, and use it in 8 tests. | Nicholas Clark | 2011-03-07 | 9 | -25/+15 |
* | Fix building with -Uuseperlio | Nicholas Clark | 2011-03-07 | 1 | -0/+4 |
* | Refactor 6 tests in t/op and t/run to use skip_all_if_miniperl(). | Nicholas Clark | 2011-03-07 | 6 | -28/+9 |
* | Ensure that the C<exists &Errno::EFOO> idiom continues to work as documented. | Nicholas Clark | 2011-03-07 | 2 | -3/+29 |
* | More changes to perlretut | Father Chrysostomos | 2011-03-06 | 1 | -15/+18 |
* | Libraries in @INC may be in Unix or VMS format on VMS. | Craig A. Berry | 2011-03-06 | 1 | -0/+5 |
* | Add appropriate archname appendages in configure.com. | Craig A. Berry | 2011-03-06 | 1 | -4/+37 |
* | Reorder archname-related questions in configure.com. | Craig A. Berry | 2011-03-06 | 1 | -332/+336 |
* | Use full archname in architecture-specific directories on VMS. | Craig A. Berry | 2011-03-06 | 2 | -8/+7 |
* | Make archname checks relocatable in configure.com. | Craig A. Berry | 2011-03-06 | 1 | -22/+22 |
* | More perlretut tweaks | Father Chrysostomos | 2011-03-06 | 1 | -15/+17 |
* | perlretut: Mention /p | Father Chrysostomos | 2011-03-06 | 1 | -0/+3 |
* | perlretut tweaks | Father Chrysostomos | 2011-03-06 | 1 | -5/+5 |
* | Ensure that t/io/{print,read,say}.t load Errno at BEGIN time. | Nicholas Clark | 2011-03-06 | 3 | -7/+8 |
* | Tidy perlio_open.t, by using test.pl skip_all* functions where appropriate. | Nicholas Clark | 2011-03-06 | 1 | -13/+3 |
* | Add skip_all_without_extension() to test.pl, for the common skip idiom. | Nicholas Clark | 2011-03-06 | 2 | -3/+12 |
* | Tidy t/io/layers.t | Nicholas Clark | 2011-03-06 | 1 | -16/+8 |
* | Tidy t/io/crlf.t | Nicholas Clark | 2011-03-06 | 1 | -5/+4 |
* | Tidy t/io/binmode.t | Nicholas Clark | 2011-03-06 | 1 | -15/+13 |
* | perlrequick tweaks | Father Chrysostomos | 2011-03-06 | 1 | -6/+8 |
* | Reword a perldiag entry | Father Chrysostomos | 2011-03-06 | 1 | -5/+4 |
* | Fix [perl #85508] regression in print length undef | David Leadbeater | 2011-03-06 | 2 | -7/+20 |