summaryrefslogtreecommitdiff
path: root/Porting/bisect-runner.pl
Commit message (Expand)AuthorAgeFilesLines
* bisect-runner.pl must first check that ext/List/Util/Util.xs existsNicholas Clark2021-10-051-2/+2
* bisect-runner.pl should patch SDBM_File for parallel builds.Nicholas Clark2021-10-051-0/+10
* bisect-runner.pl should add -Ilib for makedef.pl in Makefile.SHNicholas Clark2021-10-051-0/+12
* bisect.pl should fall back on makedepend.SH from v5.34.0, not blead.Nicholas Clark2021-09-091-2/+7
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* Bisection example using '--target=test_prep' and '-e'James E Keenan2020-03-021-0/+44
* Introduce EXAMPLES section of documentationJames E Keenan2019-12-291-0/+114
* Clarify documentation for bisect runner.James E Keenan2019-06-031-1/+3
* Porting/bisect-runner.pl: Add doc clarificationKarl Williamson2019-06-021-0/+6
* PATCH: [perl #133136] bisect runnerKarl Williamson2018-04-301-30/+29
* bisect-runner: Add --test-module optionFather Chrysostomos2017-11-221-8/+39
* bisect-runner.pl: Correct --no-module-tests exampleFather Chrysostomos2016-06-111-1/+2
* [perl #128294] bisect-runner.pl: --no-module-testsFather Chrysostomos2016-05-311-1/+22
* bisect-runner: Work around ./Configure -S bugFather Chrysostomos2016-05-171-1/+9
* Revert "bisect-runner: Only run ./Configure -S when needed"Father Chrysostomos2016-05-171-2/+3
* bisect-runner: Only run ./Configure -S when neededFather Chrysostomos2016-05-171-3/+2
* bisect-runner.pl: Don’t use /aFather Chrysostomos2016-05-171-1/+1
* Porting/bisect-runner.pl: Generalize for EBCDICKarl Williamson2015-08-101-1/+1
* Porting/bisect-runner.pl: Wrap pod lines to 79 colsKarl Williamson2015-06-271-2/+3
* bisect-runner.pl: Fix pod.t failuresMatthew Horsfall2015-06-081-3/+3
* bisect.pl: More doc/comment fixupsMatthew Horsfall2015-06-081-1/+2
* bisect.pl: Slight pod fix to CPAN::MyConfig mentionsMatthew Horsfall2015-06-081-2/+2
* bisect.pl: Allow custom CPAN::MyConfig when using --module/--with-moduleMatthew Horsfall2015-06-081-5/+23
* When bisecting with modules, actually use a fresh build dir every build.Matthew Horsfall (alh)2015-06-081-0/+8
* Don't let PERL_MM_OPT/PERL_MB_OPT interfere with bisecting.Matthew Horsfall (alh)2015-06-081-0/+4
* Add notes about bisecting modules that need displays.Matthew Horsfall (alh)2015-06-081-0/+16
* For bisecting, create a CPAN::MyConfig under --module or --with-module.Matthew Horsfall (alh)2015-06-081-0/+6
* When bisecting with --module=, don't stop to ask user for inputMatthew Horsfall (alh)2015-06-081-0/+4
* Allow installing modules from CPAN to be used inside of bisect tests.Matthew Horsfall (alh)2015-06-081-5/+30
* Adapt Andreas' cpan bisector tool for perl core.Matthew Horsfall (alh)2015-06-081-1/+57
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-5/+0
* bisect-runner.pl: Fix too long verbatim in podKarl Williamson2015-02-121-21/+21
* Add --crash option for Porting/bisectHugo van der Sanden2015-02-111-1/+11
* Porting/bisect-runner.pl - Fix grammarSteve Hay2015-01-291-1/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-2/+2
* bisect-runner.pl: Correct pod misspellingKarl Williamson2014-09-171-1/+1
* Remove references to GNU DLD from Configure and config.sh scripts.Nicholas Clark2013-09-051-1/+1
* The bisect tool now takes test scripts as targets, and runs them with t/TESTNicholas Clark2013-09-041-8/+62
* Update the Porting/bisect.pl documentation.Nicholas Clark2013-08-071-8/+15
* bisect.pl now accepts repeated -e options, just like perl.Nicholas Clark2013-07-171-3/+4
* Add -q to git clean in bisect-runner.plNicholas Clark2013-05-281-1/+1
* Three Configure fixups so that bisect-runner.pl can build 1997-era 5.004Nicholas Clark2013-05-281-0/+27
* bisect-runner.pl should match patches with directory 'b' before 'a'.Nicholas Clark2013-05-281-1/+1
* Add a 'none' target to bisect-runner.plNicholas Clark2013-05-281-1/+12
* bisect.pl can now optionally timeout the user's test case.Nicholas Clark2013-05-281-6/+57
* Add an option to bisect.pl to run the user testcase in its own process group.Nicholas Clark2013-05-281-2/+14
* In bisect-runner.pl, run_report_and_exit() now uses run_with_options().Nicholas Clark2013-05-281-1/+1
* In bisect-runner.pl, extract the Configure running into run_with_options().Nicholas Clark2013-05-281-15/+27
* In bisect-runner.pl, invert the first parameter to report_and_exit().Nicholas Clark2013-05-281-9/+9
* In bisect-runner.pl, refactor the calls to system @ARGV into a function.Nicholas Clark2013-05-281-5/+7