examples in the core documentation
[p5sagit/p5-mst-13.2.git] / pod / perlfunc.pod
2006-07-10 Gabor Szabo examples in the core documentation
2006-07-06 Steve Peters Alphabetizing function names in perlfunc lists.
2006-07-06 Rafael Garcia-Suarez Mention state variables in perldiag. Add switch-related...
2006-07-03 Steve Peters Allow stat() and -X file tests work on dirhandles.
2006-06-28 Alexander_Gernler... [perl #39639] perldoc -f waitpid has wrong code example
2006-06-01 Rafael Garcia-Suarez Add a few more built-in types in perlfunc/ref()
2006-05-12 Peter Dintelmann AW: question on "len item/string item" with unpack()
2006-04-17 Nicholas Clark Fix an error, spotted by Tim Bunce.
2006-04-17 Nicholas Clark Document all the return values that code references...
2006-04-14 Nicholas Clark In the description of require, clarify the file handle...
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-29 Hugo van der Sanden child's processor time
2006-03-14 Rafael Garcia-Suarez Make usage of :unique emit a deprecation warning.
2006-03-12 Rafael Garcia-Suarez Load .pmc always, even if they are older than a matchin...
2006-03-09 Ronald J. Kimball Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek...
2006-02-27 Zsban Ambrus [perl #38633] doc patch: perlfunc "new" section lacks...
2006-02-08 Gisle Aas Bareword file handles not supported for chown/chmod...
2006-02-01 Steve Peters Doc nit found by Stephen Gordon.
2006-02-01 Rafael Garcia-Suarez Improve a bit the documentation for kill() with SIGNAL==0
2006-01-31 p.boven@sara.nl [perl #38380] Typo in perlfunc.pod
2006-01-08 SADAHIRO Tomoyuki Re: [perl #38181] Default IO Layer is ignored in 3...
2006-01-02 Steve Peters Note that the "unlink"ing directories is attempted...
2005-12-29 Yitzchak Scott-Tho... [DOC PATCH] rindex clarification
2005-12-19 Rafael Garcia-Suarez A note on say() and ORS grabbed from Damian's Perl6...
2005-12-19 Robin Houston latest switch/say/~~
2005-12-08 Gisle Aas Improve the setsockopt description.
2005-12-03 Dave Mitchell clarify description of vector (v) sprintf format modifier
2005-11-22 Robin Houston [DOC PATCH] Sort subs *can* now be recursive
2005-11-07 Steve Peters Fix documentation for gmtime().
2005-10-31 Gisle Aas futimes [PATCH]
2005-10-24 Rafael Garcia-Suarez Fix path in code example
2005-10-13 Ivan Tubert-Brohman POD index entries with X<>
2005-10-04 Steve Peters Fixes to Pod errors found by podchecker.
2005-10-02 Steve Peters Clarify the documentation regarding the return value...
2005-09-27 Rafael Garcia-Suarez POD nit by Yitzchak
2005-09-16 Rafael Garcia-Suarez Revert change #24223 : select() will continue
2005-09-14 Jarkko Hietaniemi Math::Complex and Math::Trig updates (Re: [perl #37117...
2005-09-02 Yitzchak Scott-Tho... document index() with out of bounds POSITION
2005-08-30 Rafael Garcia-Suarez Clarify the cases where system() returns 1,
2005-08-05 H.Merijn Brand ASCIZ is not a typo
2005-08-05 Piotr Fusik Typos in *.p[lm]
2005-08-01 Michael G. Schwern Re: [perl #36616] bug or feature? foreach (sort @array...
2005-07-28 Rafael Garcia-Suarez Clarification to the syntax of loop modifiers
2005-07-28 Steve Peters perlfunc.pod grammar fixes
2005-07-27 Steve Peters id est is i.e.
2005-07-26 John W. Krahn [perl #36658] Typo in perlfunc.pod
2005-07-25 Michael G. Schwern [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
2005-07-25 Piotr Fusik perlfunc.pod: s/definetely/definitely/
2005-07-22 Michael G Schwern [perl #36612] [PATCH] Misleading shift docs about ...
2005-07-18 Michael G. Schwern Re: Why does our() cross packages? (PATCH)
2005-07-16 Gisle Aas Re: fchmod, fchown, fchdir
2005-07-15 Michael G Schwern [perl #36538] perlfunc/our contradicts itself
2005-07-11 Piotr Fusik perlfunc.pod
2005-06-20 chromatic Recommend Against UNIVERSAL:: Methods as Functions...
2005-06-15 Rafael Garcia-Suarez Better phrasing
2005-06-09 Alexey Tourbin perlfunc.pod: ioctl.ph
2005-06-07 Jarkko Hietaniemi Re: [perl #36130] chr(-1) should probably return undef
2005-06-03 Rafael Garcia-Suarez POD fixes
2005-05-27 Michael G. Schwern Re: [perl #35420] localtime corruption
2005-05-18 Gisle Aas Well defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-12 Rafael Garcia-Suarez Rework documentation of split(//,...)
2005-05-11 Steve Peters [perl #33765] [PATCH] perlop: mention why 'print !...
2005-05-03 Rafael Garcia-Suarez mkdir without arguments now defaults to $_
2005-05-02 Rafael Garcia-Suarez Clarify the definition of the 'w' pack format, as sugge...
2005-04-25 Rafael Garcia-Suarez Fix typo, noticed by Randal Schwartz
2005-04-11 Hernan Perez Masci perlfunc.pod: incomplete select description
2005-04-11 Rafael Garcia-Suarez Make the four-argument form of select() return undef
2005-04-07 Rafael Garcia-Suarez Mention that select() returns -1 on error,
2005-03-30 Ton Hospel Re: PATCH: byte count feature request for unpack
2005-03-22 Rafael Garcia-Suarez Fix unresolved POD link
2005-03-21 Ton Hospel Re: unpack A strip patch
2005-03-21 Ton Hospel pack / for general types
2005-03-14 David Nicol Re: [perl #34155] perldoc -f hex should say how to...
2005-03-08 Ton Hospel Encoding neutral unpack
2005-03-03 Rafael Garcia-Suarez do "filename" is not really used with perl subroutine...
2005-02-15 David Dyck Fix documentation bug in using Socket's import tags :
2005-02-02 Abigail POD nit @ sysseek
2005-02-01 Andy Lester Re: [perl #34010] localtime docs
2004-12-10 Mike Guy Re: [perl #2562] wantarray fails in END, INIT, and...
2004-12-10 Rafael Garcia-Suarez Pod nit ([perl #32800])
2004-11-27 Nicholas Clark Clarify the return values of pos, particularly 0 and...
2004-10-04 Rafael Garcia-Suarez More caveats on the non-portability of stat(), suggested by
2004-09-20 LAUN Wolfgang Re: [perl #31586] utime does not reach expectations...
2004-08-02 Nick Ing-Simmons Enhance the caveat in the description of tell()
2004-07-26 Marcus Holland-Moritz The byte-order modifiers won't go into 5.8.
2004-07-16 Nicholas Clark Clarify that it's only Mac OS *Classic* that uses 1904...
2004-07-14 Yitzchak Scott-Tho... split doc clarification
2004-06-01 Paul Fenwick Re: [PATCH] UPDATE - Grammatical fixes and explanations...
2004-05-21 Ton Hospel Proposed doc patch for getsockopt
2004-05-07 Jim Cromie Re: stdio still supported?
2004-05-07 Marcus Holland-Moritz Windows issues with select() are already documented...
2004-05-07 Marcus Holland-Moritz Document that select() on Windows doesn't work on non...
2004-05-04 Marcus Holland-Moritz Add byte-order group modifiers to (un)pack templates.
2004-04-23 Marcus Holland-Moritz byte-order modifiers for (un)pack templates
2004-04-07 Nicholas Clark Make gmtime and localtime cross reference each other.
2004-04-06 Marcus Holland-Moritz Make the ! suffix handle n/N/v/V as signed integers
2004-04-05 Rafael Garcia-Suarez [perl #28171] wantarray docs should mention effect...
2004-03-26 Andy Lester Re: [perl #27906] stat documentation correction
2004-03-24 Dan Jacobson [perl #27790] split docs: say the string is EXPR
2004-03-11 Dave Mitchell Document the new behaviour of the substr lvalue :
next