summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* Re: PATCH: byte count feature request for unpackTon Hospel2005-03-301-9/+27
* Fix unresolved POD linkRafael Garcia-Suarez2005-03-221-1/+1
* Re: unpack A strip patchTon Hospel2005-03-211-1/+1
* pack / for general typesTon Hospel2005-03-211-12/+20
* Re: [perl #34155] perldoc -f hex should say how to convert backDavid Nicol2005-03-141-2/+3
* Encoding neutral unpackTon Hospel2005-03-081-54/+65
* do "filename" is not really used with perl subroutine librairiesRafael Garcia-Suarez2005-03-031-3/+2
* Fix documentation bug in using Socket's import tags :David Dyck2005-02-151-4/+4
* POD nit @ sysseekAbigail2005-02-021-1/+1
* Re: [perl #34010] localtime docsAndy Lester2005-02-011-17/+25
* Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocksMike Guy2004-12-101-1/+5
* Pod nit ([perl #32800])Rafael Garcia-Suarez2004-12-101-1/+1
* Clarify the return values of pos, particularly 0 and undef, asNicholas Clark2004-11-271-3/+8
* More caveats on the non-portability of stat(), suggested byRafael Garcia-Suarez2004-10-041-3/+3
* Re: [perl #31586] utime does not reach expectations [PATCH]LAUN Wolfgang2004-09-201-2/+4
* Enhance the caveat in the description of tell()Nick Ing-Simmons2004-08-021-5/+3
* The byte-order modifiers won't go into 5.8.Marcus Holland-Moritz2004-07-261-1/+1
* Clarify that it's only Mac OS *Classic* that uses 1904 - OS X usesNicholas Clark2004-07-161-3/+4
* split doc clarificationYitzchak Scott-Thoennes2004-07-141-1/+1
* Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (syso...Paul Fenwick2004-06-011-5/+10
* Proposed doc patch for getsockoptTon Hospel2004-05-211-1/+28
* Re: stdio still supported?Jim Cromie2004-05-071-1/+5
* Windows issues with select() are already documented in perlport.Marcus Holland-Moritz2004-05-071-5/+2
* Document that select() on Windows doesn't work on non-socket filehandles.Marcus Holland-Moritz2004-05-071-0/+4
* Add byte-order group modifiers to (un)pack templates.Marcus Holland-Moritz2004-05-041-6/+18
* byte-order modifiers for (un)pack templatesMarcus Holland-Moritz2004-04-231-39/+83
* Make gmtime and localtime cross reference each other.Nicholas Clark2004-04-071-23/+17
* Make the ! suffix handle n/N/v/V as signed integersMarcus Holland-Moritz2004-04-061-1/+13
* [perl #28171] wantarray docs should mention effect of eval { wantarray }Rafael Garcia-Suarez2004-04-051-4/+4
* Re: [perl #27906] stat documentation correctionAndy Lester2004-03-261-8/+8
* [perl #27790] split docs: say the string is EXPR Dan Jacobson2004-03-241-2/+3
* Document the new behaviour of the substr lvalue :Dave Mitchell2004-03-111-9/+15
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-091-0/+6
* More docs and tests for "my $_".Rafael Garcia-Suarez2004-02-031-0/+10
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-1/+1
* Don't show code closing STD{IN,OUT} before reopening, becauseChip Salzenberg2004-01-311-3/+0
* Another undocumented use of $_ : with reverse().Rafael Garcia-Suarez2004-01-301-0/+2
* More punctuation, good.Rafael Garcia-Suarez2004-01-271-3/+3
* 5.8.3 -- fix signal comments in L<perlfunc/system>Brendan O'Dea2004-01-271-4/+4
* Document chomp's travels in the wonderful world of use encoding;Nicholas Clark2004-01-231-0/+4
* Fix typo in patch #22188Dave Mitchell2004-01-201-1/+1
* warn that C<$x : unique> operates on the typeglob, so affects @xDave Mitchell2004-01-201-0/+5
* [DOCPATCH] perlfunc deleteElizabeth Mattijsen2003-12-141-2/+12
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-0/+1
* Document the fact that keys() and values() are optimizedRafael Garcia-Suarez2003-11-031-2/+4
* [patch pod/perlfunc.pod] separate two unrelated notes in requireStas Bekman2003-10-311-1/+3
* Move a fcntl() example in perlfunc at a more proper place,perl-5.8.0@ton.iguana.be2003-10-291-13/+13
* utime documentationGisle Aas2003-10-231-6/+13
* Update perlfunc/require to describe NXDOMAIN caching... er, youAbhijit Menon-Sen2003-10-071-20/+28
* ref can return false on referencesAbigail2003-10-061-1/+2