summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* examples in the core documentationGabor Szabo2006-07-101-1/+11
* Alphabetizing function names in perlfunc lists.Steve Peters2006-07-061-7/+6
* Mention state variables in perldiag. Add switch-related keywordsRafael Garcia-Suarez2006-07-061-6/+29
* Allow stat() and -X file tests work on dirhandles.Steve Peters2006-07-031-5/+9
* [perl #39639] perldoc -f waitpid has wrong code example Alexander_Gernler@genua.de2006-06-281-1/+1
* Add a few more built-in types in perlfunc/ref()Rafael Garcia-Suarez2006-06-011-0/+4
* AW: question on "len item/string item" with unpack()Peter Dintelmann2006-05-121-12/+15
* Fix an error, spotted by Tim Bunce.Nicholas Clark2006-04-171-1/+1
* Document all the return values that code references in @INC can return.Nicholas Clark2006-04-171-6/+36
* In the description of require, clarify the file handle return and whyNicholas Clark2006-04-141-3/+6
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-1/+6
* child's processor timeHugo van der Sanden2006-03-291-0/+2
* Make usage of :unique emit a deprecation warning.Rafael Garcia-Suarez2006-03-141-24/+0
* Load .pmc always, even if they are older than a matching .pm file.Rafael Garcia-Suarez2006-03-121-8/+6
* Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandleRonald J. Kimball2006-03-091-0/+3
* [perl #38633] doc patch: perlfunc "new" section lacks lock and qr Zsban Ambrus2006-02-271-4/+4
* Bareword file handles not supported for chown/chmod/utime.Gisle Aas2006-02-081-3/+9
* Doc nit found by Stephen Gordon.Steve Peters2006-02-011-1/+1
* Improve a bit the documentation for kill() with SIGNAL==0Rafael Garcia-Suarez2006-02-011-4/+6
* [perl #38380] Typo in perlfunc.pod p.boven@sara.nl2006-01-311-1/+1
* Re: [perl #38181] Default IO Layer is ignored in 3-argument open call SADAHIRO Tomoyuki2006-01-081-3/+3
* Note that the "unlink"ing directories is attempted when running as aSteve Peters2006-01-021-3/+4
* [DOC PATCH] rindex clarificationYitzchak Scott-Thoennes2005-12-291-2/+2
* A note on say() and ORS grabbed from Damian's Perl6::Say.Rafael Garcia-Suarez2005-12-191-0/+3
* latest switch/say/~~Robin Houston2005-12-191-1/+37
* Improve the setsockopt description.Gisle Aas2005-12-081-2/+9
* clarify description of vector (v) sprintf format modifierDave Mitchell2005-12-031-5/+6
* [DOC PATCH] Sort subs *can* now be recursiveRobin Houston2005-11-221-2/+2
* Fix documentation for gmtime().Steve Peters2005-11-071-4/+5
* futimes [PATCH]Gisle Aas2005-10-311-0/+4
* Fix path in code exampleRafael Garcia-Suarez2005-10-241-1/+1
* POD index entries with X<>Ivan Tubert-Brohman2005-10-131-2/+219
* Fixes to Pod errors found by podchecker.Steve Peters2005-10-041-1/+1
* Clarify the documentation regarding the return value from C<push>.Steve Peters2005-10-021-1/+2
* POD nit by YitzchakRafael Garcia-Suarez2005-09-271-4/+4
* Revert change #24223 : select() will continueRafael Garcia-Suarez2005-09-161-1/+2
* Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)Jarkko Hietaniemi2005-09-141-0/+2
* document index() with out of bounds POSITIONYitzchak Scott-Thoennes2005-09-021-1/+3
* Clarify the cases where system() returns 1,Rafael Garcia-Suarez2005-08-301-3/+4
* ASCIZ is not a typoH.Merijn Brand2005-08-051-1/+1
* Typos in *.p[lm]Piotr Fusik2005-08-051-1/+1
* Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @arra...Michael G. Schwern2005-08-011-0/+6
* Clarification to the syntax of loop modifiersRafael Garcia-Suarez2005-07-281-3/+4
* perlfunc.pod grammar fixesSteve Peters2005-07-281-84/+85
* id est is i.e.Steve Peters2005-07-271-2/+2
* [perl #36658] Typo in perlfunc.pod John W. Krahn2005-07-261-1/+1
* [PATCH perlfunc.pod/crypt] crypt() digests, not encryptsMichael G. Schwern2005-07-251-26/+35
* perlfunc.pod: s/definetely/definitely/Piotr Fusik2005-07-251-1/+1
* [perl #36612] [PATCH] Misleading shift docs about @ARGVMichael G Schwern2005-07-221-3/+3
* Re: Why does our() cross packages? (PATCH)Michael G. Schwern2005-07-181-16/+24