summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* perlfunc.pod: Lexical visibility hint in require docuChristian Winter2007-04-021-2/+3
* Make readline() default to *ARGV.Rafael Garcia-Suarez2007-03-241-6/+9
* Make readpipe default to $_Rafael Garcia-Suarez2007-03-241-0/+3
* Remove references to perlcc from the core docs.Rafael Garcia-Suarez2007-03-221-12/+3
* Better wording for the return value of select()Rafael Garcia-Suarez2007-03-191-2/+2
* perlfunc.pod (ref results), perlop.pod (qr// result) Wolfgang Laun2007-03-141-0/+8
* Better docs for C<no VERSION>Rafael Garcia-Suarez2007-03-081-9/+13
* Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)Juerd Waalboer2007-03-071-20/+15
* Doc patch about PerlIO::encoding:Tels2007-03-061-1/+4
* Make use VERSION also load feature.pmRafael Garcia-Suarez2007-03-031-1/+5
* A few nits to perlfunc/map.Rafael Garcia-Suarez2007-02-201-6/+6
* fix a few references in perlfunc.htmlJan Dubois2007-01-241-5/+5
* PATCH: perlfunc.pod / warnPeter Scott2007-01-101-2/+2
* Clarifications to close() docs, pointed out by Peter DintelmannRafael Garcia-Suarez2006-11-161-4/+5
* minor nit in binmode docsPaul Johnson2006-11-131-2/+2
* Change the documentation of the return values of @INC-hooks to matchRafael Garcia-Suarez2006-11-081-9/+3
* Re: New version diagnostic breaks a bunch of modules.Glenn Linderman2006-11-081-3/+7
* Re: $, and sayGisle Aas2006-11-021-5/+2
* Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefixSADAHIRO Tomoyuki2006-10-261-8/+21
* I'll finally get it right. (thanks to Sadahiro Tomoyuki)Rafael Garcia-Suarez2006-10-251-1/+1
* Fix nit in previous patch, spotted by GisleRafael Garcia-Suarez2006-10-251-1/+1
* Add a %B sprintf formatNicholas Clark2006-10-251-1/+2
* Document that the %#X printf format prefixes the output with 0X, not 0x.Rafael Garcia-Suarez2006-10-231-2/+2
* stab at UNITCHECK blocksAlexander Gough2006-10-191-4/+4
* Re: sprintf 64 testSADAHIRO Tomoyuki2006-10-161-1/+30
* Clarifications on the usage of setlocale() and LC_NUMERIC toRafael Garcia-Suarez2006-10-081-6/+8
* [perl #40327] Doc patch for perlfunc.pod merijnb@ms.com2006-09-131-1/+1
* Re: [perl #40262] kill( 0, ... ) does not return alive status of child processDavid Nicol2006-09-071-2/+2
* Add Index Numbers to caller() Docschromatic2006-09-041-1/+5
* Typo fix in the documentation of source filters in @INCRafael Garcia-Suarez2006-08-141-6/+7
* perlfunc.pod - unite gmtime and localtimeGabor Szabo2006-08-051-45/+22
* add more X<> tags to perlfuncGabor Szabo2006-08-051-4/+6
* Add a few links to standard modules in perlfunc, by Gabor Szabo.Rafael Garcia-Suarez2006-07-261-2/+11
* 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