| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Document why bisect.pl can't be in the checkout used for bisecting. | Nicholas Clark | 2011-10-05 | 2 | -0/+19 |
* | Improve bisect.pl's documentation. | Nicholas Clark | 2011-10-05 | 1 | -12/+23 |
* | bisect-runner.pl needs to add -L/usr/local/lib prior to 5.002 on FreeBSD. | Nicholas Clark | 2011-10-05 | 1 | -0/+43 |
* | bisect-runner.pl needs to inline $compile into the test for malloc.h | Nicholas Clark | 2011-10-05 | 1 | -2/+4 |
* | Add 'Fcntl' as a target for bisect-runner.pl. | Nicholas Clark | 2011-10-05 | 1 | -11/+32 |
* | In bisect-runner.pl, patch Configure to test-compile #include <malloc.h> | Nicholas Clark | 2011-10-05 | 1 | -0/+35 |
* | Update Module-Load to CPAN version 0.22 | Chris 'BinGOs' Williams | 2011-10-05 | 1 | -1/+1 |
* | In bisect-runner.pl always use blead's hitnts/freebsd.sh | Nicholas Clark | 2011-10-05 | 1 | -1/+15 |
* | Upgrade ExtUtils::ParseXS to 3.05 | Steffen Mueller | 2011-10-05 | 1 | -1/+1 |
* | In bisect-runner.pl, only force Configure's libpth on x86_64 Linux. | Nicholas Clark | 2011-10-04 | 1 | -3/+11 |
* | bisect-runner.pl needs to patch ext/IPC/SysV/SysV.xs for "newer" Linux. | Nicholas Clark | 2011-10-03 | 1 | -1/+20 |
* | bisect-runner.pl should check for t/perl when building test_prep. | Nicholas Clark | 2011-10-03 | 1 | -1/+1 |
* | Fix two typos in the documentation for bisect-runner.pl | Nicholas Clark | 2011-10-03 | 1 | -2/+2 |
* | Documentation for bisect.pl and bisect-runner.pl | Nicholas Clark | 2011-10-03 | 2 | -24/+280 |
* | In bisect-runner.pl, fix a bug where a good "test_prep" build would skip. | Nicholas Clark | 2011-10-03 | 1 | -3/+3 |
* | In bisect.pl, support matching on files generated by the build. | Nicholas Clark | 2011-10-03 | 1 | -26/+49 |
* | If patching fails, bisect-runner.pl should report the name of the file. | Nicholas Clark | 2011-10-03 | 1 | -1/+2 |
* | bisect-runner.pl must use Fcntl::S_IMODE() on the raw output from stat. | Nicholas Clark | 2011-10-02 | 1 | -1/+2 |
* | Update Unicode-Collate to CPAN version 0.79 | Chris 'BinGOs' Williams | 2011-10-02 | 1 | -1/+1 |
* | Update Digest to CPAN version 1.17 | Chris 'BinGOs' Williams | 2011-10-02 | 1 | -1/+1 |
* | Add 'config.sh' as a build target for bisect.pl | Nicholas Clark | 2011-10-02 | 1 | -4/+9 |
* | Permit bisect.pl to pass -D, -U and -A parameters to Configure. | Nicholas Clark | 2011-10-02 | 1 | -13/+46 |
* | Refactor bisect-runner.pl to use the hashref interface to GetOptions(). | Nicholas Clark | 2011-10-02 | 1 | -27/+22 |
* | Refactor bisect.pl to use Getopt::Long's pass_through option. | Nicholas Clark | 2011-10-02 | 2 | -37/+20 |
* | In bisect.pl, use the earliest passing stable perl as the default revision. | Nicholas Clark | 2011-10-01 | 1 | -8/+24 |
* | bisect-runner.pl should "skip" if --force-manifest detects changes. | Nicholas Clark | 2011-10-01 | 1 | -0/+2 |
* | Teach bisect-runner.pl how to build perl back to perl-5.000. | Nicholas Clark | 2011-10-01 | 1 | -0/+119 |
* | Add options --force-manifest and --test-build to bisect.pl | Nicholas Clark | 2011-10-01 | 2 | -5/+78 |
* | Avoid bisect-runner.pl hanging on pre-5.004 if a file in MANIFEST is missing. | Nicholas Clark | 2011-10-01 | 1 | -1/+18 |
* | To build perl-5.003 bisect-runner.pl needs to force a value for trnl. | Nicholas Clark | 2011-09-30 | 1 | -0/+8 |
* | In bisect-runner.pl, don't close Configure's STDIN for 5.004 | Nicholas Clark | 2011-09-30 | 2 | -8/+10 |
* | Add a --match option to bisect.pl, to locate source code changes. | Nicholas Clark | 2011-09-30 | 2 | -1/+22 |
* | In bisect-runner.pl, refactor the reporting code into report_and_exit(). | Nicholas Clark | 2011-09-30 | 1 | -11/+16 |
* | bisect-runner.pl must clean up, even if it's skipping. | Nicholas Clark | 2011-09-30 | 1 | -16/+22 |
* | bisect.pl should still print the time taken if it fails. | Nicholas Clark | 2011-09-30 | 1 | -10/+20 |
* | Add lib/Config.pm as a target for bisect-runner.pl | Nicholas Clark | 2011-09-30 | 1 | -4/+5 |
* | bisect-runner.pl can build miniperl in parallel for earlier perl versions. | Nicholas Clark | 2011-09-30 | 1 | -11/+24 |
* | Add Porting/bisect.pl, to automate bisecting a perl code test case. | Nicholas Clark | 2011-09-29 | 3 | -0/+240 |
* | Update ExtUtils::MakeMaker to CPAN version 6.61_01 | George Greer | 2011-09-28 | 1 | -1/+1 |
* | Where available, use _NSGetExecutablePath() to make $^X absolute. | Nicholas Clark | 2011-09-27 | 2 | -0/+6 |
* | Where available, use sysctl() with KERN_PROC_PATHNAME to make $^X absolute. | Nicholas Clark | 2011-09-27 | 2 | -0/+6 |
* | Upgrade perlfaq from version 5.0150034 to 5.0150035 | Florian Ragwitz | 2011-09-27 | 1 | -2/+3 |