p5sagit/p5-mst-13.2.git
2009-10-15 Craig A. Berry Make p_tainted.t find its tests on VMS.
2009-10-15 Steve Peters Hmmm... this may be a heisenbug. Works on some termina...
2009-10-15 Steve Peters Merge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-10-15 Steve Peters POSIX::strftime() should be able to handle Unicode...
2009-10-15 Nicholas Clark Move the boolkeys op to the group of hash ops.
2009-10-15 demerphq Optimise if (%foo) to be faster than if(keys %foo)
2009-10-15 demerphq Support for pp_boolkeys in B::Deparse.
2009-10-14 Jesse Vincent Updated a comment in Porting/makerel
2009-10-14 Sisyphus Add mingw64 support for win32
2009-10-14 Rafael Garcia... Remove old code dealing with installing 5.003's perldiag
2009-10-14 Rafael Garcia... Ignore files installed by Parse::CPAN::Meta
2009-10-14 Rafael Garcia... Don't install uupacktool.pl
2009-10-14 Sisyphus Patch t/win32/system.t for mingw32/64
2009-10-14 brian d foy Fix {$^MATCH} typo in perlre
2009-10-13 Jan Dubois The winsock select() implementation doesn't support...
2009-10-13 Nicholas Clark Sort MANIFEST following commit 9bc662c9c4c134e4.
2009-10-13 Nicholas Clark Note that a test that regen.pl was run is TODO.
2009-10-13 Nicholas Clark Minor podification nit. *2 legs bad* B<4 legs good>.
2009-10-13 Eric Brine Incorrect warning category case
2009-10-13 Steve Hay Fix minor typo in perlpolicy.pod
2009-10-13 Jesse Vincent Work around Parse-CPAN-Meta's desire to run a command...
2009-10-13 Jesse Vincent Move the new "perl policy" document into pod/
2009-10-13 Jesse Vincent Podify the social contract about contributed modules
2009-10-13 Smylers perlvar $1 clarification
2009-10-13 Nicholas Clark Change S_ckwarn_common() to looping over the packed...
2009-10-13 Nicholas Clark Migrate common code in Perl_ckwarn() and Perl_ckwarn_d...
2009-10-13 Nicholas Clark In Perl_ckwarn() and Perl_ckwarn_d() disentangle the...
2009-10-13 Nicholas Clark Replace Perl_deprecate() with a macro that calls Perl_c...
2009-10-13 Nicholas Clark Move the code related to deprecate("comma-less variable...
2009-10-13 Nicholas Clark Remove category 'syntax' from 5 warnings that should...
2009-10-13 Nicholas Clark Use deprecate() in place of deprecate_old(), and remove...
2009-10-12 Nicholas Clark ckWARNreg() and ckWARNregdep() now use string concatena...
2009-10-12 Nicholas Clark Replace "%s"/SvPVX(sv_name) with "%"SVf/SVfARG(sv_name...
2009-10-12 Nicholas Clark In 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 Hay Remove Test-Simple's 00compile.t from core
2009-10-12 Nicholas Clark Add Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas Clark Add Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas Clark Normalise 3 fatal pack/unpack error messages to "panic...
2009-10-12 Nicholas Clark In uni_to_bytes(), fix ckWARN() anomaly.
2009-10-12 Nicholas Clark Re-order a conditional with ckWARN() last, as it is...
2009-10-12 Steve Hay version's t/survey_locales is not in core so mark it...
2009-10-12 Nicholas Clark deprecate_old() is not public, and only used within...
2009-10-12 Nicholas Clark In Perl_ckwarn(), simplify the check of isLEXWARN_on...
2009-10-12 Rafael Garcia... Don't install filter-util.pl
2009-10-11 Steve Hay Implement TODO support locally in t/comp/opsubs.t
2009-10-11 Steve Hay Fix failed() calls in t/comp
2009-10-11 Craig A. Berry Try for smarter (more portable) skip criteria in Encode...
2009-10-11 Craig A. Berry No longer need to skip t/comp/opsubs.t #22 on VMS.
2009-10-11 Nicholas Clark porting/manifest.t now tests that all files listed...
2009-10-11 Nicholas Clark Default to running tests in cpan/ with relative paths...
2009-10-11 Nicholas Clark Run tests in ext/ and dist/ with relative paths for...
2009-10-11 Nicholas Clark Swap the chdir and the call to perl_lib(), to work...
2009-10-11 Nicholas Clark MakeMaker::Test::Utils::perl_lib now copes with relativ...
2009-10-11 Nicholas Clark Remove core @INC setting and chdir boilerplate from...
2009-10-11 Nicholas Clark Remove core @INC setting and chdir boilerplate from...
2009-10-11 Nicholas Clark Remove core @INC setting and chdir boilerplate from...
2009-10-11 Nicholas Clark Remove core @INC setting boilerplate from lib's test.
2009-10-11 Nicholas Clark Correct the location of the DISTRIBUTION tarball for...
2009-10-11 Nicholas Clark Exclude CGI/t/fast.t from the core, as it relies on...
2009-10-11 Nicholas Clark Correct the name of subtest.t, added in 2c4d5b9bac4cc261
2009-10-11 Nicholas Clark Correct the listed names of the two files uudecoded...
2009-10-11 Josh ben Jore Darwin's groups can have spaces in them
2009-10-11 Steve Hay Fix Test-Simple's new 00compile.t test in core
2009-10-11 Steve Hay Add Test-Simple's MANIFEST file
2009-10-11 Steve Hay Remove test boilerpates from ExtUtils-CBuilder tests
2009-10-11 Steve Hay Correct MANIFEST, broken by Test-Simple upgrade
2009-10-11 Steve Hay Upgrade to Test-Simple-0.94
2009-10-11 Steve Hay Upgrade to Storable-2.21
2009-10-11 Steve Hay Upgrade to Pod-Simple-3.08
2009-10-11 Steve Hay Sync Pod-Simple test scripts with CPAN versions
2009-10-11 Steve Hay Upgrade to Parse-CPAN-Meta-1.40
2009-10-11 Steve Hay Upgrade to ExtUtils-Manifest-1.57
2009-10-11 Steve Hay Upgrade to ExtUtils-CBuilder-0.260301
2009-10-11 Steve Hay Sync ExtUtils-CBuilder test scripts with CPAN versions
2009-10-11 Steve Hay Upgrade to CGI.pm-3.48
2009-10-11 Steve Hay Replace UU encoded files in CGI with their binary originals
2009-10-11 Steve Hay Move CGI's Changes file to its proper place
2009-10-10 Jesse Vincent Applied a patch from David Fifield to fix an error...
2009-10-10 Jesse Vincent Added 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 Clark Make _quote_args() return a result, rather than passing...
2009-10-09 Nicholas Clark Avoid using ++, op= and anon hash constructors in the...
2009-10-09 Nicholas Clark Refactoring tests to use test.pl is a TODO.
2009-10-09 Nicholas Clark Add a test for the bootstrap rules for tests in t/
2009-10-09 Nicholas Clark Don't use require in comp/fold.t, as require isn't...
2009-10-09 Nicholas Clark Give names to all tests in t/comp/fold.t
2009-10-09 Nicholas Clark Move the require './test.pl' to the end of t/comp/hints.t
2009-10-09 Nicholas Clark Don't use require in comp/multiline.t, as require isn...
2009-10-09 Nicholas Clark Don't use require in comp/opsubs.t, as require isn...
2009-10-09 Nicholas Clark Don't use require in comp/our.t, as require isn't teste...
2009-10-09 Nicholas Clark Don't use require in comp/parser.t, as require isn...
2009-10-09 Nicholas Clark Don't use require in comp/retainedlines.t, as require...
2009-10-09 Nicholas Clark Avoid relying on prototypes working for tests to pass...
2009-10-09 Nicholas Clark Don't use require in comp/uproto.t, as require isn...
2009-10-09 Nicholas Clark In opt(), use is(..., undef) rather than ok(!defined...
2009-10-09 Nicholas Clark Move the test for require 5.11.0 not loading strictures...
2009-10-09 Nicholas Clark Don't use require in comp/utf.t, as require isn't teste...
2009-10-09 Jesse Vincent Record that Ask and Steve Hay have volunteered to be...
2009-10-09 Steve Hay Add missing IO-Compress test file
next