| Commit message (Expand) | Author | Age | Files | Lines |
* | * Fix trailing whitespace in blead 778c687 | brian d foy | 2009-09-25 | 1 | -1/+1 |
* | RT #69208: Check eof before using readline in perlfunc readline example | brian d foy | 2009-09-25 | 1 | -14/+24 |
* | Doc nit in perlfunc for die() and warn() with an empty message | Rafael Garcia-Suarez | 2009-09-14 | 1 | -3/+3 |
* | split: Remove implicit split to @_ | Bo Borgerson | 2009-09-13 | 1 | -4/+1 |
* | The "package;" syntax was removed in 5.10 | Rafael Garcia-Suarez | 2009-09-10 | 1 | -2/+0 |
* | document split in void context in perlfunc.pod | Moritz Lenz | 2009-08-12 | 1 | -3/+4 |
* | Minor spelling nit in last perlfunc updated | Vincent Pit | 2009-08-03 | 1 | -1/+1 |
* | Update the description of the 'system' function to point users at autodie | Jesse Vincent | 2009-08-03 | 1 | -2/+5 |
* | Document "delete local" in perlsub | Vincent Pit | 2009-07-27 | 1 | -0/+8 |
* | Make kill() fatal for non-numeric pids | David Golden | 2009-07-09 | 1 | -5/+7 |
* | Fast enabling of strictures when version 5.11.0 is required | Rafael Garcia-Suarez | 2009-07-07 | 1 | -1/+2 |
* | use strict by default if "use 5.011" is in effect! | Steffen Mueller | 2009-07-07 | 1 | -0/+2 |
* | Small pod/wording fixes | Rafael Garcia-Suarez | 2009-06-28 | 1 | -7/+6 |
* | Extra examples for 'sort' | Bram | 2009-06-28 | 1 | -0/+18 |
* | Fix readline example in perlfunc | Rafael Garcia-Suarez | 2009-06-15 | 1 | -1/+1 |
* | Minor fixups for the documentation for crypt. | Jay Hannah | 2009-04-27 | 1 | -2/+2 |
* | remove some indirect method calls, add a caveat | Ricardo SIGNES | 2009-01-21 | 1 | -1/+1 |
* | POD typos | Frank Wiegand | 2009-01-21 | 1 | -1/+1 |
* | 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 |