| Commit message (Expand) | Author | Age | Files | Lines |
* | Use alternative URLs for links which are now broken (link rot) | Leon Brocard | 2009-09-15 | 1 | -1/+1 |
* | Note that Pod::Plainer is upgraded, and deprecated from core. | Nicholas Clark | 2009-09-15 | 1 | -0/+23 |
* | Core tests purged from macperl references: done (as 7b903762ad0ebd5d04) | Rafael Garcia-Suarez | 2009-09-14 | 1 | -4/+0 |
* | Note how various parts of perldelta writing could be automated. | Nicholas Clark | 2009-09-14 | 1 | -0/+18 |
* | Some POD and spelling fixes | Rafael Garcia-Suarez | 2009-09-14 | 2 | -8/+8 |
* | Document the mro improvments. | Nicholas Clark | 2009-09-14 | 1 | -0/+9 |
* | Some copy editing tweaks - C<> around code, and Perl_* on C function names. | Nicholas Clark | 2009-09-14 | 1 | -12/+12 |
* | Describe the effects of the migration of dual life modules from lib to ext. | Nicholas Clark | 2009-09-14 | 1 | -15/+18 |
* | Moving pod/*.PL to ext is the last major part remaining for the dual-life move. | Nicholas Clark | 2009-09-14 | 1 | -6/+3 |
* | Parallel testing is pretty much done. | Nicholas Clark | 2009-09-14 | 1 | -12/+0 |
* | Doc nit in perlfunc for die() and warn() with an empty message | Rafael Garcia-Suarez | 2009-09-14 | 1 | -3/+3 |
* | Use alternative URLs for links which are now broken (link rot) | Leon Brocard | 2009-09-13 | 8 | -9/+12 |
* | split: Remove implicit split to @_ | Bo Borgerson | 2009-09-13 | 2 | -10/+1 |
* | Note that we need a way of building pod/*.PL directly by distributions in ext/ | Nicholas Clark | 2009-09-13 | 1 | -0/+5 |
* | Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore. | Nicholas Clark | 2009-09-13 | 1 | -17/+2 |
* | move regex related tests out of t/op/ into t/re/ | Yves Orton | 2009-09-10 | 1 | -0/+5 |
* | The "package;" syntax was removed in 5.10 | Rafael Garcia-Suarez | 2009-09-10 | 1 | -2/+0 |
* | Remove Mac OS classic instructions from perlrun | Rafael Garcia-Suarez | 2009-09-08 | 1 | -16/+0 |
* | Acknowledge that Dijkmat BV funded the TPF grant. | Nicholas Clark | 2009-09-04 | 1 | -6/+2 |
* | Use alternative URLs for links which are now broken (link rot) | Leon Brocard | 2009-09-04 | 3 | -7/+2 |
* | update perlre and perldelta to document change in behaviour of \w and \d and ... | Yves Orton | 2009-09-02 | 2 | -74/+89 |
* | Use alternative URLs for links which are now broken (link rot) | Leon Brocard | 2009-09-01 | 2 | -3/+3 |
* | Document better what is allowed as regex delimiters | David Nicol | 2009-08-30 | 1 | -8/+10 |
* | Add ~~ and // to perlcheat.pod | Frank Wiegand | 2009-08-28 | 1 | -2/+2 |
* | Merge branch 'blead' of ssh://perl5.git.perl.org/perl into blead | Chip Salzenberg | 2009-08-26 | 6 | -27/+3826 |
|\ |
|
| * | Note the change to Socket in perldelta. | Rafael Garcia-Suarez | 2009-08-26 | 1 | -1/+4 |
| * | Improve perlhack instructions about gprof | John P. Linderman | 2009-08-26 | 1 | -3/+3 |
| * | Purge 3 items of documentation change, which are insufficiently noteworthy. | Nicholas Clark | 2009-08-25 | 1 | -6/+0 |
| * | Syle nit - we're not marking things (XS). | Nicholas Clark | 2009-08-25 | 1 | -3/+3 |
| * | Tidy up some more Pod nits. | Nicholas Clark | 2009-08-25 | 1 | -6/+6 |
| * | Added two removed platforms to the Perl 5.11.0 delta | Jesse Vincent | 2009-08-24 | 1 | -0/+8 |
| * | Add an encoding line, as the file is in UTF-8. | Nicholas Clark | 2009-08-24 | 1 | -0/+2 |
| * | Pod copy editing - whitespace cleanup, and F<>/C<> corrections. | Nicholas Clark | 2009-08-24 | 1 | -17/+8 |
| * | Note that File::Copy is actually at 2.16, and that cp needs describing. | Nicholas Clark | 2009-08-24 | 1 | -1/+3 |
| * | constant has been upgraded to 1.19. Describe the improvements. | Nicholas Clark | 2009-08-24 | 1 | -1/+2 |
| * | The attrs pragma has been removed, not upgraded. | Nicholas Clark | 2009-08-24 | 1 | -1/+2 |
| * | Correct some 5.10.1s that should be 5.11.0, and one 5.10.2 to 5.11.1. | Nicholas Clark | 2009-08-24 | 1 | -4/+4 |
| * | Note that the smartmatch changes in 5.11.0 are the same as in 5.10.1. | Nicholas Clark | 2009-08-24 | 1 | -1/+4 |
| * | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead | Jesse Vincent | 2009-08-24 | 1 | -0/+6 |
| |\ |
|
| | * | Note that linearising C3 MRO is now 40% faster for single inheritance. | Nicholas Clark | 2009-08-24 | 1 | -0/+6 |
| * | | More work toward a usable 5.11.0 delta file | Jesse Vincent | 2009-08-24 | 1 | -5/+461 |
| |/ |
|
| * | Forward ported perl 5.10.1 changes into perl5110delta.pod per nicholas | Jesse Vincent | 2009-08-24 | 1 | -19/+1575 |
| * | Fix URL to Unicode 5.1.0 notable changes | Leon Brocard | 2009-08-24 | 1 | -1/+1 |
| * | Minor improvements to perldebug.pod | Tom Hukins | 2009-08-24 | 1 | -4/+5 |
| * | add 5.10.1 to perlhist in blead | David Mitchell | 2009-08-23 | 1 | -0/+2 |
| * | add perl5101delta | David Mitchell | 2009-08-23 | 2 | -0/+1773 |
* | | New debugging flag -DB now dumps subroutine definitions, | Chip Salzenberg | 2009-08-26 | 1 | -0/+1 |
|/ |
|
* | better document smart match overloading | David Mitchell | 2009-08-22 | 1 | -2/+12 |
* | Add clear magic to %^H so that the HE chain is reset when you empty it. | Zefram | 2009-08-21 | 1 | -1/+1 |
* | incremental improvement in ~~ documentation, already in maint-5.10 | Chip Salzenberg | 2009-08-20 | 1 | -9/+8 |