| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Document the IVdf UVuf UVof UVxf. | Jarkko Hietaniemi | 2000-08-02 | 1 | -0/+13 |
* | The name of a filehandle does not have <these>. | Jarkko Hietaniemi | 2000-08-02 | 1 | -3/+3 |
* | memcpy has n o in it, as pinted ut by Sarathy. | Jarkko Hietaniemi | 2000-08-02 | 1 | -10/+11 |
* | Document in one place the memory abstractions used in Perl core. | Simon Cozens | 2000-08-02 | 1 | -0/+14 |
* | regen_headers, regen perltoc. | Jarkko Hietaniemi | 2000-08-02 | 1 | -408/+147 |
* | In new BSDs changes to argv[] do not show up in ps(1) output, | Paul Saab | 2000-08-02 | 1 | -0/+5 |
* | Make chr() for values >127 to create utf8 when under utf8. | Simon Cozens | 2000-08-01 | 1 | -2/+5 |
* | The swallow_bom() saga continues. The #23 of require.t | Jarkko Hietaniemi | 2000-07-31 | 1 | -0/+10 |
* | [ID 19990709.002] [DOCUMENTATION PATCH] perldiag | Robert Spier | 2000-07-27 | 1 | -2/+2 |
* | fixes bug 20000508.004 | Michael Stevens | 2000-07-27 | 1 | -1/+1 |
* | Further File::Temp patches from Yitzchak Scott-Thoennes | Jarkko Hietaniemi | 2000-07-26 | 1 | -0/+7 |
* | Minor doc patch: handy.h | Daniel MuiƱo | 2000-07-26 | 1 | -1/+1 |