This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / Porting / bisect-runner.pl
2023-11-30 Lukas Maibisect: explicitly set diff path prefixes
2023-10-21 James E KeenanBisection example calling a debugging program
2023-10-17 James E KeenanBisection: Document use of '--one-liner' switch
2023-02-11 Nicholas Clarkbisect-runner.pl should supply a prototype for Gv_AMupdate 20016/head
2023-02-11 Nicholas Clarkbisect-runner.pl must patch dl_dyld.xs to eliminate...
2023-02-11 Nicholas Clarkbisect-runner.pl shouldn't generate undef warnings...
2023-02-11 Nicholas Clarkbisect-runner.pl must patch in the size of PL_uuemap[]
2023-02-11 Nicholas Clarkbisect-runner.pl must ensure that perl.h includes fcntl...
2023-02-11 Nicholas Clarkbisect-runner.pl must ensure prototypes exist for htovs...
2023-02-11 Nicholas Clarkbisect-runner.pl needs to fix a shell heredoc error...
2023-02-11 Nicholas Clarkbisect-runner.pl needs to ensure a prototype for __getB...
2023-02-11 Nicholas Clarkbisect-runner.pl needs to set DYLD_LIBRARY_PATH on...
2023-02-11 Nicholas Clarkbisect-runner.pl needs to force a -flat_namespace befor...
2023-02-11 Nicholas Clarkbisect-runner.pl needs a probe for setpgrp with functio...
2023-02-11 Nicholas Clarkbisect-runner.pl must include more headers in Configure...
2023-02-11 Nicholas Clarkbisect-runner.pl needs to use the current approach...
2023-02-11 Nicholas Clarkbisect-runner.pl needs to avoid using nm on darwin
2023-02-11 Nicholas Clarkbisect-runner.pl should remove all the "complications...
2023-02-11 Nicholas Clarkbisect-runner.pl needs to patch a build bug in Digest...
2023-02-11 Nicholas Clarkbisect-runner.pl must expose a prototype for was_lvalue...
2023-02-11 Nicholas Clarkbisect-runner.pl must stop Configure looping on "does...
2023-02-11 Nicholas Clarkbisect-runner.pl must patch Configure to avoid myread...
2023-02-11 Nicholas Clarkbisect-runner.pl must patch darwin hints to handle...
2023-02-11 Nicholas Clarkbisect-runner.pl should "fail" if config.sh is missing...
2023-02-11 Nicholas Clarkbisect-runner.pl needs to disable Configure's use of...
2023-02-11 Nicholas Clarkbisect-runner.pl must ensure that safemalloc etc have...
2023-02-11 Nicholas Clarkbisect-runner.pl must patch Configure's glibc detection...
2023-02-11 Nicholas Clarkbisect-runner.pl should patch Errno 1.111 and earlier...
2023-02-11 Nicholas Clarkbisect-runner.pl should patch Errno 1.22 and earlier...
2023-01-20 Hugo van der Sandenbisect-runner docs: explain more about bisection
2023-01-20 Hugo van der Sandenbisect-runner docs: modify example to use 'expect-fail'
2023-01-17 James E Keenanbisect-runner.pl: When did warnings clear up
2022-09-21 James E KeenanWarnings thrown by GetOptions suffice; no need to dump POD 20320/head
2022-09-06 James E KeenanExample of use of miniperl in bisection
2022-05-04 Karl Williamsonbisect-runner: Fix verbatim line length
2022-02-27 Hugo van der SandenExplanation of rationale for two stages 19468/head
2022-02-27 James E KeenanAdd example of two-stage bisection
2021-10-05 Nicholas Clarkbisect-runner.pl must first check that ext/List/Util...
2021-10-05 Nicholas Clarkbisect-runner.pl should patch SDBM_File for parallel...
2021-10-05 Nicholas Clarkbisect-runner.pl should add -Ilib for makedef.pl in...
2021-09-09 Nicholas Clarkbisect.pl should fall back on makedepend.SH from v5...
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-03-02 James E KeenanBisection example using '--target=test_prep' and '-e'
2019-12-29 James E KeenanIntroduce EXAMPLES section of documentation
2019-06-04 James E KeenanClarify documentation for bisect runner.
2019-06-03 Karl WilliamsonPorting/bisect-runner.pl: Add doc clarification
2018-04-30 Karl WilliamsonPATCH: [perl #133136] bisect runner
2017-11-23 Father Chrysostomosbisect-runner: Add --test-module option
2016-06-11 Father Chrysostomosbisect-runner.pl: Correct --no-module-tests example
2016-05-31 Father Chrysostomos[perl #128294] bisect-runner.pl: --no-module-tests
2016-05-17 Father Chrysostomosbisect-runner: Work around ./Configure -S bug
2016-05-17 Father ChrysostomosRevert "bisect-runner: Only run ./Configure -S when...
2016-05-17 Father Chrysostomosbisect-runner: Only run ./Configure -S when needed
2016-05-17 Father Chrysostomosbisect-runner.pl: Don’t use /a
2015-08-10 Karl WilliamsonPorting/bisect-runner.pl: Generalize for EBCDIC
2015-06-27 Karl WilliamsonPorting/bisect-runner.pl: Wrap pod lines to 79 cols
2015-06-08 Matthew Horsfallbisect-runner.pl: Fix pod.t failures
2015-06-08 Matthew Horsfallbisect.pl: More doc/comment fixups
2015-06-08 Matthew Horsfallbisect.pl: Slight pod fix to CPAN::MyConfig mentions
2015-06-08 Matthew Horsfallbisect.pl: Allow custom CPAN::MyConfig when using ...
2015-06-08 Matthew Horsfall... When bisecting with modules, actually use a fresh build...
2015-06-08 Matthew Horsfall... Don't let PERL_MM_OPT/PERL_MB_OPT interfere with bisecting.
2015-06-08 Matthew Horsfall... Add notes about bisecting modules that need displays.
2015-06-08 Matthew Horsfall... For bisecting, create a CPAN::MyConfig under --module...
2015-06-08 Matthew Horsfall... When bisecting with --module=, don't stop to ask user...
2015-06-08 Matthew Horsfall... Allow installing modules from CPAN to be used inside...
2015-06-08 Matthew Horsfall... Adapt Andreas' cpan bisector tool for perl core.
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-02-12 Karl Williamsonbisect-runner.pl: Fix too long verbatim in pod
2015-02-11 Hugo van der SandenAdd --crash option for Porting/bisect
2015-01-29 Steve HayPorting/bisect-runner.pl - Fix grammar
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-09-18 Karl Williamsonbisect-runner.pl: Correct pod misspelling
2013-09-05 Nicholas ClarkRemove references to GNU DLD from Configure and config...
2013-09-04 Nicholas ClarkThe bisect tool now takes test scripts as targets,...
2013-08-07 Nicholas ClarkUpdate the Porting/bisect.pl documentation.
2013-07-17 Nicholas Clarkbisect.pl now accepts repeated -e options, just like...
2013-05-28 Nicholas ClarkAdd -q to git clean in bisect-runner.pl
2013-05-28 Nicholas ClarkThree Configure fixups so that bisect-runner.pl can...
2013-05-28 Nicholas Clarkbisect-runner.pl should match patches with directory...
2013-05-28 Nicholas ClarkAdd a 'none' target to bisect-runner.pl
2013-05-28 Nicholas Clarkbisect.pl can now optionally timeout the user's test...
2013-05-28 Nicholas ClarkAdd an option to bisect.pl to run the user testcase...
2013-05-28 Nicholas ClarkIn bisect-runner.pl, run_report_and_exit() now uses...
2013-05-28 Nicholas ClarkIn bisect-runner.pl, extract the Configure running...
2013-05-28 Nicholas ClarkIn bisect-runner.pl, invert the first parameter to...
2013-05-28 Nicholas ClarkIn bisect-runner.pl, refactor the calls to system ...
2013-05-28 Nicholas ClarkAdd --gold option to bisect.pl for the revision to...
2013-05-28 Nicholas Clarkbisect-runner.pl always needs to pass paths gleaned...
2013-05-28 Nicholas ClarkWhen bisecting, use `git tag -l` to get the list of...
2013-05-28 Nicholas Clarkbisect-runner.pl needs to probe DB_File.xs before runni...
2013-05-28 Nicholas Clarkbisect-runner.pl needs another minor fixup to build...
2013-05-28 Nicholas Clarkbisect-runner.pl should fix 5.7.x to export Perl_cxinc...
2013-05-28 Nicholas Clarkbisect-runner.pl should fix a typo in the Solaris hints...
2013-05-28 Nicholas ClarkAdd a --valgrind option to bisect.pl, to run the test...
2013-05-28 Nicholas Clarkbisect-runner.pl will now invoke with ./perl -Ilib...
2013-05-28 Nicholas Clarkbisect-runner.pl should fix Makefile.SH to remove remov...
2013-05-28 Nicholas ClarkAdd --early-fixup and --late-fixup to bisect.pl, for...
2013-05-28 Nicholas ClarkAdd --all-fixups to bisect.pl, to apply all patches...
2013-05-28 Nicholas Clarkbisect-runner.pl should always exit fatally with 255...
next