| Commit message (Expand) | Author | Age | Files | Lines |
* | Porting/bisect.pl: /usr/sbin/sysctl exists | Karl Williamson | 2016-08-30 | 1 | -2/+4 |
* | bisect.pl: Allow custom CPAN::MyConfig when using --module/--with-module | Matthew Horsfall | 2015-06-08 | 1 | -3/+15 |
* | bisect.pl: CPAN already writes out CPAN::MyConfig, no need to do it again. | Matthew Horsfall | 2015-06-08 | 1 | -21/+0 |
* | For bisecting, create a CPAN::MyConfig under --module or --with-module. | Matthew Horsfall (alh) | 2015-06-08 | 1 | -2/+55 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -5/+0 |
* | Porting/bisect.pl: Add missing full stop | Father Chrysostomos | 2014-08-31 | 1 | -1/+1 |
* | bisect.pl can run in-place if the checkout is totally clean. | Nicholas Clark | 2013-05-28 | 1 | -15/+44 |
* | If there is no 'blead' branch, bisect.pl now uses a suitable alternative. | Nicholas Clark | 2013-05-28 | 1 | -1/+13 |
* | Add --gold option to bisect.pl for the revision to use for "recent" files. | Nicholas Clark | 2013-05-28 | 1 | -2/+4 |
* | When bisecting, use `git tag -l` to get the list of stable releases. | Nicholas Clark | 2013-05-28 | 1 | -1/+4 |
* | Tweak to make it clearer what to do if your working space is dirty | Yves Orton | 2013-05-28 | 1 | -2/+6 |
* | When testing the end version, bisect.pl should treat a 'skip' as fatal. | Nicholas Clark | 2013-05-28 | 1 | -0/+2 |
* | On HP-UX, bisect without any -j option as the system make is "special". | Nicholas Clark | 2013-05-28 | 1 | -4/+8 |
* | In bisect{,-runner}.pl, refactor the code for CPU probing and make jobs. | Nicholas Clark | 2013-05-28 | 1 | -2/+19 |
* | Porting/bisect.pl: Typos in diag msg | Father Chrysostomos | 2012-03-07 | 1 | -1/+1 |
* | bisect.pl now reports a meaningful error for certain "can't start" scenarios. | Nicholas Clark | 2012-02-17 | 1 | -1/+10 |
* | bisect.pl now exits with 0 for success for --help | Nicholas Clark | 2012-02-01 | 1 | -7/+9 |
* | bisect.pl avoids perl-5.004 and earlier on case insensitive systems. | Nicholas Clark | 2011-11-25 | 1 | -2/+12 |
* | Move the implementation of --validate from bisect.pl to bisect-runner.pl | Nicholas Clark | 2011-11-23 | 1 | -3/+1 |
* | Add --check-shebang to bisect-runner.pl, to avoid mistakes with #! lines | Nicholas Clark | 2011-11-17 | 1 | -1/+1 |
* | Note in Porting/bisect.pl that its documentation is in bisect-runner.pl | Nicholas Clark | 2011-11-17 | 1 | -0/+12 |
* | In bisect.pl, provide a default test for --validate, and summary output. | Nicholas Clark | 2011-11-01 | 1 | -2/+12 |
* | In bisect.pl, use --start and --end to give ranges to --validate | Nicholas Clark | 2011-11-01 | 1 | -0/+8 |
* | Add a --validate option to bisect.pl to verify that stable releases build. | Nicholas Clark | 2011-11-01 | 1 | -2/+18 |
* | Minor usability improvements to bisect.pl | Nicholas Clark | 2011-10-27 | 1 | -8/+26 |
* | Document why bisect.pl can't be in the checkout used for bisecting. | Nicholas Clark | 2011-10-05 | 1 | -0/+8 |
* | Documentation for bisect.pl and bisect-runner.pl | Nicholas Clark | 2011-10-03 | 1 | -16/+9 |
* | Refactor bisect.pl to use Getopt::Long's pass_through option. | Nicholas Clark | 2011-10-02 | 1 | -35/+14 |
* | In bisect.pl, use the earliest passing stable perl as the default revision. | Nicholas Clark | 2011-10-01 | 1 | -8/+24 |
* | Add options --force-manifest and --test-build to bisect.pl | Nicholas Clark | 2011-10-01 | 1 | -0/+10 |
* | In bisect-runner.pl, don't close Configure's STDIN for 5.004 | Nicholas Clark | 2011-09-30 | 1 | -1/+1 |
* | Add a --match option to bisect.pl, to locate source code changes. | Nicholas Clark | 2011-09-30 | 1 | -0/+1 |
* | bisect.pl should still print the time taken if it fails. | Nicholas Clark | 2011-09-30 | 1 | -10/+20 |
* | Add Porting/bisect.pl, to automate bisecting a perl code test case. | Nicholas Clark | 2011-09-29 | 1 | -0/+70 |