| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove references to GNU DLD from Configure and config.sh scripts. | Nicholas Clark | 2013-09-05 | 1 | -1/+1 |
* | The bisect tool now takes test scripts as targets, and runs them with t/TEST | Nicholas Clark | 2013-09-04 | 1 | -8/+62 |
* | Update the Porting/bisect.pl documentation. | Nicholas Clark | 2013-08-07 | 1 | -8/+15 |
* | bisect.pl now accepts repeated -e options, just like perl. | Nicholas Clark | 2013-07-17 | 1 | -3/+4 |
* | Add -q to git clean in bisect-runner.pl | Nicholas Clark | 2013-05-28 | 1 | -1/+1 |
* | Three Configure fixups so that bisect-runner.pl can build 1997-era 5.004 | Nicholas Clark | 2013-05-28 | 1 | -0/+27 |
* | bisect-runner.pl should match patches with directory 'b' before 'a'. | Nicholas Clark | 2013-05-28 | 1 | -1/+1 |
* | Add a 'none' target to bisect-runner.pl | Nicholas Clark | 2013-05-28 | 1 | -1/+12 |
* | bisect.pl can now optionally timeout the user's test case. | Nicholas Clark | 2013-05-28 | 1 | -6/+57 |
* | Add an option to bisect.pl to run the user testcase in its own process group. | Nicholas Clark | 2013-05-28 | 1 | -2/+14 |
* | In bisect-runner.pl, run_report_and_exit() now uses run_with_options(). | Nicholas Clark | 2013-05-28 | 1 | -1/+1 |
* | In bisect-runner.pl, extract the Configure running into run_with_options(). | Nicholas Clark | 2013-05-28 | 1 | -15/+27 |
* | In bisect-runner.pl, invert the first parameter to report_and_exit(). | Nicholas Clark | 2013-05-28 | 1 | -9/+9 |
* | In bisect-runner.pl, refactor the calls to system @ARGV into a function. | Nicholas Clark | 2013-05-28 | 1 | -5/+7 |
* | Add --gold option to bisect.pl for the revision to use for "recent" files. | Nicholas Clark | 2013-05-28 | 1 | -2/+11 |
* | bisect-runner.pl always needs to pass paths gleaned from gcc to Configure. | Nicholas Clark | 2013-05-28 | 1 | -3/+7 |
* | When bisecting, use `git tag -l` to get the list of stable releases. | Nicholas Clark | 2013-05-28 | 1 | -10/+13 |
* | bisect-runner.pl needs to probe DB_File.xs before running Configure | Nicholas Clark | 2013-05-28 | 1 | -9/+17 |
* | bisect-runner.pl needs another minor fixup to build 5.004_05 on Linux. | Nicholas Clark | 2013-05-28 | 1 | -1/+16 |
* | bisect-runner.pl should fix 5.7.x to export Perl_cxinc on AIX. | Nicholas Clark | 2013-05-28 | 1 | -0/+10 |
* | bisect-runner.pl should fix a typo in the Solaris hints file. | Nicholas Clark | 2013-05-28 | 1 | -0/+5 |
* | Add a --valgrind option to bisect.pl, to run the test program with valgrind. | Nicholas Clark | 2013-05-28 | 1 | -1/+34 |
* | bisect-runner.pl will now invoke with ./perl -Ilib if it sees a #!./perl line | Nicholas Clark | 2013-05-28 | 1 | -7/+22 |
* | bisect-runner.pl should fix Makefile.SH to remove remove GNU make-isms. | Nicholas Clark | 2013-05-28 | 1 | -0/+23 |
* | Add --early-fixup and --late-fixup to bisect.pl, for user-controlled patching. | Nicholas Clark | 2013-05-28 | 1 | -1/+119 |
* | Add --all-fixups to bisect.pl, to apply all patches and fixups. | Nicholas Clark | 2013-05-28 | 1 | -3/+25 |
* | bisect-runner.pl should always exit fatally with 255, to abort the bisect. | Nicholas Clark | 2013-05-28 | 1 | -40/+58 |
* | In bisect-runner.pl, refactor the system ... and die; into system_or_die(). | Nicholas Clark | 2013-05-28 | 1 | -4/+8 |
* | bisect-runner.pl should search for lib*.a as well as lib*.so | Nicholas Clark | 2013-05-28 | 1 | -1/+7 |
* | bisect-runner.pl should use ".$Config{dlext}" instead of hard-coding ".so". | Nicholas Clark | 2013-05-28 | 1 | -1/+1 |
* | Teach bisect-runner.pl that on HP-UX, _filbuf() is named __filbuf(). | Nicholas Clark | 2013-05-28 | 1 | -0/+20 |
* | bisect-runner.pl needs to know how to identify HP-UX's patch. | Nicholas Clark | 2013-05-28 | 1 | -0/+4 |
* | On HP-UX, bisect without any -j option as the system make is "special". | Nicholas Clark | 2013-05-28 | 1 | -4/+5 |
* | In bisect{,-runner}.pl, refactor the code for CPU probing and make jobs. | Nicholas Clark | 2013-05-28 | 1 | -14/+2 |
* | typo fixes for porting scripts | David Steinbrunner | 2013-05-24 | 1 | -2/+2 |
* | bisect-runner.pl: clarify -D,-U,-A args in docs | David Mitchell | 2013-05-08 | 1 | -4/+10 |
* | bisect-runner.pl: Reword some pod examples | Karl Williamson | 2013-02-04 | 1 | -3/+3 |
* | add a few comments to bisect-runner.pl docs | Jesse Luehrs | 2012-06-27 | 1 | -4/+8 |
* | Add two missing "file"s to the documentation of Porting/bisect.pl | Nicholas Clark | 2012-03-19 | 1 | -2/+2 |
* | bisect-runner.pl should detect ccache with -V, not --version | Nicholas Clark | 2012-03-19 | 1 | -2/+2 |
* | In bisect-runner.pl, don't set $defines{cc} if printing usage messages. | Nicholas Clark | 2012-02-05 | 1 | -1/+9 |
* | bisect.pl --help should show the full documentation, not just the usage. | Nicholas Clark | 2012-02-05 | 1 | -1/+1 |
* | Add -c option to bisect-runner.pl, for use with -e | Nicholas Clark | 2012-02-03 | 1 | -5/+12 |
* | bisect.pl now exits with 0 for success for --help | Nicholas Clark | 2012-02-01 | 1 | -1/+1 |
* | Add --no-match to bisect.pl, equivalent to --expect-fail --match | Nicholas Clark | 2012-02-01 | 1 | -7/+17 |
* | bisect.pl now treats the command line as files to match with --match. | Nicholas Clark | 2012-02-01 | 1 | -10/+43 |
* | Correct the Pod used to block comment a section of git log output. | Nicholas Clark | 2011-12-22 | 1 | -1/+3 |
* | bisect-runner.pl should only dump out a failed patch once by default. | Nicholas Clark | 2011-12-17 | 1 | -1/+2 |
* | Teach bisect-runner.pl how to work around various 5.005_5x build problems. | Nicholas Clark | 2011-12-17 | 1 | -0/+54 |
* | bisect-runner.pl must not be fooled by a t/test that symlinks to ../miniperl | Nicholas Clark | 2011-12-17 | 1 | -0/+17 |