| Commit message (Expand) | Author | Age | Files | Lines |
* | perldoc -q outputs Author and Copyright section | Ronald J. Kimball | 2002-03-02 | 1 | -1/+1 |
* | Anton Berezin did more reading and the uid setting story | Jarkko Hietaniemi | 2002-01-13 | 1 | -6/+20 |
* | One should first drop the real uid, not the effective uid. | Jarkko Hietaniemi | 2002-01-12 | 1 | -2/+8 |
* | Re: [PATCH perldoc] problems with pod2man | Robin Barker | 2001-11-22 | 1 | -1/+1 |
* | problems with pod2man | Robin Barker | 2001-11-21 | 1 | -2/+8 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -2/+2 |
* | one more touch on File::Temp | Mikhail Zabaluev | 2001-10-23 | 1 | -34/+2 |
* | perldoc.PL tweak for VMS | Craig A. Berry | 2001-10-19 | 1 | -2/+6 |
* | (replaced with #12600) | Mikhail Zabaluev | 2001-10-12 | 1 | -88/+63 |
* | Integrate change #9533 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-03 | 1 | -2/+8 |
* | Integrate changes #9511,9514,9517 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-02 | 1 | -1/+1 |
* | perldoc | Ilya Zakharevich | 2001-03-15 | 1 | -1/+2 |
* | Integrate changes #8659,8702,8808,8809,8810 from maintperl. | Jarkko Hietaniemi | 2001-02-15 | 1 | -1/+1 |
* | Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl. | Jarkko Hietaniemi | 2001-01-30 | 1 | -1/+4 |
* | The change #7187 was not so good on VMS. | Craig A. Berry | 2000-10-23 | 1 | -0/+4 |
* | Quote the temp file name, needed in Win32 because the | Paul Moore | 2000-10-10 | 1 | -1/+1 |
* | Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd | Gisle Aas | 2000-08-29 | 1 | -1/+1 |
* | [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod | Mike Guy | 2000-08-15 | 1 | -2/+2 |
* | perldoc might fail via "use blib" (from Hugo van der Sanden) | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+6 |
* | make perldoc use the pod2man from the same version (from | Gurusamy Sarathy | 2000-04-25 | 1 | -10/+11 |
* | support a -U option when run as root to drop privileges (from | Gurusamy Sarathy | 2000-03-14 | 1 | -9/+33 |
* | security fixes for perldoc (from Tom Christiansen) | Gurusamy Sarathy | 2000-03-12 | 1 | -88/+154 |
* | sundry typos and such | Gurusamy Sarathy | 2000-02-22 | 1 | -1/+1 |
* | more meaningful message on invalid pattern argument (from | Gurusamy Sarathy | 2000-02-02 | 1 | -0/+7 |
* | email address changes | Gurusamy Sarathy | 1999-12-01 | 1 | -2/+2 |
* | small patch for perldoc | Bernard Quatermass | 1999-11-13 | 1 | -3/+5 |
* | install pods to 'pods' rather than 'pod' on cygwin (modified | Gurusamy Sarathy | 1999-10-10 | 1 | -0/+7 |
* | tweak previous change for multiple hits | Gurusamy Sarathy | 1999-07-29 | 1 | -1/+3 |
* | band-aid for perldoc -t broken-ness (the new Pod::Text | Gurusamy Sarathy | 1999-07-29 | 1 | -4/+1 |
* | make -t mode the default on emacs/dumb terminals | Gurusamy Sarathy | 1999-05-24 | 1 | -1/+4 |
* | perldoc cleanups (variant of changes suggested by Christian Lemburg | Gurusamy Sarathy | 1999-05-09 | 1 | -222/+280 |
* | make perldoc -f grok nested =items | Gurusamy Sarathy | 1999-05-08 | 1 | -1/+8 |
* | emit more accurate diagnostic for syntax errors involving <> | Gurusamy Sarathy | 1999-05-06 | 1 | -1/+1 |
* | make perldoc use backslashed pathnames within system() on win32 | Gurusamy Sarathy | 1999-05-05 | 1 | -0/+1 |
* | applied suggested patch, modulo superseded parts | Charles Bailey | 1999-03-24 | 1 | -1/+1 |
* | perldoc -q broken | Daniel Grisinger | 1999-02-24 | 1 | -1/+0 |
* | Re: [PATCH 5.005_53] Better perldoc | Ilya Zakharevich | 1999-02-14 | 1 | -47/+40 |
* | display full pathname of unreadable files | Gurusamy Sarathy | 1999-02-11 | 1 | -2/+2 |
* | perldoc pod update | Daniel Grisinger | 1998-10-17 | 1 | -2/+2 |
* | PATCH: perldoc -f does not locate -e, -r, -x, etc. | Mark-Jason Dominus | 1998-10-06 | 1 | -1/+4 |
* | -w, strict clean perldoc (via PM) | Robin Barker | 1998-07-15 | 1 | -27/+44 |
* | perldoc.PL | Robin Barker | 1998-06-30 | 1 | -2/+4 |
* | hand apply whitespace mutiliated perldoc.PL patches | Robin Barker | 1998-06-28 | 1 | -6/+13 |
* | PATCH [5.004_67] perldoc.PL | Daniel Grisinger | 1998-06-23 | 1 | -1/+9 |
* | undo goofed change 1157 (backed out the fix instead of keeping it) | Gurusamy Sarathy | 1998-06-20 | 1 | -1/+1 |
* | make perldoc ignore null files (it tried to open() them) | Gurusamy Sarathy | 1998-06-20 | 1 | -1/+1 |
* | fix perldoc to ignore unfound null filenames | Gurusamy Sarathy | 1998-06-19 | 1 | -1/+1 |
* | Re: [PATCH for _66] Makefile.SH problem on dos/djgpp | Andy Dougherty | 1998-06-12 | 1 | -0/+3 |
* | Integrate win32 | Nick Ing-Simmons | 1998-05-15 | 1 | -6/+61 |
|\ |
|
| * | [win32] merge change#886 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -0/+1 |