summaryrefslogtreecommitdiff
path: root/Porting/bisect.pl
Commit message (Expand)AuthorAgeFilesLines
* Porting/bisect.pl: /usr/sbin/sysctl existsKarl Williamson2016-08-301-2/+4
* bisect.pl: Allow custom CPAN::MyConfig when using --module/--with-moduleMatthew Horsfall2015-06-081-3/+15
* bisect.pl: CPAN already writes out CPAN::MyConfig, no need to do it again.Matthew Horsfall2015-06-081-21/+0
* For bisecting, create a CPAN::MyConfig under --module or --with-module.Matthew Horsfall (alh)2015-06-081-2/+55
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-5/+0
* Porting/bisect.pl: Add missing full stopFather Chrysostomos2014-08-311-1/+1
* bisect.pl can run in-place if the checkout is totally clean.Nicholas Clark2013-05-281-15/+44
* If there is no 'blead' branch, bisect.pl now uses a suitable alternative.Nicholas Clark2013-05-281-1/+13
* Add --gold option to bisect.pl for the revision to use for "recent" files.Nicholas Clark2013-05-281-2/+4
* When bisecting, use `git tag -l` to get the list of stable releases.Nicholas Clark2013-05-281-1/+4
* Tweak to make it clearer what to do if your working space is dirtyYves Orton2013-05-281-2/+6
* When testing the end version, bisect.pl should treat a 'skip' as fatal.Nicholas Clark2013-05-281-0/+2
* On HP-UX, bisect without any -j option as the system make is "special".Nicholas Clark2013-05-281-4/+8
* In bisect{,-runner}.pl, refactor the code for CPU probing and make jobs.Nicholas Clark2013-05-281-2/+19
* 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