| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe, | Nicholas Clark | 2008-01-23 | 1 | -0/+6 |
* | Comment change from 33009 that was actually in POD, so needs to be | Nicholas Clark | 2008-01-23 | 1 | -0/+2 |
* | Add Weed out needless PERL_UNUSED_ARG to perltodo. It's a good | Nicholas Clark | 2008-01-18 | 1 | -0/+21 |
* | warn if ++ or -- are unable to change the value because it's beyond | Nicholas Clark | 2008-01-17 | 2 | -0/+11 |
* | A couple of POD fixes by Steven Schubiger | Rafael Garcia-Suarez | 2008-01-16 | 2 | -3/+2 |
* | For 5.12: saner behaviour for `length` | Nicholas Clark | 2008-01-12 | 1 | -3/+4 |
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 4 | -81/+4 |
* | [DOC PATCH] was Re: things deprecated for removal in 5.12 | Paul Johnson | 2008-01-11 | 1 | -6/+0 |
* | Fix prototype in regexp code following #32851, and regen | Steve Hay | 2008-01-09 | 1 | -1/+1 |
* | Remove the warning "v-string in require/use non portable" | Rafael Garcia-Suarez | 2008-01-09 | 2 | -22/+4 |
* | Re: [PATCH] docs more open() and $_ related entries | Gabor Szabo | 2008-01-08 | 2 | -18/+22 |
* | - perlcommunity.patch (1/1) [PATCH] perlcommunity: "Perl Mongers" and calenda... | brian d foy | 2008-01-07 | 1 | -10/+13 |
* | Document that sitecustomize.pl in run from a BEGIN block | Rafael Garcia-Suarez | 2008-01-06 | 1 | -4/+4 |
* | Re: [perl #49264] say behaves as just print on tied filehandle | Michael G. Schwern | 2008-01-06 | 1 | -3/+5 |
* | \X is equivalent to an atomic group | Moritz Lenz | 2008-01-06 | 2 | -2/+2 |
* | '~~' is not a feature [repost] | Jerry D. Hedden | 2008-01-06 | 1 | -2/+0 |
* | BER is all very well, but it turns out that it's better to store the | Nicholas Clark | 2008-01-05 | 1 | -4/+20 |
* | There's no need to handle 'set' magic in the mX?PUSH macros. | Marcus Holland-Moritz | 2008-01-04 | 1 | -27/+17 |
* | Run regen.pl (fixes build on Win32, at least) | Steve Hay | 2008-01-04 | 1 | -0/+35 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -3/+4 |
* | Add HeUTF8() to complement HePV() and then immediately suggest that | Nicholas Clark | 2008-01-03 | 1 | -1/+19 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -0/+30 |
* | Small documentation nits | Sébastien Aperghis-Tramoni | 2008-01-02 | 2 | -7/+7 |
* | change/correction to 32246 | Robin Barker | 2007-12-26 | 1 | -3/+3 |
* | Linking a RT ticket to an open TODO. | Steve Peters | 2007-12-26 | 1 | -1/+2 |
* | docs: list of places where $_ is used | Gabor Szabo | 2007-12-26 | 1 | -4/+13 |
* | docs: replace FH by my $fh in open | Gabor Szabo | 2007-12-26 | 1 | -4/+12 |
* | { my $a; } not warning about being used only once is a something | Nicholas Clark | 2007-12-23 | 1 | -0/+14 |
* | Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na | Nicholas Clark | 2007-12-22 | 1 | -2/+2 |
* | Exterminate PL_na! Exterminate! Exterminate! Exterminate! | Nicholas Clark | 2007-12-22 | 2 | -7/+2 |
* | Document each/keys/values @array | Nicholas Clark | 2007-12-21 | 1 | -19/+35 |
* | Update the hash documentation to reflect the changes between 5.8.1 and | Nicholas Clark | 2007-12-21 | 2 | -8/+11 |
* | Regen some files... | Steve Peters | 2007-12-20 | 1 | -2/+2 |
* | Add perl5110delta, and change 5100delta so that it is no longer "the" | Nicholas Clark | 2007-12-19 | 4 | -5/+196 |
* | 5.10.0 is planned for today. | Rafael Garcia-Suarez | 2007-12-18 | 1 | -0/+1 |
* | Notes on 5.12 Unicode revamping planned. | Rafael Garcia-Suarez | 2007-12-18 | 2 | -10/+36 |
* | Regen TOC | Rafael Garcia-Suarez | 2007-12-18 | 1 | -11/+52 |
* | typos in perl5100delta.pod | YAMASHINA Hio | 2007-12-18 | 1 | -2/+2 |
* | Document that $^V is no longer a v-string | Jan Dubois | 2007-12-17 | 3 | -10/+14 |
* | Mention that ::ISA::CACHE:: no longer exists | Rafael Garcia-Suarez | 2007-12-17 | 1 | -1/+4 |
* | PerlFAQ sync | Rafael Garcia-Suarez | 2007-12-17 | 1 | -9/+9 |
* | Add mro tests to minitest | Rafael Garcia-Suarez | 2007-12-12 | 1 | -1/+1 |
* | Remove "=for" marker for a section I finally reviewed | Rafael Garcia-Suarez | 2007-12-12 | 1 | -2/+0 |
* | FAQ sync | Rafael Garcia-Suarez | 2007-12-12 | 1 | -7/+13 |
* | Document the strerror_r / g++ / threads bug | Rafael Garcia-Suarez | 2007-12-12 | 1 | -0/+5 |
* | [perl #48214] documentation enhancement to perlthrtut | johnh@isi.edu | 2007-12-12 | 1 | -0/+30 |
* | pod/perl5100delta ought to emphasize dual-life modules. | Andy Dougherty | 2007-12-11 | 1 | -0/+8 |
* | Re: Remove extra space from perltodo.pod | Matt Kraai | 2007-12-11 | 1 | -3/+3 |
* | Fix some typos, some found by Matt Kraai | Rafael Garcia-Suarez | 2007-12-07 | 1 | -6/+6 |
* | Fix a typo found by Matt Kraai, and a reference to Herakles. | Rafael Garcia-Suarez | 2007-12-07 | 1 | -3/+3 |