summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* sprintf "%+d"Abigail2008-02-141-2/+2
* More wording nits about perl's time() versus the libc's time()Rafael Garcia-Suarez2008-01-291-1/+1
* Minor rewording of the localtime() documentation,Abe Timmerman2008-01-281-1/+2
* For 5.12: saner behaviour for `length`Nicholas Clark2008-01-121-3/+4
* [DOC PATCH] was Re: things deprecated for removal in 5.12Paul Johnson2008-01-111-6/+0
* Remove the warning "v-string in require/use non portable"Rafael Garcia-Suarez2008-01-091-10/+4
* Re: [PATCH] docs more open() and $_ related entriesGabor Szabo2008-01-081-6/+8
* docs: replace FH by my $fh in openGabor Szabo2007-12-261-4/+12
* 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-211-1/+1
* Documentation patch on filetests, the filetest pragma, and theMark Overmeer2007-12-061-6/+11
* Typo, found by Scott LanningRafael Garcia-Suarez2007-11-271-1/+1
* [patch] :utf8 updatesJuerd Waalboer2007-11-231-15/+15
* perlfunc/perldiag errorsFather Chrysostomos2007-10-201-1/+1
* New [PATCH] use 5.006; use 5.10.0Robin Barker2007-10-051-0/+6
* POD cleanupsDavid Landgren2007-10-041-1/+1
* Reverse change #31978Rafael Garcia-Suarez2007-10-031-6/+0
* [perl #46019] Documentation for 'srand' has a problem in code snippet ben@linuxgazette.net2007-10-031-1/+1
* RE: [PATCH] use 5.010 is ugly; use 5.10.0 warnsRobin Barker2007-09-261-0/+6
* Re: perlfunc.pod/split; concerning trailing fieldsFather Chrysostomos2007-09-051-5/+13
* The documentation for prototype() sounds a bit better like that.Rafael Garcia-Suarez2007-08-071-4/+4
* Applied after word-wrapping:Benjamin Smith2007-08-031-11/+12
* gethostbyname() exampleGabor Szabo2007-07-181-0/+12
* Less indirect object notationRafael Garcia-Suarez2007-07-111-1/+1
* Remove wrong equivalent to pop() (bug #43705)Rafael Garcia-Suarez2007-07-111-3/+1
* clarify what text 'warn' appends to a newline-less stringDave Mitchell2007-07-041-1/+2
* Fix Pod nit in perlfuncSteve Peters2007-05-101-1/+1
* Re: Compress::Zlib, pack "C" and utf-8 [PATCH]Marc Lehmann2007-05-101-4/+3
* Regarding precedence, filetest operators are the same thanRafael Garcia-Suarez2007-05-101-2/+1
* Remove the code that handles assignment to state variablesRafael Garcia-Suarez2007-04-241-1/+1
* Typo in =item sayAbigail2007-04-141-1/+1
* 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