| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-13 | 1 | -6/+6 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-12 | 1 | -9/+9 |
* | Correct misleading example in perlsyn.pod (given/when/default) | Paul Fenwick | 2008-03-12 | 1 | -1/+1 |
* | Add characters that VOS forbids in filenames, mentioned by Paul Green | Nicholas Clark | 2008-03-11 | 1 | -1/+2 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-11 | 1 | -12/+12 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-11 | 1 | -15/+15 |
* | Add investigating arenas for GP and MAGIC to perltodo. | Nicholas Clark | 2008-03-10 | 1 | -0/+12 |
* | Typo Fix | chromatic | 2008-03-09 | 1 | -1/+1 |
* | Fix some checkpod complaints. | Steve Peters | 2008-03-03 | 2 | -3/+3 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-02 | 1 | -9/+9 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-02 | 1 | -7/+7 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-02 | 1 | -8/+8 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-01 | 1 | -9/+9 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-29 | 1 | -8/+8 |
* | Chainsaw DEBUG_S out, as suggested by Vincent Pit. | Rafael Garcia-Suarez | 2008-02-26 | 1 | -1/+0 |
* | Document perlthanks | Rafael Garcia-Suarez | 2008-02-26 | 1 | -0/+6 |
* | Re: [PATCH] POD fixes | Vincent Pit | 2008-02-25 | 3 | -3/+3 |
* | 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 |