summaryrefslogtreecommitdiff
path: root/Porting/bisect-runner.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* In bisect-runner.pl, refactor the code that applies and reverts commits.Nicholas Clark2011-10-281-31/+24
* In bisect-runner.pl, refactor the code that opens and closes file handles.Nicholas Clark2011-10-281-14/+28
* bisect-runner.pl needs to work around an OpenBSD/sparc compiler bug.Nicholas Clark2011-10-271-0/+54
* In bisect-runner.pl, add -L/usr/local/lib in a non-OS-specific way.Nicholas Clark2011-10-271-42/+147
* bisect-runner.pl can now build all revisions on sparc64 Linux.Nicholas Clark2011-10-261-0/+79
* bisect-runner.pl should patch unreliable C symbol detection code.Nicholas Clark2011-10-261-0/+60
* bisect-runner.pl now patches several build-busting-bugs between 5.004 & 5.005Nicholas Clark2011-10-261-0/+115
* bisect-runner.pl now copes when historical MANIFEST files list directories.Nicholas Clark2011-10-261-1/+3
* In bisect-runner.pl, default to 'cc' not 'gcc'.Nicholas Clark2011-10-241-2/+2
* bisect-runner.pl now builds test_prep on OpenBSD back to 5.002Nicholas Clark2011-10-231-0/+309
* bisect-runner.pl must patch Makefile.SH to avoid parallel make problems.Nicholas Clark2011-10-231-7/+71
* bisect-runner.pl now runs the testcase for targets config.{sh,h}Nicholas Clark2011-10-231-1/+5
* bisect-runner.pl now builds test_prep on NetBSD back to 5.002Nicholas Clark2011-10-201-0/+56
* In bisect-runner.pl's synopsis, the test program must be outside the cwd.Nicholas Clark2011-10-141-1/+1
* bisect-runner.pl should patch $trnl into makedepend.SH if needed.Nicholas Clark2011-10-141-5/+11
* bisect-runner.pl now builds test_prep on OS X back to 5.001nNicholas Clark2011-10-121-0/+129
* bisect-runner.pl needs the linux.sh libpth mutli-arch search logic.Nicholas Clark2011-10-091-1/+19
* Tweak the documentation for bisect-runner.plNicholas Clark2011-10-081-12/+12
* bisect-runner.pl disables building DB_File if it can't patch the XS code.Nicholas Clark2011-10-081-37/+51
* bisect-runner.pl now emulates -Dnoextensions if Configure doesn't provide it.Nicholas Clark2011-10-081-19/+31
* bisect-runner.pl needs to set @paths correctly on 32 bit LinuxNicholas Clark2011-10-071-2/+4
* bisect-runner.pl should add db4 compatibility to DB_File.xs where possible.Nicholas Clark2011-10-071-1/+40
* bisect-runner.pl must build CombiningClass.pl before Unicode::Normalize.Nicholas Clark2011-10-071-0/+46
* In bisect-runner.pl, "patch" ext/IPC/SysV/SysV.xs to the current SHMLBA code.Nicholas Clark2011-10-071-28/+61
* In bisect-runner.pl, if getconf exists, use it to report the number of CPUs.Nicholas Clark2011-10-061-3/+6
* Remove whitespace errors from bisect-runner.plNicholas Clark2011-10-051-3/+2
* bisect-runner.pl now runs all build commands with STDIN of /dev/nullNicholas Clark2011-10-051-7/+8
* bisect-runner.pl should remove the stdin-is-a-tty test completely.Nicholas Clark2011-10-051-20/+26