Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyedit perldelta | Zefram | 2011-07-20 | 1 | -36/+27 |
* | perldelta entry for 64eff8b7 | Zefram | 2011-07-20 | 1 | -0/+5 |
* | remove most placeholders from perldelta | Zefram | 2011-07-19 | 1 | -236/+1 |
* | update perldelta and correct one dubious entry | Zefram | 2011-07-19 | 1 | -12/+30 |
* | [perl #94984] Remove prototypes for infix ops | Father Chrysostomos | 2011-07-18 | 1 | -0/+6 |
* | Fixes to allow win32 Perl to properly handle PERL5LIB. | Phil Monsen | 2011-07-18 | 1 | -2/+25 |
* | Upgraded HTTP-Tiny to CPAN version 0.013 | David Golden | 2011-07-18 | 1 | -0/+6 |
* | perlrecharclass: Nits | Karl Williamson | 2011-07-17 | 1 | -5/+5 |
* | perlre: Nits | Karl Williamson | 2011-07-17 | 1 | -15/+17 |
* | Update Pod-Simple to CPAN version 3.18 | Chris 'BinGOs' Williams | 2011-07-17 | 1 | -1/+1 |
* | perldelta update | Father Chrysostomos | 2011-07-16 | 1 | -5/+22 |
* | perl5123delta: should have NAME perl5123delta | Karl Williamson | 2011-07-16 | 1 | -1/+1 |
* | perlport: remove perlapollo link | Karl Williamson | 2011-07-16 | 1 | -1/+1 |
* | Update CPANPLUS to CPAN version 0.9108 | Chris 'BinGOs' Williams | 2011-07-15 | 1 | -1/+1 |
* | Perldelta for Dave's short-circuit optimization | Steffen Mueller | 2011-07-14 | 1 | -0/+6 |
* | Add Porting/acknowledgements.pl to generate perldelta acknowledgements | Leon Brocard | 2011-07-14 | 1 | -1/+3 |
* | Added -r option to corelist | Chris 'BinGOs' Williams | 2011-07-14 | 1 | -1/+4 |
* | perldelta update | Father Chrysostomos | 2011-07-13 | 1 | -18/+115 |
* | Ahem, 0fce7163 was not enough | Father Chrysostomos | 2011-07-13 | 1 | -1/+1 |
* | perldelta for the SvIsCOW fix | Father Chrysostomos | 2011-07-13 | 1 | -0/+10 |
* | perldelta for recent SvREADONLY fixes | Father Chrysostomos | 2011-07-13 | 1 | -0/+8 |
* | Stop buildtoc from generating trailing whitespace | Florian Ragwitz | 2011-07-12 | 1 | -2/+2 |
* | Move perlxs{,tut}.pod into the ExtUtils-ParseXS dist | Florian Ragwitz | 2011-07-12 | 2 | -3534/+0 |
* | A perltodone! ExtUtils::ParseXS uses strict | Steffen Mueller | 2011-07-12 | 1 | -12/+0 |
* | Fill in ExtUtils::ParseXS versions in delta | Steffen Mueller | 2011-07-12 | 1 | -1/+1 |
* | Document the TYPEMAP XS keyword | Steffen Mueller | 2011-07-12 | 1 | -1/+23 |
* | Document the ExtUtils::ParseXS changes in perldelta | Steffen Mueller | 2011-07-12 | 1 | -0/+24 |
* | Update CPANPLUS to CPAN version 0.9107 | Chris 'BinGOs' Williams | 2011-07-12 | 1 | -1/+1 |
* | Document and test the phase-change probe | Shawn M Moore | 2011-07-12 | 2 | -17/+65 |
* | buildtoc, known_pod_issues | Father Chrysostomos | 2011-07-11 | 1 | -0/+2 |
* | New document for perldtrace | Shawn M Moore | 2011-07-11 | 1 | -0/+144 |
* | Add support for Unicode's Script_Extension property | Karl Williamson | 2011-07-10 | 3 | -20/+73 |
* | perlunicode: nits | Karl Williamson | 2011-07-10 | 1 | -3/+5 |
* | perlrecharclass: nit | Karl Williamson | 2011-07-10 | 1 | -3/+3 |
* | perlgit: C<<...>> -> C<< ... >> | Father Chrysostomos | 2011-07-10 | 1 | -1/+1 |
* | perlref: update bareword bracketing discussion, mention new auto-dereferencing | Phil Monsen | 2011-07-10 | 1 | -8/+21 |
* | Update Pod-Simple to CPAN version 3.17 | Chris 'BinGOs' Williams | 2011-07-10 | 1 | -0/+4 |
* | Propagate (non-)lvalue context through nested calls | Father Chrysostomos | 2011-07-09 | 1 | -0/+7 |
* | perlrecharclass: slight reword | Karl Williamson | 2011-07-09 | 1 | -3/+3 |
* | Free temps on recursive scalar lvalue sub exit | Father Chrysostomos | 2011-07-09 | 1 | -0/+5 |
* | Fix grammar in perldelta | Father Chrysostomos | 2011-07-09 | 1 | -1/+1 |
* | Update CGI to CPAN version 3.55 | Chris 'BinGOs' Williams | 2011-07-09 | 1 | -0/+28 |
* | Add prototypes for __FILE__ &c. | Father Chrysostomos | 2011-07-08 | 1 | -0/+7 |
* | Dual-life perlfaq | Florian Ragwitz | 2011-07-08 | 10 | -11910/+0 |
* | Move perldoc.pod to the dist it belongs to | Florian Ragwitz | 2011-07-07 | 1 | -270/+0 |
* | Allow buildtoc to handle files outside of pod/ | Florian Ragwitz | 2011-07-07 | 1 | -21/+35 |
* | Expand "git co" in pod/perlhack.pod | brian greenfield | 2011-07-07 | 1 | -1/+1 |
* | Remove old perltodo | Matthew Horsfall | 2011-07-07 | 1 | -9/+0 |
* | fix smart match docs for lhs undef | Jesse Luehrs | 2011-07-07 | 1 | -1/+1 |
* | Update ExtUtils-MakeMaker to CPAN version 6.58 | Chris 'BinGOs' Williams | 2011-07-07 | 1 | -0/+4 |