This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2009-10-13 Jesse VincentWork around Parse-CPAN-Meta's desire to run a command...
2009-10-13 Jesse VincentMove the new "perl policy" document into pod/
2009-10-13 Jesse VincentPodify the social contract about contributed modules
2009-10-13 Smylersperlvar $1 clarification
2009-10-13 Nicholas ClarkChange S_ckwarn_common() to looping over the packed...
2009-10-13 Nicholas ClarkMigrate common code in Perl_ckwarn() and Perl_ckwarn_d...
2009-10-13 Nicholas ClarkIn Perl_ckwarn() and Perl_ckwarn_d() disentangle the...
2009-10-13 Nicholas ClarkReplace Perl_deprecate() with a macro that calls Perl_c...
2009-10-13 Nicholas ClarkMove the code related to deprecate("comma-less variable...
2009-10-13 Nicholas ClarkRemove category 'syntax' from 5 warnings that should...
2009-10-13 Nicholas ClarkUse deprecate() in place of deprecate_old(), and remove...
2009-10-12 Nicholas ClarkckWARNreg() and ckWARNregdep() now use string concatena...
2009-10-12 Nicholas ClarkReplace "%s"/SvPVX(sv_name) with "%"SVf/SVfARG(sv_name...
2009-10-12 Nicholas ClarkIn regcomp.c, where possible replace vWARN* with ckWARN...
2009-10-12 Geoffrey T... overload no longer implicitly unsets fallback on repeat...
2009-10-12 Steve HayRemove Test-Simple's 00compile.t from core
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas ClarkNormalise 3 fatal pack/unpack error messages to "panic...
2009-10-12 Nicholas ClarkIn uni_to_bytes(), fix ckWARN() anomaly.
2009-10-12 Nicholas ClarkRe-order a conditional with ckWARN() last, as it is...
2009-10-12 Steve Hayversion's t/survey_locales is not in core so mark it...
2009-10-12 Nicholas Clarkdeprecate_old() is not public, and only used within...
2009-10-12 Nicholas ClarkIn Perl_ckwarn(), simplify the check of isLEXWARN_on...
2009-10-12 Rafael Garcia... Don't install filter-util.pl
2009-10-11 Steve HayImplement TODO support locally in t/comp/opsubs.t
2009-10-11 Steve HayFix failed() calls in t/comp
2009-10-11 Craig A. BerryTry for smarter (more portable) skip criteria in Encode...
2009-10-11 Craig A. BerryNo longer need to skip t/comp/opsubs.t #22 on VMS.
2009-10-11 Nicholas Clarkporting/manifest.t now tests that all files listed...
2009-10-11 Nicholas ClarkDefault to running tests in cpan/ with relative paths...
2009-10-11 Nicholas ClarkRun tests in ext/ and dist/ with relative paths for...
2009-10-11 Nicholas ClarkSwap the chdir and the call to perl_lib(), to work...
2009-10-11 Nicholas ClarkMakeMaker::Test::Utils::perl_lib now copes with relativ...
2009-10-11 Nicholas ClarkRemove core @INC setting and chdir boilerplate from...
2009-10-11 Nicholas ClarkRemove core @INC setting and chdir boilerplate from...
2009-10-11 Nicholas ClarkRemove core @INC setting and chdir boilerplate from...
2009-10-11 Nicholas ClarkRemove core @INC setting boilerplate from lib's test.
2009-10-11 Nicholas ClarkCorrect the location of the DISTRIBUTION tarball for...
2009-10-11 Nicholas ClarkExclude CGI/t/fast.t from the core, as it relies on...
2009-10-11 Nicholas ClarkCorrect the name of subtest.t, added in 2c4d5b9bac4cc261
2009-10-11 Nicholas ClarkCorrect the listed names of the two files uudecoded...
2009-10-11 Josh ben JoreDarwin's groups can have spaces in them
2009-10-11 Steve HayFix Test-Simple's new 00compile.t test in core
2009-10-11 Steve HayAdd Test-Simple's MANIFEST file
2009-10-11 Steve HayRemove test boilerpates from ExtUtils-CBuilder tests
2009-10-11 Steve HayCorrect MANIFEST, broken by Test-Simple upgrade
2009-10-11 Steve HayUpgrade to Test-Simple-0.94
2009-10-11 Steve HayUpgrade to Storable-2.21
2009-10-11 Steve HayUpgrade to Pod-Simple-3.08
2009-10-11 Steve HaySync Pod-Simple test scripts with CPAN versions
2009-10-11 Steve HayUpgrade to Parse-CPAN-Meta-1.40
2009-10-11 Steve HayUpgrade to ExtUtils-Manifest-1.57
2009-10-11 Steve HayUpgrade to ExtUtils-CBuilder-0.260301
2009-10-11 Steve HaySync ExtUtils-CBuilder test scripts with CPAN versions
2009-10-11 Steve HayUpgrade to CGI.pm-3.48
2009-10-11 Steve HayReplace UU encoded files in CGI with their binary originals
2009-10-11 Steve HayMove CGI's Changes file to its proper place
2009-10-10 Jesse VincentApplied a patch from David Fifield to fix an error...
2009-10-10 Jesse VincentAdded a TODO test for RT#69332 - PerlIO returns undef...
2009-10-10 Simon 'corecode... [perl #69686] Fix DragonFly thread lib selection
2009-10-09 Nicholas ClarkMake _quote_args() return a result, rather than passing...
2009-10-09 Nicholas ClarkAvoid using ++, op= and anon hash constructors in the...
2009-10-09 Nicholas ClarkRefactoring tests to use test.pl is a TODO.
2009-10-09 Nicholas ClarkAdd a test for the bootstrap rules for tests in t/
2009-10-09 Nicholas ClarkDon't use require in comp/fold.t, as require isn't...
2009-10-09 Nicholas ClarkGive names to all tests in t/comp/fold.t
2009-10-09 Nicholas ClarkMove the require './test.pl' to the end of t/comp/hints.t
2009-10-09 Nicholas ClarkDon't use require in comp/multiline.t, as require isn...
2009-10-09 Nicholas ClarkDon't use require in comp/opsubs.t, as require isn...
2009-10-09 Nicholas ClarkDon't use require in comp/our.t, as require isn't teste...
2009-10-09 Nicholas ClarkDon't use require in comp/parser.t, as require isn...
2009-10-09 Nicholas ClarkDon't use require in comp/retainedlines.t, as require...
2009-10-09 Nicholas ClarkAvoid relying on prototypes working for tests to pass...
2009-10-09 Nicholas ClarkDon't use require in comp/uproto.t, as require isn...
2009-10-09 Nicholas ClarkIn opt(), use is(..., undef) rather than ok(!defined...
2009-10-09 Nicholas ClarkMove the test for require 5.11.0 not loading strictures...
2009-10-09 Nicholas ClarkDon't use require in comp/utf.t, as require isn't teste...
2009-10-09 Jesse VincentRecord that Ask and Steve Hay have volunteered to be...
2009-10-09 Steve HayAdd missing IO-Compress test file
2009-10-09 Nicholas ClarkUse require.t's bytes_to_utf() in place of PerlIO layer...
2009-10-09 Nicholas ClarkPrint the encoding name as part of the test, rather...
2009-10-09 Nicholas ClarkRefactor bytes_to_utf16() into a more generic routine...
2009-10-09 Nicholas ClarkReplace longhand invocations of test() with 3 nested...
2009-10-09 Nicholas ClarkTest utf8 with BOMs, like we already test utf16be and...
2009-10-09 Nicholas ClarkMove tests for use for "new style version numbers"...
2009-10-09 Jesse VincentSlightly clean up the release manager guide by specifyi...
2009-10-09 Jesse VincentDocument that blead is released by a member of the...
2009-10-09 Jesse VincentUpdate the release manager guide to clean up the taggin...
2009-10-08 Craig A. BerryMakeMaker testing in core runs from one level deeper...
2009-10-08 Nicholas ClarkMove &do_require to the top of require.t, so that ...
2009-10-08 Nicholas ClarkMove the test for RT #49472 to op/attrs.t from comp...
2009-10-08 Rafael Garcia... Disable strictures while setting $VERSION in a "package...
2009-10-08 Rafael Garcia... Merge branch 'feature/package-name-version' into blead
2009-10-08 Rafael Garcia... Documentation typo
2009-10-08 Rafael Garcia... Simplify code that sets $VERSION on the "package" line
2009-10-08 Nicholas ClarkAvoid using bytes in require.t, as pack "C0U" does...
2009-10-08 Nicholas ClarkAvoid using the strict pragma in retainedlines.t -...
2009-10-08 Nicholas ClarkAvoid using the strict pragma in colon.t - use may...
2009-10-08 Nicholas ClarkAvoid using pragmata in fold.t - use may not work yet.
next