| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] [ID 19991013.005] utime undef, undef, @files | Robert Spier | 2001-05-27 | 1 | -0/+7 |
* | Re: [PATCH] Re: stability of sort()? | John P. Linderman | 2001-05-26 | 1 | -5/+5 |
* | Re: stability of sort()? | Nicholas Clark | 2001-05-26 | 1 | -0/+6 |
* | Document some more of open's features. | Nick Ing-Simmons | 2001-05-20 | 1 | -17/+31 |
* | Re: [PATCH perlfunc.pod] split on an empty string | Benjamin Sugars | 2001-05-12 | 1 | -7/+8 |
* | Re: [PATCH perlfunc.pod] split on an empty string | Jon Eveland | 2001-05-11 | 1 | -5/+8 |
* | RE: rand(0) is rand(1) | Larry Shatzer | 2001-05-10 | 1 | -2/+2 |
* | Retract #10031. | Jarkko Hietaniemi | 2001-05-08 | 1 | -5/+0 |
* | (Retracted by #10042) | Philip Newton | 2001-05-08 | 1 | -0/+5 |
* | Document C<our $foo : shared> | Benjamin Sugars | 2001-05-07 | 1 | -0/+24 |
* | Updates on the pods related to the modules included since 5.6. | Jarkko Hietaniemi | 2001-05-05 | 1 | -4/+6 |
* | 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 |