summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-131-6/+6
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-121-9/+9
* Correct misleading example in perlsyn.pod (given/when/default)Paul Fenwick2008-03-121-1/+1
* Add characters that VOS forbids in filenames, mentioned by Paul GreenNicholas Clark2008-03-111-1/+2
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-111-12/+12
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-111-15/+15
* Add investigating arenas for GP and MAGIC to perltodo.Nicholas Clark2008-03-101-0/+12
* Typo Fixchromatic2008-03-091-1/+1
* Fix some checkpod complaints.Steve Peters2008-03-032-3/+3
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-021-9/+9
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-021-7/+7
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-021-8/+8
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-011-9/+9
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-291-8/+8
* Chainsaw DEBUG_S out, as suggested by Vincent Pit.Rafael Garcia-Suarez2008-02-261-1/+0
* Document perlthanksRafael Garcia-Suarez2008-02-261-0/+6
* Re: [PATCH] POD fixesVincent Pit2008-02-253-3/+3
* Eliminate ck_lengthconst.Nicholas Clark2008-02-201-8/+0
* Modulo operator and floating point numbersKen Williams2008-02-181-5/+7
* sprintf "%+d"Abigail2008-02-141-2/+2
* use svtypeRobin Barker2008-02-141-1/+1
* Correct (some) variable names in embed.fnc where they differ from theNicholas Clark2008-02-122-57/+57
* In Perl_ck_lengthconst, "XXX length optimization goes here" is TODO.Nicholas Clark2008-02-111-0/+8
* [perl #50364] [PATCH] perlop.pod - misnomer in % operator documentation Martin Hasch2008-02-081-1/+1
* mg_copy ought to take an I32Vincent Pit2008-02-081-1/+1
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-082-7/+7
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-071-10/+10
* sv.c: constingSteven Schubiger2008-02-041-1/+1
* Assorted POD nits from the Debian bug list.Steve Peters2008-01-302-2/+2
* Fix Win32 compiler warnings introduced by #33081 and #33085Steve Hay2008-01-291-1/+1
* More wording nits about perl's time() versus the libc's time()Rafael Garcia-Suarez2008-01-291-1/+1
* toke.c/universal.c: constingSteven Schubiger2008-01-291-2/+2
* Minor rewording of the localtime() documentation,Abe Timmerman2008-01-281-1/+2
* socketpair() *is* available on Win32Jan Dubois2008-01-251-1/+1
* Purge all use of Nullch in non-dual life modules.Nicholas Clark2008-01-231-1/+1
* Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,Nicholas Clark2008-01-231-0/+6
* Comment change from 33009 that was actually in POD, so needs to beNicholas Clark2008-01-231-0/+2
* Add Weed out needless PERL_UNUSED_ARG to perltodo. It's a goodNicholas Clark2008-01-181-0/+21
* warn if ++ or -- are unable to change the value because it's beyondNicholas Clark2008-01-172-0/+11
* A couple of POD fixes by Steven SchubigerRafael Garcia-Suarez2008-01-162-3/+2
* For 5.12: saner behaviour for `length`Nicholas Clark2008-01-121-3/+4
* Remove the -P switchRafael Garcia-Suarez2008-01-114-81/+4
* [DOC PATCH] was Re: things deprecated for removal in 5.12Paul Johnson2008-01-111-6/+0
* Fix prototype in regexp code following #32851, and regenSteve Hay2008-01-091-1/+1
* Remove the warning "v-string in require/use non portable"Rafael Garcia-Suarez2008-01-092-22/+4
* Re: [PATCH] docs more open() and $_ related entriesGabor Szabo2008-01-082-18/+22
* - perlcommunity.patch (1/1) [PATCH] perlcommunity: "Perl Mongers" and calenda...brian d foy2008-01-071-10/+13
* Document that sitecustomize.pl in run from a BEGIN blockRafael Garcia-Suarez2008-01-061-4/+4
* Re: [perl #49264] say behaves as just print on tied filehandleMichael G. Schwern2008-01-061-3/+5
* \X is equivalent to an atomic groupMoritz Lenz2008-01-062-2/+2