This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bisect-runner.pl now runs all build commands with STDIN of /dev/null
[perl5.git] / Porting / bisect-runner.pl
2011-10-05 Nicholas Clarkbisect-runner.pl now runs all build commands with STDIN...
2011-10-05 Nicholas Clarkbisect-runner.pl should remove the stdin-is-a-tty test...
2011-10-05 Nicholas ClarkDocument why bisect.pl can't be in the checkout used...
2011-10-05 Nicholas ClarkImprove bisect.pl's documentation.
2011-10-05 Nicholas Clarkbisect-runner.pl needs to add -L/usr/local/lib prior...
2011-10-05 Nicholas Clarkbisect-runner.pl needs to inline $compile into the...
2011-10-05 Nicholas ClarkAdd 'Fcntl' as a target for bisect-runner.pl.
2011-10-05 Nicholas ClarkIn bisect-runner.pl, patch Configure to test-compile...
2011-10-05 Nicholas ClarkIn bisect-runner.pl always use blead's hitnts/freebsd.sh
2011-10-04 Nicholas ClarkIn bisect-runner.pl, only force Configure's libpth...
2011-10-03 Nicholas Clarkbisect-runner.pl needs to patch ext/IPC/SysV/SysV.xs...
2011-10-03 Nicholas Clarkbisect-runner.pl should check for t/perl when building...
2011-10-03 Nicholas ClarkFix two typos in the documentation for bisect-runner.pl
2011-10-03 Nicholas ClarkDocumentation for bisect.pl and bisect-runner.pl
2011-10-03 Nicholas ClarkIn bisect-runner.pl, fix a bug where a good "test_prep...
2011-10-03 Nicholas ClarkIn bisect.pl, support matching on files generated by...
2011-10-03 Nicholas ClarkIf patching fails, bisect-runner.pl should report the...
2011-10-02 Nicholas Clarkbisect-runner.pl must use Fcntl::S_IMODE() on the raw...
2011-10-02 Nicholas ClarkAdd 'config.sh' as a build target for bisect.pl
2011-10-02 Nicholas ClarkPermit bisect.pl to pass -D, -U and -A parameters to...
2011-10-02 Nicholas ClarkRefactor bisect-runner.pl to use the hashref interface...
2011-10-02 Nicholas ClarkRefactor bisect.pl to use Getopt::Long's pass_through...
2011-10-01 Nicholas Clarkbisect-runner.pl should "skip" if --force-manifest...
2011-10-01 Nicholas ClarkTeach bisect-runner.pl how to build perl back to perl...
2011-10-01 Nicholas ClarkAdd options --force-manifest and --test-build to bisect.pl
2011-10-01 Nicholas ClarkAvoid bisect-runner.pl hanging on pre-5.004 if a file...
2011-09-30 Nicholas ClarkTo build perl-5.003 bisect-runner.pl needs to force...
2011-09-30 Nicholas ClarkIn bisect-runner.pl, don't close Configure's STDIN...
2011-09-30 Nicholas ClarkAdd a --match option to bisect.pl, to locate source...
2011-09-30 Nicholas ClarkIn bisect-runner.pl, refactor the reporting code into...
2011-09-30 Nicholas Clarkbisect-runner.pl must clean up, even if it's skipping.
2011-09-29 Nicholas ClarkAdd lib/Config.pm as a target for bisect-runner.pl
2011-09-29 Nicholas Clarkbisect-runner.pl can build miniperl in parallel for...
2011-09-29 Nicholas ClarkAdd Porting/bisect.pl, to automate bisecting a perl...