| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Normalise 3 fatal pack/unpack error messages to "panic: %s" | Nicholas Clark | 2009-10-12 | 1 | -3/+0 |
* | porting/manifest.t now tests that all files listed in MANIFEST are present. | Nicholas Clark | 2009-10-11 | 1 | -0/+2 |
* | Add a test for the bootstrap rules for tests in t/ | Nicholas Clark | 2009-10-09 | 1 | -0/+47 |
* | Makefile and makefile only exist on case-sensitive file systems, so allow them. | Nicholas Clark | 2009-10-07 | 1 | -2/+4 |
* | Remove BEGIN{}, use '..', part deux | Max Maischein | 2009-10-07 | 2 | -16/+1 |
* | sort @files once, outside the loop. | Nicholas Clark | 2009-10-06 | 1 | -1/+1 |
* | Standarise t/porting/*.t on ./test.pl, and remove BEGIN boilerplate. | Nicholas Clark | 2009-10-06 | 3 | -13/+16 |
* | podcheck.t now uses MANIFEST to choose which files it should check | Jesse Vincent | 2009-10-05 | 1 | -14/+16 |
* | We don't actually want to check .PL files | Jesse Vincent | 2009-10-05 | 1 | -2/+2 |
* | Check POD in lib/, ext/ and pod/ | Max Maischein | 2009-10-05 | 1 | -0/+85 |
* | Remove :raw open mode from tests | Max Maischein | 2009-10-05 | 1 | -2/+2 |
* | Change warning "Unicode character is illegal" to more accurate description | Rafael Garcia-Suarez | 2009-10-03 | 1 | -1/+1 |