| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the test for Win32's FindExt.pm to t/porting, and run it automatically. | Nicholas Clark | 2010-11-21 | 1 | -0/+51 |
* | Add Perl_bytes_cmp_utf8() to compare character sequences in different encodings | Nicholas Clark | 2010-11-11 | 1 | -0/+5 |
* | Fix issues with the podlators update | Chris 'BinGOs' Williams | 2010-10-19 | 1 | -1/+1 |
* | Tweak t/porting/dual-life.t for the file renames in 463da0ac9e3d63ff. | Nicholas Clark | 2010-10-18 | 1 | -1/+1 |
* | Move pod2html.PL into ext/Pod-Html | Nicholas Clark | 2010-10-05 | 1 | -0/+1 |
* | Move pod2man.PL, pod2text.PL, podselect.PL into cpan/podlators/scripts | Nicholas Clark | 2010-10-05 | 1 | -0/+3 |
* | Move pod2usage.PL, podchecker.PL, podselect.PL into cpan/Pod-Parser/scripts | Nicholas Clark | 2010-10-05 | 1 | -4/+15 |
* | A test to check that regen.pl doesn't need running. | Nicholas Clark | 2010-09-28 | 1 | -0/+23 |
* | [perl #73754] Better error message for PerlIO layer implementations | Tye McQueen | 2010-09-26 | 1 | -1/+2 |
* | porting/manifest.t fail gracefully under !git | David Mitchell | 2010-09-20 | 1 | -0/+1 |
* | when building under git, test that MANIFEST and git ls-files match up properly | Yves Orton | 2010-08-30 | 1 | -2/+31 |
* | exclude autodoc.pl from pod checks | David Mitchell | 2010-08-25 | 1 | -0/+1 |
* | Test for +x bits for all the files in exec-bit.txt | Florian Ragwitz | 2010-08-19 | 1 | -4/+4 |
* | Remove invalid version object from diag.t exceptions | David Golden | 2010-08-12 | 1 | -1/+0 |
* | Refactor porting/diag.t and improve output format | David Golden | 2010-08-12 | 1 | -20/+35 |
* | Add perldiag entries for new version format errors | David Golden | 2010-08-12 | 1 | -0/+9 |
* | Improve diag.t to detect BADVERSION diagnostics | David Golden | 2010-08-12 | 1 | -17/+20 |
* | Fix file name in comment | David Cantrell | 2010-08-02 | 1 | -1/+1 |
* | Improve Porting/checkAUTHORS.pl | David Golden | 2010-07-30 | 1 | -1/+1 |
* | Keep test output pretty by actually using skip_all()'s message... | George Greer | 2010-07-26 | 1 | -3/+2 |
* | MSWin32's "-x" checks file extension, so it isn't useful for exec-bit.t | George Greer | 2010-07-26 | 1 | -0/+4 |
* | Add filename with spurious +x bit to diag in t/porting/exec-bit.t | George Greer | 2010-07-26 | 1 | -1/+1 |
* | Make the success and failure messages of t/porting/diag.t more clear, and add... | James Mastros | 2010-07-26 | 1 | -4/+19 |
* | Document "Ambiguous use of -%s resolved as -&%s()" | James Mastros | 2010-07-26 | 1 | -1/+0 |
* | Document "Ambiguous use of %c{%s%s} resolved to %c%s%s" | James Mastros | 2010-07-26 | 1 | -1/+0 |
* | Document "Ambiguous use of %c{%s} resolved to %c%s" | James Mastros | 2010-07-26 | 1 | -1/+0 |
* | Document "Ambiguous use of %c resolved as operator %c" | James Mastros | 2010-07-26 | 1 | -1/+0 |
* | Stick a comment in t/porting/diag.t begging people not to abuse the ignore list | James Mastros | 2010-07-26 | 1 | -0/+3 |
* | Normalize formatting of "Ambiguous call resolved as CORE::%s(), qualify as su... | James Mastros | 2010-07-26 | 1 | -1/+0 |
* | Port dual-life.t to VMS. | Craig A. Berry | 2010-07-24 | 1 | -2/+5 |
* | Global executable bit cleanup | David Golden | 2010-07-24 | 2 | -0/+43 |
* | Use .\ instead of ./ on Windows | Jan Dubois | 2010-07-20 | 1 | -1/+2 |
* | don't use Test::More in dual-life.t | David Golden | 2010-07-20 | 1 | -1/+4 |
* | Add exceptions to dual-life.t | David Golden | 2010-07-19 | 1 | -1/+12 |
* | Added t/porting/dual-life.t | David Golden | 2010-07-18 | 1 | -0/+29 |
* | Make checkAUTHORS a test to further reduce the release burden | Jesse Vincent | 2010-07-04 | 1 | -0/+19 |
* | Allow the "diag_listed_as" annotation to work on multi-line function calls. | Nicholas Clark | 2010-06-29 | 1 | -1/+3 |
* | Better diagnostics on detecting case sensitive file name clashes. | Nicholas Clark | 2010-06-12 | 1 | -1/+2 |
* | PATCH: teach diag.t new warning function names | Karl Williamson | 2010-06-01 | 1 | -21/+63 |
* | Don't require doubled backslashes in perldiag.pod | Karl Williamson | 2010-05-30 | 1 | -8/+9 |
* | Fix the regexp in t/porting/args_assert.t, and add 3 missing macros. | Nicholas Clark | 2010-05-29 | 1 | -2/+2 |
* | PATCH: Clean up EBCDIC handling of \cX | Karl Williamson | 2010-05-17 | 1 | -1/+0 |
* | Deal with "\c{", and its kin | Karl Williamson | 2010-04-26 | 1 | -0/+1 |
* | Omnibus strict and lax version parsing | David Golden | 2010-01-13 | 1 | -0/+6 |
* | With $PERL_UNICODE we still need to find utf8.pm | H.Merijn Brand | 2010-01-12 | 1 | -0/+1 |
* | Run t/porting/diag.t from the top-level directory. | Nicholas Clark | 2009-12-19 | 1 | -5/+7 |
* | Fix -DPERL_NO_UTF16_FILTER | Eric Brine | 2009-11-30 | 1 | -4/+4 |
* | Inline PL_no_symref into pp_entersub. Deprecate the visible global variable. | Nicholas Clark | 2009-11-15 | 1 | -0/+1 |
* | Documentation for the 'qr' overload. | Ben Morrow | 2009-11-01 | 1 | -1/+0 |
* | ../lib isn't valid after a chdir ".."; | H.Merijn Brand | 2009-10-22 | 1 | -0/+1 |