| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix some misinformation in perlfunc.pod | Peter Prymmer | 2001-05-02 | 1 | -11/+11 |
* | Minor doc tweaks on endianness, closes bug 20010327.004. | Jarkko Hietaniemi | 2001-05-02 | 1 | -3/+4 |
* | [DOC PATCH bleadperl] Document generation of random integers | Walt Mankowski | 2001-04-30 | 1 | -0/+7 |
* | Propagate calling context for do '...' | Gisle Aas | 2001-04-05 | 1 | -1/+1 |
* | Document sockatmark() some. | Jarkko Hietaniemi | 2001-03-27 | 1 | -3/+24 |
* | Tweak docs for C<open> (boy does that need wholesale revision...) | Nick Ing-Simmons | 2001-03-24 | 1 | -61/+78 |
* | the uncontroversial doc patches | Michael Stevens | 2001-03-16 | 1 | -3/+4 |
* | Undo qu. Retract #8814, rewrite op/each part of #8615, | Jarkko Hietaniemi | 2001-02-28 | 1 | -6/+3 |
* | Re: [PATCH lots of pod/] s/chop/chomp/g | Michael G. Schwern | 2001-02-04 | 1 | -18/+5 |
* | Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669 | Jarkko Hietaniemi | 2001-02-01 | 1 | -1/+1 |
* | Document the mkdir trailing slashes case. | Jarkko Hietaniemi | 2001-01-23 | 1 | -0/+5 |
* | Document and test the new qu operator. | Jarkko Hietaniemi | 2001-01-20 | 1 | -3/+6 |
* | open() example in perlfunc.pod | Karsten Sperling | 2000-12-30 | 1 | -1/+1 |
* | read() documentation tweak for 20001121.004. | Jarkko Hietaniemi | 2000-12-21 | 1 | -6/+7 |
* | Re: [ID 20001013.006] XS subs are not define()ed | Dominic Dunlop | 2000-12-14 | 1 | -2/+8 |
* | DOC PATCH 5.6.0: -s return value incompletely documented | Mark-Jason Dominus | 2000-12-08 | 1 | -2/+2 |
* | Re: 5.6 bug: split /^/ implies /m modifier (from CLPM) | Robin Barker | 2000-11-28 | 1 | -0/+9 |
* | Explain in more detail the {} syntax ambiguousity. | Nicholas Clark | 2000-11-18 | 1 | -0/+23 |
* | Document tell() on special streams. | Jarkko Hietaniemi | 2000-11-12 | 1 | -0/+4 |
* | [ID 20001112.004] man perlfunc omits tell()'s error return | Nicholas Clark | 2000-11-12 | 1 | -3/+3 |
* | Pod updates | Stephen P. Potter | 2000-11-07 | 1 | -5/+5 |
* | DOC PATCH 5.6.0 | Mark-Jason Dominus | 2000-10-28 | 1 | -2/+9 |
* | Support s?printf parameter reordering. | Jarkko Hietaniemi | 2000-10-22 | 1 | -5/+23 |
* | [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause | Jeff Pinyan | 2000-09-12 | 1 | -1/+1 |
* | Re-allow vec() for characters > 255. | Spider Boardman | 2000-09-08 | 1 | -2/+7 |
* | Tied filehandle documentation | Gisle Aas | 2000-09-07 | 1 | -0/+6 |
* | Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?) | Mike Guy | 2000-09-01 | 1 | -0/+3 |
* | Document UNTIE in a very minimalistic way. | Jarkko Hietaniemi | 2000-08-31 | 1 | -0/+4 |
* | [ID 20000830.036] [DOC] chom?p %hash not documented | Rick Delaney | 2000-08-30 | 1 | -0/+4 |
* | typos in pods | Nicholas Clark | 2000-08-30 | 1 | -1/+1 |
* | spellings | Marcel Grunauer | 2000-08-28 | 1 | -1/+1 |
* | Re: [ID 20000821.008] Negitive numbers with vec dumps core | Mike Guy | 2000-08-23 | 1 | -3/+4 |
* | Document the endianness of Alpha more precisely. | Jarkko Hietaniemi | 2000-08-21 | 1 | -4/+4 |
* | Document the number of exponent digits. | Jarkko Hietaniemi | 2000-08-20 | 1 | -3/+5 |
* | [ID 20000817.023] endianness description in perlfunc.pod | Jonathan D Johnston | 2000-08-19 | 1 | -2/+2 |
* | perlfunc.pod -- clarifying sprintf array argument issues | Daniel Chetlin | 2000-08-18 | 1 | -0/+6 |
* | pod nit seen in passing | Gurusamy Sarathy | 2000-08-16 | 1 | -3/+5 |
* | (Retracted by #6660) | Dominic Dunlop | 2000-08-15 | 1 | -0/+4 |
* | perlfunc.pod use documentation (5.6.0) | Jeff Pinyan | 2000-08-06 | 1 | -2/+5 |
* | Warn under -w if lstat(FH) is attempted. | Todd C. Miller | 2000-08-04 | 1 | -2/+0 |
* | [ID 19990721.004] Documentation bug in perlfunc | Clinton Pierce | 2000-08-04 | 1 | -1/+2 |
* | Make chr() for values >127 to create utf8 when under utf8. | Simon Cozens | 2000-08-01 | 1 | -2/+5 |
* | docfix from Peter Scott <Peter@PSDT.com>. | Jarkko Hietaniemi | 2000-07-26 | 1 | -9/+6 |
* | More split() doc and test patches from Mike Guy. | Jarkko Hietaniemi | 2000-07-26 | 1 | -1/+1 |
* | split /^/ | M. J. T. Guy | 2000-07-26 | 1 | -0/+3 |
* | [docpatch] Re: [ID 19991002.011] perldoc -f shift | Hugo van der Sanden | 2000-07-15 | 1 | -1/+1 |
* | integrate cfgperl changes#6293..6324 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -13/+17 |
* | integrate cfgperl changes#6268..6282 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -11/+11 |
* | integrate cfgperl changes#6252..6260 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+9 |
* | integrate cfgperl changes#6242..6249 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -3/+12 |