summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* '~~' is not a feature [repost]Jerry D. Hedden2008-01-061-2/+0
* BER is all very well, but it turns out that it's better to store theNicholas Clark2008-01-051-4/+20
* There's no need to handle 'set' magic in the mX?PUSH macros.Marcus Holland-Moritz2008-01-041-27/+17
* Run regen.pl (fixes build on Win32, at least)Steve Hay2008-01-041-0/+35
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-031-3/+4
* Add HeUTF8() to complement HePV() and then immediately suggest thatNicholas Clark2008-01-031-1/+19
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-021-0/+30
* Small documentation nitsSébastien Aperghis-Tramoni2008-01-022-7/+7
* change/correction to 32246Robin Barker2007-12-261-3/+3
* Linking a RT ticket to an open TODO.Steve Peters2007-12-261-1/+2
* docs: list of places where $_ is usedGabor Szabo2007-12-261-4/+13
* docs: replace FH by my $fh in openGabor Szabo2007-12-261-4/+12
* { my $a; } not warning about being used only once is a somethingNicholas Clark2007-12-231-0/+14
* Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_naNicholas Clark2007-12-221-2/+2
* Exterminate PL_na! Exterminate! Exterminate! Exterminate!Nicholas Clark2007-12-222-7/+2
* Document each/keys/values @arrayNicholas Clark2007-12-211-19/+35
* Update the hash documentation to reflect the changes between 5.8.1 andNicholas Clark2007-12-212-8/+11