| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate ck_lengthconst. | Nicholas Clark | 2008-02-20 | 1 | -8/+0 |
* | Modulo operator and floating point numbers | Ken Williams | 2008-02-18 | 1 | -5/+7 |
* | sprintf "%+d" | Abigail | 2008-02-14 | 1 | -2/+2 |
* | use svtype | Robin Barker | 2008-02-14 | 1 | -1/+1 |
* | Correct (some) variable names in embed.fnc where they differ from the | Nicholas Clark | 2008-02-12 | 2 | -57/+57 |
* | In Perl_ck_lengthconst, "XXX length optimization goes here" is TODO. | Nicholas Clark | 2008-02-11 | 1 | -0/+8 |
* | [perl #50364] [PATCH] perlop.pod - misnomer in % operator documentation | Martin Hasch | 2008-02-08 | 1 | -1/+1 |
* | mg_copy ought to take an I32 | Vincent Pit | 2008-02-08 | 1 | -1/+1 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-08 | 2 | -7/+7 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-07 | 1 | -10/+10 |
* | sv.c: consting | Steven Schubiger | 2008-02-04 | 1 | -1/+1 |
* | Assorted POD nits from the Debian bug list. | Steve Peters | 2008-01-30 | 2 | -2/+2 |
* | Fix Win32 compiler warnings introduced by #33081 and #33085 | Steve Hay | 2008-01-29 | 1 | -1/+1 |
* | More wording nits about perl's time() versus the libc's time() | Rafael Garcia-Suarez | 2008-01-29 | 1 | -1/+1 |
* | toke.c/universal.c: consting | Steven Schubiger | 2008-01-29 | 1 | -2/+2 |
* | Minor rewording of the localtime() documentation, | Abe Timmerman | 2008-01-28 | 1 | -1/+2 |
* | socketpair() *is* available on Win32 | Jan Dubois | 2008-01-25 | 1 | -1/+1 |
* | Purge all use of Nullch in non-dual life modules. | Nicholas Clark | 2008-01-23 | 1 | -1/+1 |
* | 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 |