| Commit message (Expand) | Author | Age | Files | Lines |
* | bisect-runner.pl now fixes all known 5.11-era parallel make bugs. | Nicholas Clark | 2011-11-22 | 1 | -0/+13 |
* | bisect-runner.pl now fixes another 5.11-era parallel make bug. | Nicholas Clark | 2011-11-22 | 1 | -0/+13 |
* | bisect-runner.pl now fixes more 5.11-era make bugs. | Nicholas Clark | 2011-11-22 | 1 | -0/+40 |
* | bisect-runner.pl now fixes more 5.11-era parallel make bugs. | Nicholas Clark | 2011-11-22 | 1 | -0/+18 |
* | bisect-runner.pl now fixes some 5.11-era parallel make bugs. | Nicholas Clark | 2011-11-22 | 1 | -0/+55 |
* | Detect whether ccache is available to bisect. | Paul Johnson | 2011-11-17 | 1 | -1/+1 |
* | Add --check-shebang to bisect-runner.pl, to avoid mistakes with #! lines | Nicholas Clark | 2011-11-17 | 1 | -2/+48 |
* | Fix fatal bug in bisect-runner.pl for some 5.004 revisions. | Nicholas Clark | 2011-11-17 | 1 | -3/+8 |
* | In bisect.pl, provide a default test for --validate, and summary output. | Nicholas Clark | 2011-11-01 | 1 | -0/+3 |
* | Add -l and -w options to bisect-runner.pl, for use with -e | Nicholas Clark | 2011-11-01 | 1 | -3/+29 |
* | In bisect.pl, use --start and --end to give ranges to --validate | Nicholas Clark | 2011-11-01 | 1 | -3/+4 |
* | Add --force-regen to bisect-runner.pl to regen_headers before building. | Nicholas Clark | 2011-11-01 | 1 | -1/+19 |
* | In bisect-runner.pl, remove "faking it" code from the main flow. | Nicholas Clark | 2011-11-01 | 1 | -71/+82 |
* | In bisect-runner.pl, consolidate the code that patches extensions. | Nicholas Clark | 2011-11-01 | 1 | -185/+184 |
* | In bisect-runner.pl, consolidate the code that patches .SH and C files. | Nicholas Clark | 2011-11-01 | 1 | -563/+585 |
* | In bisect-runner.pl, consolidate the code that patches Configure and hints. | Nicholas Clark | 2011-11-01 | 1 | -657/+684 |
* | Add a --validate option to bisect.pl to verify that stable releases build. | Nicholas Clark | 2011-11-01 | 1 | -0/+11 |
* | Remove unnecessary makefile fix-up code from bisect-runner.pl | Nicholas Clark | 2011-10-28 | 1 | -10/+2 |
* | In bisect-runner.pl, patch older Configure to add -A | Nicholas Clark | 2011-10-28 | 1 | -0/+97 |
* | bisect-runner.pl now patches another 5.004-era build busting bug. | Nicholas Clark | 2011-10-28 | 1 | -0/+19 |
* | In bisect-runner.pl, make the code to report patching errors more robust. | Nicholas Clark | 2011-10-28 | 1 | -1/+1 |
* | In bisect-runner.pl, refactor the code to extract previous versions of files. | Nicholas Clark | 2011-10-28 | 1 | -9/+12 |
* | In bisect-runner.pl, refactor the code that applies and reverts commits. | Nicholas Clark | 2011-10-28 | 1 | -31/+24 |
* | In bisect-runner.pl, refactor the code that opens and closes file handles. | Nicholas Clark | 2011-10-28 | 1 | -14/+28 |
* | bisect-runner.pl needs to work around an OpenBSD/sparc compiler bug. | Nicholas Clark | 2011-10-27 | 1 | -0/+54 |
* | In bisect-runner.pl, add -L/usr/local/lib in a non-OS-specific way. | Nicholas Clark | 2011-10-27 | 1 | -42/+147 |
* | bisect-runner.pl can now build all revisions on sparc64 Linux. | Nicholas Clark | 2011-10-26 | 1 | -0/+79 |
* | bisect-runner.pl should patch unreliable C symbol detection code. | Nicholas Clark | 2011-10-26 | 1 | -0/+60 |
* | bisect-runner.pl now patches several build-busting-bugs between 5.004 & 5.005 | Nicholas Clark | 2011-10-26 | 1 | -0/+115 |
* | bisect-runner.pl now copes when historical MANIFEST files list directories. | Nicholas Clark | 2011-10-26 | 1 | -1/+3 |
* | In bisect-runner.pl, default to 'cc' not 'gcc'. | Nicholas Clark | 2011-10-24 | 1 | -2/+2 |
* | bisect-runner.pl now builds test_prep on OpenBSD back to 5.002 | Nicholas Clark | 2011-10-23 | 1 | -0/+309 |
* | bisect-runner.pl must patch Makefile.SH to avoid parallel make problems. | Nicholas Clark | 2011-10-23 | 1 | -7/+71 |
* | bisect-runner.pl now runs the testcase for targets config.{sh,h} | Nicholas Clark | 2011-10-23 | 1 | -1/+5 |
* | bisect-runner.pl now builds test_prep on NetBSD back to 5.002 | Nicholas Clark | 2011-10-20 | 1 | -0/+56 |
* | In bisect-runner.pl's synopsis, the test program must be outside the cwd. | Nicholas Clark | 2011-10-14 | 1 | -1/+1 |
* | bisect-runner.pl should patch $trnl into makedepend.SH if needed. | Nicholas Clark | 2011-10-14 | 1 | -5/+11 |
* | bisect-runner.pl now builds test_prep on OS X back to 5.001n | Nicholas Clark | 2011-10-12 | 1 | -0/+129 |
* | bisect-runner.pl needs the linux.sh libpth mutli-arch search logic. | Nicholas Clark | 2011-10-09 | 1 | -1/+19 |
* | Tweak the documentation for bisect-runner.pl | Nicholas Clark | 2011-10-08 | 1 | -12/+12 |
* | bisect-runner.pl disables building DB_File if it can't patch the XS code. | Nicholas Clark | 2011-10-08 | 1 | -37/+51 |
* | bisect-runner.pl now emulates -Dnoextensions if Configure doesn't provide it. | Nicholas Clark | 2011-10-08 | 1 | -19/+31 |
* | bisect-runner.pl needs to set @paths correctly on 32 bit Linux | Nicholas Clark | 2011-10-07 | 1 | -2/+4 |
* | bisect-runner.pl should add db4 compatibility to DB_File.xs where possible. | Nicholas Clark | 2011-10-07 | 1 | -1/+40 |
* | bisect-runner.pl must build CombiningClass.pl before Unicode::Normalize. | Nicholas Clark | 2011-10-07 | 1 | -0/+46 |
* | In bisect-runner.pl, "patch" ext/IPC/SysV/SysV.xs to the current SHMLBA code. | Nicholas Clark | 2011-10-07 | 1 | -28/+61 |
* | In bisect-runner.pl, if getconf exists, use it to report the number of CPUs. | Nicholas Clark | 2011-10-06 | 1 | -3/+6 |
* | Remove whitespace errors from bisect-runner.pl | Nicholas Clark | 2011-10-05 | 1 | -3/+2 |
* | bisect-runner.pl now runs all build commands with STDIN of /dev/null | Nicholas Clark | 2011-10-05 | 1 | -7/+8 |
* | bisect-runner.pl should remove the stdin-is-a-tty test completely. | Nicholas Clark | 2011-10-05 | 1 | -20/+26 |