| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the link to the sort pragma to be more clear. | Abigail | 2009-01-09 | 1 | -1/+1 |
* | Minor pod fixes to make Pod::Checker happy with the core pod | Alex Vandiver | 2008-12-25 | 1 | -5/+5 |
* | Typo in pod/perlfunc.pod | Aaron Crane | 2008-12-15 | 1 | -2/+2 |
* | Small eval documentation tweak | Bo Lindbergh | 2008-11-27 | 1 | -1/+2 |
* | Various patches added to RT #21568 from julian@mehnle.net. | Steve Peters | 2008-11-14 | 1 | -5/+7 |
* | Re: [PATCH] Revised: Improved documentation for flock() in perlfunc.pod | Paul Fenwick | 2008-09-17 | 1 | -8/+10 |
* | Add missing "a" to binmode documentation in perlfunc.pod | Matt Kraai | 2008-09-05 | 1 | -1/+1 |
* | clear docs on exists wrt autovivification | Moritz Lenz | 2008-09-02 | 1 | -2/+1 |
* | Re: [perl #56348] [PATCH] glob() with spaces - documentation unclear | Paul Fenwick | 2008-06-26 | 1 | -1/+7 |
* | Re: [perl #24174] perl-5.8.0-55 exit bug | Michael G. Schwern | 2008-06-23 | 1 | -3/+11 |
* | Re: eval "require Foo" with binary-incompatible XS modules | Niko Tyni | 2008-05-18 | 1 | -0/+4 |
* | [perl #39187] [DOC-PATCH]: perldoc -f reverse: examples (was: RE: Perlfunc ne... | Bram | 2008-05-17 | 1 | -3/+6 |
* | Make perlfunc link to the correct section of perlop for q//, qq//, qx//, and ... | Matt Kraai | 2008-05-16 | 1 | -3/+5 |
* | doc patch for perlfunc/split (was: RE: [perl #46073] split | Bram | 2008-04-27 | 1 | -4/+4 |
* | Revert change #33676, likely to break atan(-0,0) on some platforms | Rafael Garcia-Suarez | 2008-04-14 | 1 | -1/+2 |
* | Make atan2(0,0) return undef | Rafael Garcia-Suarez | 2008-04-14 | 1 | -2/+1 |
* | Re: [PATCH][NUDGE] Documentation fix for perlfunc/shutdown | Paul Fenwick | 2008-04-06 | 1 | -0/+4 |
* | perlfunc.pod: atan2(0,0) returns 0, not undef | Paul Fenwick | 2008-04-06 | 1 | -1/+2 |
* | Re: local $@ has an unwanted side effect | David Nicol | 2008-03-25 | 1 | -0/+16 |
* | sprintf "%+d" | Abigail | 2008-02-14 | 1 | -2/+2 |
* | More wording nits about perl's time() versus the libc's time() | Rafael Garcia-Suarez | 2008-01-29 | 1 | -1/+1 |
* | Minor rewording of the localtime() documentation, | Abe Timmerman | 2008-01-28 | 1 | -1/+2 |
* | For 5.12: saner behaviour for `length` | Nicholas Clark | 2008-01-12 | 1 | -3/+4 |
* | [DOC PATCH] was Re: things deprecated for removal in 5.12 | Paul Johnson | 2008-01-11 | 1 | -6/+0 |
* | Remove the warning "v-string in require/use non portable" | Rafael Garcia-Suarez | 2008-01-09 | 1 | -10/+4 |
* | Re: [PATCH] docs more open() and $_ related entries | Gabor Szabo | 2008-01-08 | 1 | -6/+8 |
* | docs: replace FH by my $fh in open | Gabor Szabo | 2007-12-26 | 1 | -4/+12 |
* | 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 |