| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: PATCH: byte count feature request for unpack | Ton Hospel | 2005-03-30 | 1 | -9/+27 |
* | Fix unresolved POD link | Rafael Garcia-Suarez | 2005-03-22 | 1 | -1/+1 |
* | Re: unpack A strip patch | Ton Hospel | 2005-03-21 | 1 | -1/+1 |
* | pack / for general types | Ton Hospel | 2005-03-21 | 1 | -12/+20 |
* | Re: [perl #34155] perldoc -f hex should say how to convert back | David Nicol | 2005-03-14 | 1 | -2/+3 |
* | Encoding neutral unpack | Ton Hospel | 2005-03-08 | 1 | -54/+65 |
* | do "filename" is not really used with perl subroutine librairies | Rafael Garcia-Suarez | 2005-03-03 | 1 | -3/+2 |
* | Fix documentation bug in using Socket's import tags : | David Dyck | 2005-02-15 | 1 | -4/+4 |
* | POD nit @ sysseek | Abigail | 2005-02-02 | 1 | -1/+1 |
* | Re: [perl #34010] localtime docs | Andy Lester | 2005-02-01 | 1 | -17/+25 |
* | Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks | Mike Guy | 2004-12-10 | 1 | -1/+5 |
* | Pod nit ([perl #32800]) | Rafael Garcia-Suarez | 2004-12-10 | 1 | -1/+1 |
* | Clarify the return values of pos, particularly 0 and undef, as | Nicholas Clark | 2004-11-27 | 1 | -3/+8 |
* | More caveats on the non-portability of stat(), suggested by | Rafael Garcia-Suarez | 2004-10-04 | 1 | -3/+3 |
* | Re: [perl #31586] utime does not reach expectations [PATCH] | LAUN Wolfgang | 2004-09-20 | 1 | -2/+4 |
* | Enhance the caveat in the description of tell() | Nick Ing-Simmons | 2004-08-02 | 1 | -5/+3 |
* | The byte-order modifiers won't go into 5.8. | Marcus Holland-Moritz | 2004-07-26 | 1 | -1/+1 |
* | Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses | Nicholas Clark | 2004-07-16 | 1 | -3/+4 |
* | split doc clarification | Yitzchak Scott-Thoennes | 2004-07-14 | 1 | -1/+1 |
* | Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (syso... | Paul Fenwick | 2004-06-01 | 1 | -5/+10 |
* | Proposed doc patch for getsockopt | Ton Hospel | 2004-05-21 | 1 | -1/+28 |
* | Re: stdio still supported? | Jim Cromie | 2004-05-07 | 1 | -1/+5 |
* | Windows issues with select() are already documented in perlport. | Marcus Holland-Moritz | 2004-05-07 | 1 | -5/+2 |
* | Document that select() on Windows doesn't work on non-socket filehandles. | Marcus Holland-Moritz | 2004-05-07 | 1 | -0/+4 |
* | Add byte-order group modifiers to (un)pack templates. | Marcus Holland-Moritz | 2004-05-04 | 1 | -6/+18 |
* | byte-order modifiers for (un)pack templates | Marcus Holland-Moritz | 2004-04-23 | 1 | -39/+83 |
* | Make gmtime and localtime cross reference each other. | Nicholas Clark | 2004-04-07 | 1 | -23/+17 |
* | Make the ! suffix handle n/N/v/V as signed integers | Marcus Holland-Moritz | 2004-04-06 | 1 | -1/+13 |
* | [perl #28171] wantarray docs should mention effect of eval { wantarray } | Rafael Garcia-Suarez | 2004-04-05 | 1 | -4/+4 |
* | Re: [perl #27906] stat documentation correction | Andy Lester | 2004-03-26 | 1 | -8/+8 |
* | [perl #27790] split docs: say the string is EXPR | Dan Jacobson | 2004-03-24 | 1 | -2/+3 |
* | Document the new behaviour of the substr lvalue : | Dave Mitchell | 2004-03-11 | 1 | -9/+15 |
* | Implement stacked filetest operators (-f -w -x $file). | Rafael Garcia-Suarez | 2004-02-09 | 1 | -0/+6 |
* | More docs and tests for "my $_". | Rafael Garcia-Suarez | 2004-02-03 | 1 | -0/+10 |
* | Re: [perl #15063] /tmp issues | Solar Designer | 2004-02-01 | 1 | -1/+1 |
* | Don't show code closing STD{IN,OUT} before reopening, because | Chip Salzenberg | 2004-01-31 | 1 | -3/+0 |
* | Another undocumented use of $_ : with reverse(). | Rafael Garcia-Suarez | 2004-01-30 | 1 | -0/+2 |
* | More punctuation, good. | Rafael Garcia-Suarez | 2004-01-27 | 1 | -3/+3 |
* | 5.8.3 -- fix signal comments in L<perlfunc/system> | Brendan O'Dea | 2004-01-27 | 1 | -4/+4 |
* | Document chomp's travels in the wonderful world of use encoding; | Nicholas Clark | 2004-01-23 | 1 | -0/+4 |
* | Fix typo in patch #22188 | Dave Mitchell | 2004-01-20 | 1 | -1/+1 |
* | warn that C<$x : unique> operates on the typeglob, so affects @x | Dave Mitchell | 2004-01-20 | 1 | -0/+5 |
* | [DOCPATCH] perlfunc delete | Elizabeth Mattijsen | 2003-12-14 | 1 | -2/+12 |
* | SCALAR/FIRSTKEY for tied hashes in scalar context | Tassilo von Parseval | 2003-12-06 | 1 | -0/+1 |
* | Document the fact that keys() and values() are optimized | Rafael Garcia-Suarez | 2003-11-03 | 1 | -2/+4 |
* | [patch pod/perlfunc.pod] separate two unrelated notes in require | Stas Bekman | 2003-10-31 | 1 | -1/+3 |
* | Move a fcntl() example in perlfunc at a more proper place, | perl-5.8.0@ton.iguana.be | 2003-10-29 | 1 | -13/+13 |
* | utime documentation | Gisle Aas | 2003-10-23 | 1 | -6/+13 |
* | Update perlfunc/require to describe NXDOMAIN caching... er, you | Abhijit Menon-Sen | 2003-10-07 | 1 | -20/+28 |
* | ref can return false on references | Abigail | 2003-10-06 | 1 | -1/+2 |