| Commit message (Expand) | Author | Age | Files | Lines |
* | Document each/keys/values @array | Nicholas Clark | 2007-12-21 | 1 | -19/+35 |
* | Update the hash documentation to reflect the changes between 5.8.1 and | Nicholas Clark | 2007-12-21 | 1 | -1/+1 |
* | Documentation patch on filetests, the filetest pragma, and the | Mark Overmeer | 2007-12-06 | 1 | -6/+11 |
* | Typo, found by Scott Lanning | Rafael Garcia-Suarez | 2007-11-27 | 1 | -1/+1 |
* | [patch] :utf8 updates | Juerd Waalboer | 2007-11-23 | 1 | -15/+15 |
* | perlfunc/perldiag errors | Father Chrysostomos | 2007-10-20 | 1 | -1/+1 |
* | New [PATCH] use 5.006; use 5.10.0 | Robin Barker | 2007-10-05 | 1 | -0/+6 |
* | POD cleanups | David Landgren | 2007-10-04 | 1 | -1/+1 |
* | Reverse change #31978 | Rafael Garcia-Suarez | 2007-10-03 | 1 | -6/+0 |
* | [perl #46019] Documentation for 'srand' has a problem in code snippet | ben@linuxgazette.net | 2007-10-03 | 1 | -1/+1 |
* | RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns | Robin Barker | 2007-09-26 | 1 | -0/+6 |
* | Re: perlfunc.pod/split; concerning trailing fields | Father Chrysostomos | 2007-09-05 | 1 | -5/+13 |
* | The documentation for prototype() sounds a bit better like that. | Rafael Garcia-Suarez | 2007-08-07 | 1 | -4/+4 |
* | Applied after word-wrapping: | Benjamin Smith | 2007-08-03 | 1 | -11/+12 |
* | gethostbyname() example | Gabor Szabo | 2007-07-18 | 1 | -0/+12 |
* | Less indirect object notation | Rafael Garcia-Suarez | 2007-07-11 | 1 | -1/+1 |
* | Remove wrong equivalent to pop() (bug #43705) | Rafael Garcia-Suarez | 2007-07-11 | 1 | -3/+1 |
* | clarify what text 'warn' appends to a newline-less string | Dave Mitchell | 2007-07-04 | 1 | -1/+2 |
* | Fix Pod nit in perlfunc | Steve Peters | 2007-05-10 | 1 | -1/+1 |
* | Re: Compress::Zlib, pack "C" and utf-8 [PATCH] | Marc Lehmann | 2007-05-10 | 1 | -4/+3 |
* | Regarding precedence, filetest operators are the same than | Rafael Garcia-Suarez | 2007-05-10 | 1 | -2/+1 |
* | Remove the code that handles assignment to state variables | Rafael Garcia-Suarez | 2007-04-24 | 1 | -1/+1 |
* | Typo in =item say | Abigail | 2007-04-14 | 1 | -1/+1 |
* | perlfunc.pod: Lexical visibility hint in require docu | Christian Winter | 2007-04-02 | 1 | -2/+3 |
* | Make readline() default to *ARGV. | Rafael Garcia-Suarez | 2007-03-24 | 1 | -6/+9 |
* | Make readpipe default to $_ | Rafael Garcia-Suarez | 2007-03-24 | 1 | -0/+3 |
* | Remove references to perlcc from the core docs. | Rafael Garcia-Suarez | 2007-03-22 | 1 | -12/+3 |
* | Better wording for the return value of select() | Rafael Garcia-Suarez | 2007-03-19 | 1 | -2/+2 |
* | perlfunc.pod (ref results), perlop.pod (qr// result) | Wolfgang Laun | 2007-03-14 | 1 | -0/+8 |
* | Better docs for C<no VERSION> | Rafael Garcia-Suarez | 2007-03-08 | 1 | -9/+13 |
* | Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) | Juerd Waalboer | 2007-03-07 | 1 | -20/+15 |
* | Doc patch about PerlIO::encoding: | Tels | 2007-03-06 | 1 | -1/+4 |
* | Make use VERSION also load feature.pm | Rafael Garcia-Suarez | 2007-03-03 | 1 | -1/+5 |
* | A few nits to perlfunc/map. | Rafael Garcia-Suarez | 2007-02-20 | 1 | -6/+6 |
* | fix a few references in perlfunc.html | Jan Dubois | 2007-01-24 | 1 | -5/+5 |
* | PATCH: perlfunc.pod / warn | Peter Scott | 2007-01-10 | 1 | -2/+2 |
* | Clarifications to close() docs, pointed out by Peter Dintelmann | Rafael Garcia-Suarez | 2006-11-16 | 1 | -4/+5 |
* | minor nit in binmode docs | Paul Johnson | 2006-11-13 | 1 | -2/+2 |
* | Change the documentation of the return values of @INC-hooks to match | Rafael Garcia-Suarez | 2006-11-08 | 1 | -9/+3 |
* | Re: New version diagnostic breaks a bunch of modules. | Glenn Linderman | 2006-11-08 | 1 | -3/+7 |
* | Re: $, and say | Gisle Aas | 2006-11-02 | 1 | -5/+2 |
* | Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix | SADAHIRO Tomoyuki | 2006-10-26 | 1 | -8/+21 |
* | I'll finally get it right. (thanks to Sadahiro Tomoyuki) | Rafael Garcia-Suarez | 2006-10-25 | 1 | -1/+1 |
* | Fix nit in previous patch, spotted by Gisle | Rafael Garcia-Suarez | 2006-10-25 | 1 | -1/+1 |
* | Add a %B sprintf format | Nicholas Clark | 2006-10-25 | 1 | -1/+2 |
* | Document that the %#X printf format prefixes the output with 0X, not 0x. | Rafael Garcia-Suarez | 2006-10-23 | 1 | -2/+2 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -4/+4 |
* | Re: sprintf 64 test | SADAHIRO Tomoyuki | 2006-10-16 | 1 | -1/+30 |
* | Clarifications on the usage of setlocale() and LC_NUMERIC to | Rafael Garcia-Suarez | 2006-10-08 | 1 | -6/+8 |
* | [perl #40327] Doc patch for perlfunc.pod | merijnb@ms.com | 2006-09-13 | 1 | -1/+1 |