| Commit message (Expand) | Author | Age | Files | Lines |
* | Some source files and documentation files need not to be executable | Rafael Garcia-Suarez | 2008-12-25 | 1 | -0/+0 |
* | Patch by Abigail to avoid using $& in diagnostics.pm. | Rafael Garcia-Suarez | 2007-03-15 | 1 | -1/+1 |
* | Localize $! in splainthis() too. (see bug #41717) | Rafael Garcia-Suarez | 2007-03-07 | 1 | -0/+1 |
* | Better localisation of $_ in diagnostics. | Rafael Garcia-Suarez | 2007-03-07 | 1 | -5/+4 |
* | [perl #39141] lots of warnings with diagnostics and (warn or die) | Dave Mitchell | 2006-05-19 | 1 | -0/+1 |
* | Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace" | Fergal Daly | 2006-05-18 | 1 | -4/+4 |
* | Bump $VERSION in many modules that have changed. | Nicholas Clark | 2006-01-12 | 1 | -1/+1 |
* | Typos in *.p[lm] | Piotr Fusik | 2005-08-02 | 1 | -1/+1 |
* | [perl #30227] [PATCH]splain vs. -w | Steve Peters | 2004-10-25 | 1 | -1/+2 |
* | extension to diagnostics.pm | Fergal Daly | 2004-08-04 | 1 | -5/+36 |
* | Bump version numbers | Nicholas Clark | 2004-07-01 | 1 | -1/+1 |
* | correctly handle C<< >> and C<<< >>> in diagnostics | Yitzchak Scott-Thoennes | 2004-05-26 | 1 | -2/+2 |
* | Bump VERSION numbers | Nicholas Clark | 2003-12-30 | 1 | -1/+1 |
* | Fix some of the pods to produce more standard manpages, | Rafael Garcia-Suarez | 2003-12-13 | 1 | -6/+3 |
* | A swath of VERSION patches from Nicholas Clark. | Jarkko Hietaniemi | 2003-08-14 | 1 | -1/+1 |
* | pack changes and related fixes | LAUN Wolfgang | 2003-03-17 | 1 | -21/+59 |
* | diagnostics.pm: useful apropos description for splain | Brendan O'Dea | 2003-01-15 | 1 | -2/+2 |
* | Little warning nit | Michael G. Schwern | 2001-12-16 | 1 | -1/+1 |
* | avoid v-strings with require/use | Ronald J. Kimball | 2001-09-21 | 1 | -1/+1 |
* | Bump up version numbers. | Jarkko Hietaniemi | 2001-09-16 | 1 | -1/+1 |
* | [ID 20010822.007] eval STRING & diagnostics.pm not mixing | Michael G Schwern | 2001-08-22 | 1 | -3/+10 |
* | [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl | Chris Nandor | 2001-06-11 | 1 | -1/+7 |
* | Re: [PATCH perl@10439] diagnostics and long C<=item>s | Robin Barker | 2001-06-07 | 1 | -2/+9 |
* | $VERSION crusade, strict, tests, etc... all over lib/ | Michael G. Schwern | 2000-12-06 | 1 | -1/+1 |
* | avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer | Gurusamy Sarathy | 2000-05-07 | 1 | -3/+3 |
* | small nits in diagnostics.pm (from Robin Barker) | Gurusamy Sarathy | 2000-05-01 | 1 | -41/+51 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+1 |
* | use $Config{version} rather than $] where appropriate | Gurusamy Sarathy | 2000-01-10 | 1 | -2/+2 |
* | avoid "used once" warning | Gurusamy Sarathy | 1999-12-28 | 1 | -2/+5 |
* | partly fix perldiag regressions identified by Tom Christiansen | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+2 |
* | Missing comma. | Jarkko Hietaniemi | 1999-10-16 | 1 | -2/+2 |
* | install pods to 'pods' rather than 'pod' on cygwin (modified | Gurusamy Sarathy | 1999-10-10 | 1 | -2/+7 |
* | avoid removing duplicates in user-generated warnings | Byron Brummer | 1999-05-24 | 1 | -4/+11 |
* | Still doc fixes. | Jarkko Hietaniemi | 1999-02-02 | 1 | -5/+5 |
* | CPAN update (CPAN-1.44_54) from Andreas and | Abigail | 1999-01-21 | 1 | -5/+5 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -3/+3 |
* | Maintenance 5.004_04 changes | Tim Bunce | 1997-10-15 | 1 | -0/+2 |
|\ |
|
| * | [inseparable changes from patch to perl 5.004_04]perl-5.004_04 | Perl 5 Porters | 1997-09-05 | 1 | -0/+2 |
|/ |
|
* | diagnostics: $/ gotcha | Andreas Koenig | 1997-04-15 | 1 | -0/+1 |
* | typo in lib/diagnostics.pm | Bruce Barnett | 1997-04-09 | 1 | -1/+1 |
* | Allow for coexistence of various versions of perldiag.pod | Chip Salzenberg | 1997-03-26 | 1 | -5/+10 |
* | Fix more E-Mail addresses in pods | Chip Salzenberg | 1997-03-07 | 1 | -1/+1 |
* | Follow up on elimination of $` $& $' in libraries | Chip Salzenberg | 1997-02-25 | 1 | -2/+1 |
* | Avoid $` $& $' in libraries | Chip Salzenberg | 1997-02-22 | 1 | -1/+1 |
* | [inseparable changes from patch from perl5.003_25 to perl5.003_26]perl-5.003_26 | Perl 5 Porters | 1997-02-11 | 1 | -1/+3 |
* | [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23 | Perl 5 Porters | 1997-01-25 | 1 | -2/+3 |
|\ |
|
| * | patch for LWP 5.05 to make it play with both 5.003 and 5.003_20 + overload patch | Ilya Zakharevich | 1997-01-25 | 1 | -2/+3 |
|/ |
|
* | Make libs clean under '-w' | Jarkko Hietaniemi | 1997-01-04 | 1 | -1/+1 |
* | [shell changes from patch from perl5.003_18 to perl5.003_19] | Chip Salzenberg | 1997-01-04 | 1 | -0/+0 |
* | [inseparable changes from patch from perl5.003_17 to perl5.003_18] | Perl 5 Porters | 1997-01-01 | 1 | -2/+2 |