This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Documentation for bisect.pl and bisect-runner.pl
[perl5.git] / Porting / bisect-runner.pl
2011-10-03 Nicholas ClarkDocumentation for bisect.pl and bisect-runner.pl
2011-10-03 Nicholas ClarkIn bisect-runner.pl, fix a bug where a good "test_prep...
2011-10-03 Nicholas ClarkIn bisect.pl, support matching on files generated by...
2011-10-03 Nicholas ClarkIf patching fails, bisect-runner.pl should report the...
2011-10-02 Nicholas Clarkbisect-runner.pl must use Fcntl::S_IMODE() on the raw...
2011-10-02 Nicholas ClarkAdd 'config.sh' as a build target for bisect.pl
2011-10-02 Nicholas ClarkPermit bisect.pl to pass -D, -U and -A parameters to...
2011-10-02 Nicholas ClarkRefactor bisect-runner.pl to use the hashref interface...
2011-10-02 Nicholas ClarkRefactor bisect.pl to use Getopt::Long's pass_through...
2011-10-01 Nicholas Clarkbisect-runner.pl should "skip" if --force-manifest...
2011-10-01 Nicholas ClarkTeach bisect-runner.pl how to build perl back to perl...
2011-10-01 Nicholas ClarkAdd options --force-manifest and --test-build to bisect.pl
2011-10-01 Nicholas ClarkAvoid bisect-runner.pl hanging on pre-5.004 if a file...
2011-09-30 Nicholas ClarkTo build perl-5.003 bisect-runner.pl needs to force...
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 ClarkIn bisect-runner.pl, refactor the reporting code into...
2011-09-30 Nicholas Clarkbisect-runner.pl must clean up, even if it's skipping.
2011-09-29 Nicholas ClarkAdd lib/Config.pm as a target for bisect-runner.pl
2011-09-29 Nicholas Clarkbisect-runner.pl can build miniperl in parallel for...
2011-09-29 Nicholas ClarkAdd Porting/bisect.pl, to automate bisecting a perl...