This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlport: remove perlapollo link
[perl5.git] / t / porting / diag.t
2011-02-18 Karl Williamsondiag.t: Allow underscore in warnings categories
2011-02-16 Father Chrysostomosadd refcnt_inc/dec to perldiag
2011-02-10 Karl WilliamsonFix up \cX for 5.14
2011-01-18 David Mitchellt/porting/diag.t: fix indentation in check_file()
2011-01-18 David Mitchellvastly speed up t/porting/diag.t
2011-01-10 Karl Williamsondiag.t: Change so a fixed TODO passes
2011-01-08 Karl Williamsondiag.t: Remove printf conversion modifiers from msgs
2011-01-08 Karl Williamsondiag.t: Check that TODOs haven't been done
2011-01-08 Karl Williamsondiag.t: Remove TODOs that have been done
2011-01-08 Karl Williamsondiag.t: Ignore formatting precisions in messages
2011-01-08 Karl Williamsondiag.t: Add checks that pod msgs have severity
2011-01-08 Karl Williamsondiag.t: Use variable for pod name
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-11-11 Nicholas ClarkAdd Perl_bytes_cmp_utf8() to compare character sequence...
2010-09-27 Tye McQueen[perl #73754] Better error message for PerlIO layer...
2010-08-12 David GoldenRemove invalid version object from diag.t exceptions
2010-08-12 David GoldenRefactor porting/diag.t and improve output format
2010-08-12 David GoldenAdd perldiag entries for new version format errors
2010-08-12 David GoldenImprove diag.t to detect BADVERSION diagnostics
2010-07-26 James MastrosMake the success and failure messages of t/porting...
2010-07-26 James MastrosDocument "Ambiguous use of -%s resolved as -&%s()"
2010-07-26 James MastrosDocument "Ambiguous use of %c{%s%s} resolved to %c...
2010-07-26 James MastrosDocument "Ambiguous use of %c{%s} resolved to %c%s"
2010-07-26 James MastrosDocument "Ambiguous use of %c resolved as operator %c"
2010-07-26 James MastrosStick a comment in t/porting/diag.t begging people...
2010-07-26 James MastrosNormalize formatting of "Ambiguous call resolved as...
2010-07-24 David GoldenGlobal executable bit cleanup
2010-06-29 Nicholas ClarkAllow the "diag_listed_as" annotation to work on multi...
2010-05-31 Karl WilliamsonPATCH: teach diag.t new warning function names
2010-05-30 Karl WilliamsonDon't require doubled backslashes in perldiag.pod
2010-05-17 Karl WilliamsonPATCH: Clean up EBCDIC handling of \cX
2010-04-26 Karl WilliamsonDeal with "\c{", and its kin
2010-01-14 David GoldenOmnibus strict and lax version parsing
2010-01-12 H.Merijn BrandWith $PERL_UNICODE we still need to find utf8.pm
2009-12-19 Nicholas ClarkRun t/porting/diag.t from the top-level directory.
2009-11-30 Eric BrineFix -DPERL_NO_UTF16_FILTER
2009-11-15 Nicholas ClarkInline PL_no_symref into pp_entersub. Deprecate the...
2009-11-01 Ben MorrowDocumentation for the 'qr' overload.
2009-10-12 Nicholas ClarkNormalise 3 fatal pack/unpack error messages to "panic...
2009-10-06 Nicholas ClarkStandarise t/porting/*.t on ./test.pl, and remove BEGIN...
2009-10-05 Max MaischeinRemove :raw open mode from tests
2009-10-03 Rafael Garcia-SuarezChange warning "Unicode character is illegal" to more...
2009-10-01 Nicholas ClarkMove t/pod/diag.t to t/porting, as it's really a code...