This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "[perl #77496] tied gets scalars and globs confused"
[perl5.git] / t / porting /
2010-11-27 Craig A. BerrySkip t/porting/FindExt.t on VMS.
2010-11-25 Jan DuboisPass STATIC_EXT to t/porting/FindExt.t
2010-11-21 Nicholas ClarkMove the test for Win32's FindExt.pm to t/porting,...
2010-11-11 Nicholas ClarkAdd Perl_bytes_cmp_utf8() to compare character sequence...
2010-10-18 Chris 'BinGOs' Wil... Fix issues with the podlators update
2010-10-18 Nicholas ClarkTweak t/porting/dual-life.t for the file renames in...
2010-10-05 Nicholas ClarkMove pod2html.PL into ext/Pod-Html
2010-10-05 Nicholas ClarkMove pod2man.PL, pod2text.PL, podselect.PL into cpan...
2010-10-05 Nicholas ClarkMove pod2usage.PL, podchecker.PL, podselect.PL into...
2010-09-28 Nicholas ClarkA test to check that regen.pl doesn't need running.
2010-09-27 Tye McQueen[perl #73754] Better error message for PerlIO layer...
2010-09-20 David Mitchellporting/manifest.t fail gracefully under !git
2010-08-29 Yves Ortonwhen building under git, test that MANIFEST and git...
2010-08-25 David Mitchellexclude autodoc.pl from pod checks
2010-08-19 Florian RagwitzTest for +x bits for all the files in exec-bit.txt
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-08-02 David CantrellFix file name in comment
2010-07-30 David GoldenImprove Porting/checkAUTHORS.pl
2010-07-27 George GreerKeep test output pretty by actually using skip_all...
2010-07-27 George GreerMSWin32's "-x" checks file extension, so it isn't usefu...
2010-07-27 George GreerAdd filename with spurious +x bit to diag in t/porting...
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 Craig A. BerryPort dual-life.t to VMS.
2010-07-24 David GoldenGlobal executable bit cleanup
2010-07-21 Jan DuboisUse .\ instead of ./ on Windows
2010-07-20 David Goldendon't use Test::More in dual-life.t
2010-07-20 David GoldenAdd exceptions to dual-life.t
2010-07-19 David GoldenAdded t/porting/dual-life.t
2010-07-04 Jesse VincentMake checkAUTHORS a test to further reduce the release...
2010-06-29 Nicholas ClarkAllow the "diag_listed_as" annotation to work on multi...
2010-06-12 Nicholas ClarkBetter diagnostics on detecting case sensitive file...
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-29 Nicholas ClarkFix the regexp in t/porting/args_assert.t, and add...
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-22 H.Merijn Brand../lib isn't valid after a chdir "..";
2009-10-12 Nicholas ClarkNormalise 3 fatal pack/unpack error messages to "panic...
2009-10-11 Nicholas Clarkporting/manifest.t now tests that all files listed...
2009-10-09 Nicholas ClarkAdd a test for the bootstrap rules for tests in t/
2009-10-07 Nicholas ClarkMakefile and makefile only exist on case-sensitive...
2009-10-07 Max MaischeinRemove BEGIN{}, use '..', part deux
2009-10-06 Nicholas Clarksort @files once, outside the loop.
2009-10-06 Nicholas ClarkStandarise t/porting/*.t on ./test.pl, and remove BEGIN...
2009-10-06 Jesse Vincentpodcheck.t now uses MANIFEST to choose which files...
2009-10-06 Jesse VincentWe don't actually want to check .PL files
2009-10-06 Max MaischeinCheck POD in lib/, ext/ and pod/
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...
2009-09-30 Nicholas ClarkMove 3 porting sanity tests from t/lib/ to t/porting...
2009-08-03 Jesse VincentFlipped checkcase.pl from a porting tool to an actual...