This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extract _cmd_l_calc_initial_end_and_i .
[perl5.git] / Porting / bisect.pl
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...