| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct three sub call comments in perly.y | Father Chrysostomos | 2013-05-31 | 4 | -270/+248 |
* | toke.c: Under -DT, report pending idents more clearly | Father Chrysostomos | 2013-05-31 | 1 | -0/+4 |
* | Fix ExtUtils::Constant test failure on VMS. | Craig A. Berry | 2013-05-31 | 1 | -27/+3 |
* | update link for DTrace user guide | Ricardo Signes | 2013-05-31 | 1 | -3/+4 |
* | Update the GSMATCH handling in vms/gen_shrfls.pl. | Craig A. Berry | 2013-05-31 | 1 | -10/+10 |
* | iperlipc: s/multithreading/multitasking/ | Shlomi Fish | 2013-05-31 | 1 | -2/+2 |
* | correct example for turning of experimental warnings | Ricardo Signes | 2013-05-30 | 1 | -2/+2 |
* | Update Text-Tabs to CPAN version 2013.0523 | Chris 'BinGOs' Williams | 2013-05-30 | 8 | -15/+51 |
* | CPAN-Meta bugfix exposed an assumption in EUMM tests, fix that. | Chris 'BinGOs' Williams | 2013-05-30 | 1 | -1/+1 |
* | CPAN-Meta has changed so regenerate the META.* files | Chris 'BinGOs' Williams | 2013-05-30 | 2 | -2/+2 |
* | Update CPAN-Meta to CPAN version 2.131490 | Chris 'BinGOs' Williams | 2013-05-30 | 10 | -91/+158 |
* | git-deltatool: show files changed when tagging new commits | David Golden | 2013-05-29 | 1 | -3/+14 |
* | git-deltatool: fix problem reading changed commit message | David Golden | 2013-05-29 | 1 | -2/+1 |
* | Cache HvFILL() for larger hashes, and update on insertion/deletion. | Nicholas Clark | 2013-05-29 | 8 | -25/+215 |
* | Upgrade to threads 1.87 | Jerry D. Hedden | 2013-05-29 | 6 | -15/+34 |
* | [perl #117081] Deparse foreach my $lexical correctly under -p | Father Chrysostomos | 2013-05-28 | 2 | -6/+20 |
* | perlthrtut: Shorten/rewrap long lines | Father Chrysostomos | 2013-05-28 | 2 | -38/+39 |
* | remove the expectation of a "P" command | Ricardo Signes | 2013-05-28 | 1 | -1/+1 |
* | Merge in various enhancements to bisect.pl and bisect-runner.pl | Nicholas Clark | 2013-05-28 | 3 | -140/+661 |
|\ |
|
| * | 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 |
| * | bisect.pl can run in-place if the checkout is totally clean. | Nicholas Clark | 2013-05-28 | 1 | -15/+44 |
| * | If there is no 'blead' branch, bisect.pl now uses a suitable alternative. | Nicholas Clark | 2013-05-28 | 1 | -1/+13 |
| * | Add --gold option to bisect.pl for the revision to use for "recent" files. | Nicholas Clark | 2013-05-28 | 2 | -4/+15 |
| * | 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 | 2 | -11/+17 |
| * | 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 |
| * | 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 |