| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes to Pod errors found by podchecker. | Steve Peters | 2005-10-04 | 1 | -1/+1 |
* | Clarify the documentation regarding the return value from C<push>. | Steve Peters | 2005-10-02 | 1 | -1/+2 |
* | POD nit by Yitzchak | Rafael Garcia-Suarez | 2005-09-27 | 1 | -4/+4 |
* | Revert change #24223 : select() will continue | Rafael Garcia-Suarez | 2005-09-16 | 1 | -1/+2 |
* | Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug) | Jarkko Hietaniemi | 2005-09-14 | 1 | -0/+2 |
* | document index() with out of bounds POSITION | Yitzchak Scott-Thoennes | 2005-09-02 | 1 | -1/+3 |
* | Clarify the cases where system() returns 1, | Rafael Garcia-Suarez | 2005-08-30 | 1 | -3/+4 |
* | ASCIZ is not a typo | H.Merijn Brand | 2005-08-05 | 1 | -1/+1 |
* | Typos in *.p[lm] | Piotr Fusik | 2005-08-05 | 1 | -1/+1 |
* | Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @arra... | Michael G. Schwern | 2005-08-01 | 1 | -0/+6 |
* | Clarification to the syntax of loop modifiers | Rafael Garcia-Suarez | 2005-07-28 | 1 | -3/+4 |
* | perlfunc.pod grammar fixes | Steve Peters | 2005-07-28 | 1 | -84/+85 |
* | id est is i.e. | Steve Peters | 2005-07-27 | 1 | -2/+2 |
* | [perl #36658] Typo in perlfunc.pod | John W. Krahn | 2005-07-26 | 1 | -1/+1 |
* | [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts | Michael G. Schwern | 2005-07-25 | 1 | -26/+35 |
* | perlfunc.pod: s/definetely/definitely/ | Piotr Fusik | 2005-07-25 | 1 | -1/+1 |
* | [perl #36612] [PATCH] Misleading shift docs about @ARGV | Michael G Schwern | 2005-07-22 | 1 | -3/+3 |
* | Re: Why does our() cross packages? (PATCH) | Michael G. Schwern | 2005-07-18 | 1 | -16/+24 |
* | Re: fchmod, fchown, fchdir | Gisle Aas | 2005-07-16 | 1 | -0/+20 |
* | [perl #36538] perlfunc/our contradicts itself | Michael G Schwern | 2005-07-15 | 1 | -11/+17 |
* | perlfunc.pod | Piotr Fusik | 2005-07-11 | 1 | -1/+9 |
* | Recommend Against UNIVERSAL:: Methods as Functions, take 2 | chromatic | 2005-06-20 | 1 | -4/+3 |
* | Better phrasing | Rafael Garcia-Suarez | 2005-06-15 | 1 | -2/+3 |
* | perlfunc.pod: ioctl.ph | Alexey Tourbin | 2005-06-09 | 1 | -2/+2 |
* | Re: [perl #36130] chr(-1) should probably return undef | Jarkko Hietaniemi | 2005-06-07 | 1 | -0/+4 |
* | POD fixes | Rafael Garcia-Suarez | 2005-06-03 | 1 | -2/+2 |
* | Re: [perl #35420] localtime corruption | Michael G. Schwern | 2005-05-27 | 1 | -0/+4 |
* | Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] | Gisle Aas | 2005-05-18 | 1 | -6/+9 |
* | Rework documentation of split(//,...) | Rafael Garcia-Suarez | 2005-05-12 | 1 | -6/+5 |
* | [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't | Steve Peters | 2005-05-11 | 1 | -5/+11 |
* | mkdir without arguments now defaults to $_ | Rafael Garcia-Suarez | 2005-05-03 | 1 | -1/+4 |
* | Clarify the definition of the 'w' pack format, as suggested by | Rafael Garcia-Suarez | 2005-05-02 | 1 | -4/+4 |
* | Fix typo, noticed by Randal Schwartz | Rafael Garcia-Suarez | 2005-04-25 | 1 | -1/+1 |
* | perlfunc.pod: incomplete select description | Hernan Perez Masci | 2005-04-11 | 1 | -0/+6 |
* | Make the four-argument form of select() return undef | Rafael Garcia-Suarez | 2005-04-11 | 1 | -2/+1 |
* | Mention that select() returns -1 on error, | Rafael Garcia-Suarez | 2005-04-07 | 1 | -0/+3 |
* | 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 |