| Commit message (Expand) | Author | Age | Files | Lines |
* | perlintro: Typo and stop verbatim wrapping | Karl Williamson | 2013-02-24 | 1 | -200/+204 |
* | perlhacktips: Note existence of regen/unicode_constants.pl | Karl Williamson | 2013-02-24 | 1 | -5/+3 |
* | add array DELETE and EXISTS to perlfunc | David Mitchell | 2013-02-23 | 1 | -0/+2 |
* | perlfunc: clarify that "do $file" isn't really like "eval `cat $file`" | Aaron Crane | 2013-02-21 | 1 | -2/+3 |
* | New perldelta template for v5.17.10 | Chris 'BinGOs' Williams | 2013-02-20 | 4 | -454/+837 |
* | Finalise perldelta with updated module informationv5.17.9 | Chris 'BinGOs' Williams | 2013-02-20 | 1 | -11/+167 |
* | Add new release to perlhist | Chris 'BinGOs' Williams | 2013-02-20 | 1 | -0/+1 |
* | Updated ACKNOWLEDGEMENTS in perldelta | Chris 'BinGOs' Williams | 2013-02-20 | 1 | -19/+28 |
* | put an experimental warning on lexical topic | Ricardo Signes | 2013-02-20 | 2 | -1/+14 |
* | Remove more perldelta boilerplate | Chris 'BinGOs' Williams | 2013-02-20 | 1 | -37/+0 |
* | Perldelta note for undeprecating my $_ | Rafael Garcia-Suarez | 2013-02-20 | 1 | -0/+2 |
* | Un-deprecate the support for lexical $_ | Rafael Garcia-Suarez | 2013-02-20 | 1 | -12/+0 |
* | Remove boilerplate from perldelta | Chris 'BinGOs' Williams | 2013-02-20 | 1 | -124/+0 |
* | [perl #72892] Perl should support PERLmmnnLIB environment variable | Andy Dougherty | 2013-02-20 | 1 | -3/+7 |
* | Eliminate 'swap' from struct regexp_internal. | Nicholas Clark | 2013-02-20 | 1 | -10/+0 |
* | Add some text on the interoperability of Moose & Moo to perlootut | Dave Rolsky | 2013-02-19 | 1 | -0/+9 |
* | Add a note to the future that they should read the latest perlootut | Dave Rolsky | 2013-02-19 | 1 | -1/+7 |
* | Run podtidy on perlootut | Dave Rolsky | 2013-02-19 | 1 | -8/+9 |
* | perldelta for #116322 and #112244 | Karl Williamson | 2013-02-18 | 1 | -0/+9 |
* | Document d8a821fe in perldelta | Chris 'BinGOs' Williams | 2013-02-18 | 1 | -0/+5 |
* | Document 721fe537 in perldelta | Chris 'BinGOs' Williams | 2013-02-18 | 1 | -0/+6 |
* | Document 0f87678 in perldelta | Chris 'BinGOs' Williams | 2013-02-18 | 1 | -9/+4 |
* | Document encoding deprecation in perldelta | Chris 'BinGOs' Williams | 2013-02-18 | 1 | -0/+12 |
* | Remove two spaces after periods to keep the document consistent | Dave Rolsky | 2013-02-17 | 1 | -5/+5 |
* | Remove two superfluous commas in perlobj | Dave Rolsky | 2013-02-17 | 1 | -2/+2 |
* | Very small tweak to perlobj in dereferencing method call example | Dave Rolsky | 2013-02-17 | 1 | -1/+1 |
* | Replace Mouse with Moo in perlootut | Dave Rolsky | 2013-02-17 | 1 | -18/+11 |
* | mg.c : revert ENV{x} = undef behaviour to be empty string, not key deletion | Kent Fredric | 2013-02-17 | 1 | -0/+7 |
* | perldelta for 012528a99df1906d6fe. | Craig A. Berry | 2013-02-16 | 1 | -2/+5 |
* | Updates to perldelta | Chris 'BinGOs' Williams | 2013-02-16 | 1 | -4/+19 |
* | Document in perldelta, new diag and Configure option. | Chris 'BinGOs' Williams | 2013-02-16 | 1 | -1/+19 |
* | Extend t/porting/diag.t to cover code in DynaLoader. | Nicholas Clark | 2013-02-15 | 1 | -0/+9 |
* | Minor doc fix: pp_addr => op_ppaddr | Steffen Mueller | 2013-02-14 | 1 | -1/+1 |
* | The rpeepp and peepp functions need a THX | Steffen Mueller | 2013-02-14 | 1 | -2/+2 |
* | Add Midnight BSD to perlport | Chris 'BinGOs' Williams | 2013-02-12 | 1 | -0/+2 |
* | Custom ops may be experimental, but sure aren't new | Steffen Mueller | 2013-02-12 | 1 | -1/+1 |
* | Add entry for update to Data::Dumper. | James E Keenan | 2013-02-11 | 1 | -0/+9 |
* | diag.t: Validate severity of ck warn routines better | Father Chrysostomos | 2013-02-10 | 1 | -1/+1 |
* | Mention inclusion of both META files, in perldelta | Chris 'BinGOs' Williams | 2013-02-10 | 1 | -1/+1 |
* | perl.pod: Squash double space | Father Chrysostomos | 2013-02-10 | 1 | -1/+1 |
* | perldiag.pod: Remove regexp cat from \b{ \B{ message | Father Chrysostomos | 2013-02-10 | 1 | -1/+1 |
* | Document corelist change in perldelta | Chris 'BinGOs' Williams | 2013-02-09 | 1 | -2/+3 |
* | Change pods to not refer to av_len() | Karl Williamson | 2013-02-08 | 1 | -1/+1 |
* | Add av_tindex() synonym for av_top_index() | Karl Williamson | 2013-02-08 | 1 | -0/+6 |
* | Change name 'av_top' to 'av_top_index' | Karl Williamson | 2013-02-08 | 1 | -2/+2 |
* | Updated File::Temp from 0.22 to 0.22_90 | David Golden | 2013-02-07 | 1 | -0/+7 |
* | add example of warning categorization to perldiag | David Golden | 2013-02-07 | 1 | -1/+1 |
* | Benchmark iteration warnings should warn, not print | David Golden | 2013-02-05 | 1 | -0/+7 |
* | Add tests and clarify pod for (?[ ]) | Karl Williamson | 2013-02-04 | 1 | -3/+11 |
* | perldelta.pod: Fix misstatement | Karl Williamson | 2013-02-04 | 1 | -1/+1 |