| Commit message (Expand) | Author | Age | Files | Lines |
* | Array context keeps slithering in. | Daniel Chetlin | 2000-08-21 | 1 | -1/+1 |
* | Draft 0. | Jarkko Hietaniemi | 2000-08-21 | 1 | -9/+1104 |
* | s/this one/the 5.6.0 release/ | Jarkko Hietaniemi | 2000-08-20 | 1 | -1/+2 |
* | Mention perlebcdic and perlposix-bc. | Jarkko Hietaniemi | 2000-08-20 | 1 | -1/+2 |
* | 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 |
* | Introduce a 'veryclean' target that is like 'distclean' | Jarkko Hietaniemi | 2000-08-19 | 1 | -0/+3 |
* | Add warnif(), check warnings further up the stack, | Paul Marquess | 2000-08-18 | 1 | -14/+85 |
* | Add [[:blank:]] as suggested in | Jeffrey Friedl | 2000-08-18 | 2 | -14/+23 |
* | [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-... | Paul David Fardy | 2000-08-18 | 2 | -3/+14 |
* | perlfunc.pod -- clarifying sprintf array argument issues | Daniel Chetlin | 2000-08-18 | 1 | -0/+6 |
* | perltrap.pod spring cleaning | Daniel Chetlin | 2000-08-18 | 1 | -38/+60 |
* | Introduce NVef, NVff, and NVgf, use the middle one. | Abigail | 2000-08-18 | 1 | -5/+13 |
* | Document what the backtick returns if the command fails. | Jarkko Hietaniemi | 2000-08-17 | 1 | -7/+8 |
* | Add perlebcdic from Peter Prymmer, regen toc. | Jarkko Hietaniemi | 2000-08-17 | 4 | -370/+1451 |
* | perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit. | Jarkko Hietaniemi | 2000-08-17 | 1 | -1/+1 |
* | Re: perldebut.pod - spelling | Casey R. Tweten | 2000-08-17 | 1 | -2/+2 |
* | add "ok" targets from change#6632 in makefile.mk | Gurusamy Sarathy | 2000-08-17 | 1 | -1/+1 |
* | Tweak the regex compilation errors once more. | Jarkko Hietaniemi | 2000-08-17 | 1 | -36/+36 |
* | Retract #6645. | Jarkko Hietaniemi | 2000-08-17 | 1 | -31/+0 |
* | pod nit seen in passing | Gurusamy Sarathy | 2000-08-16 | 1 | -3/+5 |
* | Update to perldebtut 1.9, from Richard Foley. | Jarkko Hietaniemi | 2000-08-16 | 1 | -101/+124 |
* | Change the regx compilation error markers to use = instead of < | Lupe Christoph | 2000-08-16 | 1 | -36/+36 |
* | (Retracted by #6660) | Dominic Dunlop | 2000-08-15 | 2 | -0/+35 |
* | cygwin port | Fifer, Eric | 2000-08-15 | 1 | -1/+1 |
* | Drop the eg/ mentions and also mention the recent suidperl thing. | Jarkko Hietaniemi | 2000-08-14 | 3 | -19/+4 |
* | Add Perl debugging tutorial, regen toc. | Richard Foley | 2000-08-11 | 4 | -78/+905 |
* | debugger "d" command doesnt check line number | Mike Guy | 2000-08-11 | 1 | -6/+0 |
* | Update to Pod::Parser 1.17, from Brad Appleton. | Jarkko Hietaniemi | 2000-08-10 | 3 | -11/+25 |
* | Iterating perl6 description. | Jarkko Hietaniemi | 2000-08-10 | 1 | -6/+6 |
* | It's the 2ndO'ROSSC. | Jarkko Hietaniemi | 2000-08-10 | 1 | -6/+6 |
* | detypo | Jarkko Hietaniemi | 2000-08-10 | 1 | -1/+1 |
* | Amend the description of Perl6. | Elaine -HFB- Ashton | 2000-08-10 | 1 | -18/+15 |
* | Remove dead entry in perldiag | Mike Guy | 2000-08-10 | 1 | -10/+0 |
* | Get back into sync with Jeffrey on the enhanced regex warnings. | Jarkko Hietaniemi | 2000-08-10 | 1 | -4/+5 |
* | Re: enhanced(?) regex error messages | Jeffrey Friedl | 2000-08-09 | 1 | -84/+134 |
* | Do away with array context, from Daniel Chetlin <daniel@chetlin.com> | Jarkko Hietaniemi | 2000-08-08 | 2 | -22/+24 |
* | Document here-doc better. | Mike Guy | 2000-08-08 | 1 | -0/+16 |
* | Patch against 5.6.0 to allow "-d:Module=arg,arg,arg" | Randy J. Ray | 2000-08-08 | 1 | -2/+6 |
* | Re: enhanced(?) regex error messages | Hugo van der Sanden | 2000-08-08 | 1 | -1/+24 |
* | Make bless(REF, REF) a fatal error, add bless tests. | Hugo van der Sanden | 2000-08-07 | 1 | -0/+18 |
* | Document a bit that UDP is not what you might think. | Lupe Christoph | 2000-08-06 | 1 | -0/+10 |
* | perlfunc.pod use documentation (5.6.0) | Jeff Pinyan | 2000-08-06 | 1 | -2/+5 |
* | Continue fixing the io warnings. This also | Jarkko Hietaniemi | 2000-08-06 | 1 | -6/+6 |
* | Warn under -w if lstat(FH) is attempted. | Todd C. Miller | 2000-08-04 | 2 | -2/+6 |
* | Re: Array vs. List context | Daniel Chetlin | 2000-08-04 | 4 | -9/+9 |
* | After the #6519 a warning about stat() is just that, | Jarkko Hietaniemi | 2000-08-04 | 1 | -3/+2 |
* | In the warnings call filehandles consistently so; | Jarkko Hietaniemi | 2000-08-04 | 1 | -9/+9 |
* | Minor tweak to perlvar.pod | Stephen P. Potter | 2000-08-04 | 1 | -1/+1 |
* | [ID 19990721.004] Documentation bug in perlfunc | Clinton Pierce | 2000-08-04 | 2 | -2/+3 |