This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update HTTP-Tiny to CPAN version 0.033
[perl5.git] / Porting / bisect.pl
2013-05-28 Nicholas Clarkbisect.pl can run in-place if the checkout is totally...
2013-05-28 Nicholas ClarkIf there is no 'blead' branch, bisect.pl now uses a...
2013-05-28 Nicholas ClarkAdd --gold option to bisect.pl for the revision to...
2013-05-28 Nicholas ClarkWhen bisecting, use `git tag -l` to get the list of...
2013-05-28 Yves OrtonTweak to make it clearer what to do if your working...
2013-05-28 Nicholas ClarkWhen testing the end version, bisect.pl should treat...
2013-05-28 Nicholas ClarkOn HP-UX, bisect without any -j option as the system...
2013-05-28 Nicholas ClarkIn bisect{,-runner}.pl, refactor the code for CPU probi...
2012-03-07 Father ChrysostomosPorting/bisect.pl: Typos in diag msg
2012-02-17 Nicholas Clarkbisect.pl now reports a meaningful error for certain...
2012-02-01 Nicholas Clarkbisect.pl now exits with 0 for success for --help
2011-11-25 Nicholas Clarkbisect.pl avoids perl-5.004 and earlier on case insensi...
2011-11-23 Nicholas ClarkMove the implementation of --validate from bisect.pl...
2011-11-17 Nicholas ClarkAdd --check-shebang to bisect-runner.pl, to avoid mista...
2011-11-17 Nicholas ClarkNote in Porting/bisect.pl that its documentation is...
2011-11-01 Nicholas ClarkIn bisect.pl, provide a default test for --validate...
2011-11-01 Nicholas ClarkIn bisect.pl, use --start and --end to give ranges...
2011-11-01 Nicholas ClarkAdd a --validate option to bisect.pl to verify that...
2011-10-27 Nicholas ClarkMinor usability improvements to bisect.pl
2011-10-05 Nicholas ClarkDocument why bisect.pl can't be in the checkout used...
2011-10-03 Nicholas ClarkDocumentation for bisect.pl and bisect-runner.pl
2011-10-02 Nicholas ClarkRefactor bisect.pl to use Getopt::Long's pass_through...
2011-10-01 Nicholas ClarkIn bisect.pl, use the earliest passing stable perl...
2011-10-01 Nicholas ClarkAdd options --force-manifest and --test-build to bisect.pl
2011-09-30 Nicholas ClarkIn bisect-runner.pl, don't close Configure's STDIN...
2011-09-30 Nicholas ClarkAdd a --match option to bisect.pl, to locate source...
2011-09-30 Nicholas Clarkbisect.pl should still print the time taken if it fails.
2011-09-29 Nicholas ClarkAdd Porting/bisect.pl, to automate bisecting a perl...