| Commit message (Expand) | Author | Age | Files | Lines |
* | [ PATCH perl5.005_57 ] new perlcc + regression tests | Ed Peschko | 1999-07-05 | 1 | -74/+130 |
* | ByteLoader mark 2 | Tom Hughes | 1999-05-28 | 1 | -5/+3 |
* | make -t mode the default on emacs/dumb terminals | Gurusamy Sarathy | 1999-05-24 | 1 | -1/+4 |
* | applied suggested patch, with win32 and PERL_OBJECT additions | Tom Hughes | 1999-05-10 | 2 | -4/+86 |
* | perlcc on win32 (correct version of fix suggested by Jean-Louis | Gurusamy Sarathy | 1999-05-09 | 1 | -12/+14 |
* | 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 |
* | h2ph | Kurt D. Starsinic | 1999-04-23 | 1 | -3/+5 |
* | applied suggested patch, modulo superseded parts | Charles Bailey | 1999-03-24 | 1 | -1/+1 |
* | applied suggested patch, modulo bogus hunk | Vishal Bhatia | 1999-03-24 | 1 | -3/+3 |
* | updates to compiler modules | Vishal Bhatia | 1999-03-04 | 1 | -4/+8 |
* | perldoc -q broken | Daniel Grisinger | 1999-02-24 | 1 | -1/+0 |
* | integrate change#2980 from maint-5.005 | Gurusamy Sarathy | 1999-02-20 | 1 | -0/+1 |
* | 5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more | Michael G. Schwern | 1999-02-15 | 1 | -38/+26 |
* | integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to | Gurusamy Sarathy | 1999-02-15 | 1 | -0/+96 |
* | 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 |
* | Enhance change #2808. | M. J. T. Guy | 1999-02-03 | 1 | -3/+3 |
* | Enhance the perlbug checklist. | Jarkko Hietaniemi | 1999-02-03 | 1 | -4/+28 |
* | Show LANGUAGE env var when needed. (Augment change #2645). | Jarkko Hietaniemi | 1999-01-19 | 1 | -1/+1 |
* | perlbug bug - shows dates reversed | Jim Avera | 1998-12-28 | 1 | -2/+2 |
* | fix for bugs in -x mode | Ilya Zakharevich | 1998-10-31 | 1 | -17/+15 |
* | 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 |
* | fix h2ph handling of C<#error "foo"> | SAKAI Kiyotaka | 1998-09-23 | 1 | -0/+2 |
* | make h2xs generate ANSI prototypes | Gurusamy Sarathy | 1998-09-23 | 1 | -12/+3 |
* | h2ph misquotes #error directives | Kurt D. Starsinic | 1998-09-23 | 1 | -2/+2 |
* | perlbug does not report usage on invalid flags | John L. Allen | 1998-07-21 | 1 | -1/+1 |
* | Minor improvements to perlcc | Ilya Zakharevich | 1998-07-19 | 1 | -12/+17 |
* | allow perlbug -ok when STDIN it not a tty | Hugo van der Sanden | 1998-07-15 | 1 | -2/+3 |
* | -w, strict clean perldoc (via PM) | Robin Barker | 1998-07-15 | 1 | -27/+44 |
* | Re: perlbug doesn't check that save succeeded | Hugo van der Sanden | 1998-07-12 | 1 | -2/+7 |
* | applied patch, and undid change#1302 which it made unnecessary | Billy Constantine | 1998-07-05 | 1 | -3/+3 |
* | add perlbug -F switch to save message to file | Hugo van der Sanden | 1998-07-04 | 1 | -7/+24 |
* | fix perlcc to not rm output file, and other -w(arts) | Gurusamy Sarathy | 1998-07-04 | 1 | -8/+9 |
* | implemented described fix for h2ph hanging on "enum" | Billy Constantine | 1998-07-04 | 1 | -1/+1 |
* | perldoc.PL | Robin Barker | 1998-06-30 | 1 | -2/+4 |
* | hand apply whitespace mutiliated patch | Robin Barker | 1998-06-28 | 1 | -0/+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 | 8 | -0/+25 |
* | [win32] merge changes#1014,1038 from maintbranch | Gurusamy Sarathy | 1998-05-29 | 1 | -31/+47 |
* | [win32] merge change#1011 from maintbranch | Gurusamy Sarathy | 1998-05-23 | 1 | -3/+4 |
* | [win32] merge changes#982,984 from maintbranch | Gurusamy Sarathy | 1998-05-15 | 2 | -11/+73 |
* | Integrate win32 | Nick Ing-Simmons | 1998-05-15 | 5 | -681/+1641 |
|\ |
|