| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Tweak to make it clearer what to do if your working space is dirty | Yves Orton | 2013-05-28 | 1 | -2/+6 |
* | 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 |
* | When testing the end version, bisect.pl should treat a 'skip' as fatal. | Nicholas Clark | 2013-05-28 | 1 | -0/+2 |
* | 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 | 2 | -8/+13 |
* | In bisect{,-runner}.pl, refactor the code for CPU probing and make jobs. | Nicholas Clark | 2013-05-28 | 2 | -16/+21 |
* | Update IO-Compress to CPAN version 2.061 | Chris 'BinGOs' Williams | 2013-05-27 | 1 | -1/+1 |
* | Update Compress-Raw-Zlib to CPAN version 2.061 | Chris 'BinGOs' Williams | 2013-05-27 | 1 | -1/+1 |
* | Update Compress-Raw-Bzip2 to CPAN version 2.061 | Chris 'BinGOs' Williams | 2013-05-27 | 1 | -1/+1 |
* | Update Sys-Syslog to CPAN version 0.33 | Chris 'BinGOs' Williams | 2013-05-26 | 1 | -1/+1 |
* | Update DB_File to CPAN version 1.828 | Chris 'BinGOs' Williams | 2013-05-26 | 1 | -1/+1 |
* | Update autodie to CPAN version 2.19 | Chris 'BinGOs' Williams | 2013-05-26 | 2 | -2/+6 |
* | Update HTTP-Tiny to CPAN version 0.029 | Chris 'BinGOs' Williams | 2013-05-24 | 1 | -1/+1 |
* | Update Module-Build to CPAN version 0.4005 | Chris 'BinGOs' Williams | 2013-05-24 | 1 | -1/+1 |
* | Update Pod-Perldoc to CPAN version 3.20 | Chris 'BinGOs' Williams | 2013-05-24 | 1 | -1/+1 |
* | Update Pod-Usage to CPAN version 1.62 | Chris 'BinGOs' Williams | 2013-05-24 | 1 | -1/+1 |
* | Update File-Temp to CPAN version 0.2301 | Chris 'BinGOs' Williams | 2013-05-24 | 1 | -1/+4 |
* | Update CPAN-Meta to CPAN version 2.130880 | Chris 'BinGOs' Williams | 2013-05-24 | 1 | -1/+2 |
* | Updated Module-Metadata to CPAN version 1.000014 | Chris 'BinGOs' Williams | 2013-05-24 | 1 | -1/+1 |
* | Update File-Fetch to CPAN version 0.42 | Chris 'BinGOs' Williams | 2013-05-24 | 1 | -1/+1 |
* | Update perlfaq to CPAN version 5.0150043 | Chris 'BinGOs' Williams | 2013-05-24 | 1 | -1/+1 |
* | Update Encode to CPAN version 2.51 | Chris 'BinGOs' Williams | 2013-05-24 | 1 | -1/+1 |
* | Update Config-Perl-V version in Maintainers.pl | Chris 'BinGOs' Williams | 2013-05-24 | 1 | -1/+1 |
* | typo fixes for porting scripts | David Steinbrunner | 2013-05-24 | 8 | -12/+12 |
* | fix various podcheck nits | David Golden | 2013-05-23 | 2 | -1/+9 |
* | fix various Pod line length warnings | David Golden | 2013-05-23 | 1 | -1/+2 |
* | typo fixes for porting modules | David Steinbrunner | 2013-05-24 | 2 | -4/+4 |
* | typo fixes for porting pod note optimiser | David Steinbrunner | 2013-05-24 | 4 | -11/+12 |
* | Sync Module-CoreList version in Maintainers.pl | Chris 'BinGOs' Williams | 2013-05-23 | 1 | -1/+1 |
* | Provide alternate email address for jkeenan. | James E Keenan | 2013-05-23 | 1 | -1/+2 |
* | Fix typo in Porting/sync-with-cpan | Max Maischein | 2013-05-21 | 1 | -1/+1 |
* | Eliminate external call to tar executable in favour of Archive::Tar | Max Maischein | 2013-05-21 | 1 | -1/+2 |
* | Eliminate x2p/cflags.SH. x2p's Makefile can use ../cflags | Nicholas Clark | 2013-05-20 | 1 | -1/+0 |
* | Update Test-Harness to CPAN version 3.27 | Nicholas Clark | 2013-05-20 | 1 | -1/+1 |
* | bump version to 5.19.1 | Ricardo Signes | 2013-05-20 | 4 | -33/+33 |
* | bring in the 5.18-related epigraphs | Ricardo Signes | 2013-05-18 | 1 | -0/+54 |
* | Removed cpan/File-CheckTree | Ricardo Signes | 2013-05-18 | 1 | -8/+0 |
* | Removed cpan/Text-Soundex | Ricardo Signes | 2013-05-18 | 1 | -15/+0 |