summaryrefslogtreecommitdiff
path: root/Porting/bisect.pl
Commit message (Expand)AuthorAgeFilesLines
* Porting/bisect.pl: Typos in diag msgFather Chrysostomos2012-03-071-1/+1
* bisect.pl now reports a meaningful error for certain "can't start" scenarios.Nicholas Clark2012-02-171-1/+10
* bisect.pl now exits with 0 for success for --helpNicholas Clark2012-02-011-7/+9
* bisect.pl avoids perl-5.004 and earlier on case insensitive systems.Nicholas Clark2011-11-251-2/+12
* Move the implementation of --validate from bisect.pl to bisect-runner.plNicholas Clark2011-11-231-3/+1
* Add --check-shebang to bisect-runner.pl, to avoid mistakes with #! linesNicholas Clark2011-11-171-1/+1
* Note in Porting/bisect.pl that its documentation is in bisect-runner.plNicholas Clark2011-11-171-0/+12
* In bisect.pl, provide a default test for --validate, and summary output.Nicholas Clark2011-11-011-2/+12
* In bisect.pl, use --start and --end to give ranges to --validateNicholas Clark2011-11-011-0/+8
* Add a --validate option to bisect.pl to verify that stable releases build.Nicholas Clark2011-11-011-2/+18
* Minor usability improvements to bisect.plNicholas Clark2011-10-271-8/+26
* Document why bisect.pl can't be in the checkout used for bisecting.Nicholas Clark2011-10-051-0/+8
* Documentation for bisect.pl and bisect-runner.plNicholas Clark2011-10-031-16/+9
* Refactor bisect.pl to use Getopt::Long's pass_through option.Nicholas Clark2011-10-021-35/+14
* In bisect.pl, use the earliest passing stable perl as the default revision.Nicholas Clark2011-10-011-8/+24
* Add options --force-manifest and --test-build to bisect.plNicholas Clark2011-10-011-0/+10
* In bisect-runner.pl, don't close Configure's STDIN for 5.004Nicholas Clark2011-09-301-1/+1
* Add a --match option to bisect.pl, to locate source code changes.Nicholas Clark2011-09-301-0/+1
* bisect.pl should still print the time taken if it fails.Nicholas Clark2011-09-301-10/+20
* Add Porting/bisect.pl, to automate bisecting a perl code test case.Nicholas Clark2011-09-291-0/+70