summaryrefslogtreecommitdiff
path: root/Porting/bisect-runner.pl
Commit message (Expand)AuthorAgeFilesLines
* Add two missing "file"s to the documentation of Porting/bisect.plNicholas Clark2012-03-191-2/+2
* bisect-runner.pl should detect ccache with -V, not --versionNicholas Clark2012-03-191-2/+2
* In bisect-runner.pl, don't set $defines{cc} if printing usage messages.Nicholas Clark2012-02-051-1/+9
* bisect.pl --help should show the full documentation, not just the usage.Nicholas Clark2012-02-051-1/+1
* Add -c option to bisect-runner.pl, for use with -eNicholas Clark2012-02-031-5/+12
* bisect.pl now exits with 0 for success for --helpNicholas Clark2012-02-011-1/+1
* Add --no-match to bisect.pl, equivalent to --expect-fail --matchNicholas Clark2012-02-011-7/+17
* bisect.pl now treats the command line as files to match with --match.Nicholas Clark2012-02-011-10/+43
* Correct the Pod used to block comment a section of git log output.Nicholas Clark2011-12-221-1/+3
* bisect-runner.pl should only dump out a failed patch once by default.Nicholas Clark2011-12-171-1/+2
* Teach bisect-runner.pl how to work around various 5.005_5x build problems.Nicholas Clark2011-12-171-0/+54
* bisect-runner.pl must not be fooled by a t/test that symlinks to ../miniperlNicholas Clark2011-12-171-0/+17
* In bisect-runner.pl, clarify the variables relating to the make target.Nicholas Clark2011-12-171-5/+8
* Correct a bug in the previous commit (bb35dd48)Nicholas Clark2011-12-081-1/+1
* bisect-runner.pl now builds 42 more 5.005_5x releases.Nicholas Clark2011-12-071-0/+10
* Teach bisect-runner.pl how to build a significant PERL_OBJECT commit.Nicholas Clark2011-12-071-0/+76
* bisect-runner.pl must patch an incorrect use of eaccess() for 5.005_5xNicholas Clark2011-12-071-0/+37
* bisect-runner.pl should skip the testcase if it fails to build config.shNicholas Clark2011-12-071-0/+2
* bisect.pl avoids perl-5.004 and earlier on case insensitive systems.Nicholas Clark2011-11-251-3/+6
* bisect-runner.pl now builds back to 5.005 on the default OS X filesystem.Nicholas Clark2011-11-251-0/+18
* bisect-runner.pl should avoid ext/Hash/Util/FieldHash being built twice.Nicholas Clark2011-11-251-0/+10
* bisect-runner.pl can now build on AIX back to perl-5.002Nicholas Clark2011-11-251-0/+35
* In bisect-runner.pl, fall back to context diffs for ancient patch binaries.Nicholas Clark2011-11-251-1/+136
* In bisect-runner.pl, only shell out to patch from apply_patch().Nicholas Clark2011-11-251-10/+19
* Move the implementation of --validate from bisect.pl to bisect-runner.plNicholas Clark2011-11-231-1/+4
* Add a --make option to bisect.pl, to specify an alternate make command.Nicholas Clark2011-11-231-3/+20
* On AIX, bisect-runner.pl must patch Makefile.SH for parallel make issues.Nicholas Clark2011-11-231-0/+15
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* bisect-runner.pl now fixes all known 5.11-era parallel make bugs.Nicholas Clark2011-11-221-0/+13
* bisect-runner.pl now fixes another 5.11-era parallel make bug.Nicholas Clark2011-11-221-0/+13
* bisect-runner.pl now fixes more 5.11-era make bugs.Nicholas Clark2011-11-221-0/+40
* bisect-runner.pl now fixes more 5.11-era parallel make bugs.Nicholas Clark2011-11-221-0/+18
* bisect-runner.pl now fixes some 5.11-era parallel make bugs.Nicholas Clark2011-11-221-0/+55
* Detect whether ccache is available to bisect.Paul Johnson2011-11-171-1/+1
* Add --check-shebang to bisect-runner.pl, to avoid mistakes with #! linesNicholas Clark2011-11-171-2/+48
* Fix fatal bug in bisect-runner.pl for some 5.004 revisions.Nicholas Clark2011-11-171-3/+8
* In bisect.pl, provide a default test for --validate, and summary output.Nicholas Clark2011-11-011-0/+3
* Add -l and -w options to bisect-runner.pl, for use with -eNicholas Clark2011-11-011-3/+29
* In bisect.pl, use --start and --end to give ranges to --validateNicholas Clark2011-11-011-3/+4
* Add --force-regen to bisect-runner.pl to regen_headers before building.Nicholas Clark2011-11-011-1/+19
* In bisect-runner.pl, remove "faking it" code from the main flow.Nicholas Clark2011-11-011-71/+82
* In bisect-runner.pl, consolidate the code that patches extensions.Nicholas Clark2011-11-011-185/+184
* In bisect-runner.pl, consolidate the code that patches .SH and C files.Nicholas Clark2011-11-011-563/+585
* In bisect-runner.pl, consolidate the code that patches Configure and hints.Nicholas Clark2011-11-011-657/+684
* Add a --validate option to bisect.pl to verify that stable releases build.Nicholas Clark2011-11-011-0/+11
* Remove unnecessary makefile fix-up code from bisect-runner.plNicholas Clark2011-10-281-10/+2
* In bisect-runner.pl, patch older Configure to add -ANicholas Clark2011-10-281-0/+97
* bisect-runner.pl now patches another 5.004-era build busting bug.Nicholas Clark2011-10-281-0/+19
* In bisect-runner.pl, make the code to report patching errors more robust.Nicholas Clark2011-10-281-1/+1
* In bisect-runner.pl, refactor the code to extract previous versions of files.Nicholas Clark2011-10-281-9/+12