| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the extraneous "main::" prefix from all the | Gurusamy Sarathy | 2000-08-02 | 4 | -67/+67 |
* | A new version of the "remove UPPERACSE string comparison" | Jarkko Hietaniemi | 2000-07-30 | 7 | -197/+166 |
* | Back out #6454, doesn't seem to work. | Jarkko Hietaniemi | 2000-07-28 | 6 | -98/+125 |
* | Remove EQ, NE, GT, LT, GE, LE (they have been deprecated | Jarkko Hietaniemi | 2000-07-27 | 6 | -125/+98 |
* | Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]] | Jeffrey Friedl | 2000-07-26 | 1 | -23/+24 |
* | Make the "uninit variable" warning to say "concat or string" | Jarkko Hietaniemi | 2000-07-25 | 2 | -2/+2 |
* | integrate cfgperl changes#6252..6260 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+14 |
* | elide bogus test in change#6132 | Gurusamy Sarathy | 2000-05-28 | 1 | -20/+0 |
* | warnings::enabled() doesn't fall back to looking at $^W if | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+104 |
* | downgrade fatal error on C<"foo@nosucharray.com"> to optional warning | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+8 |
* | fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]> | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+3 |
* | fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess) | Gurusamy Sarathy | 2000-04-28 | 1 | -0/+36 |
* | autoquote barewords followed by newline and arrow properly | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+3 |
* | change#4197 somehow missed initializing PL_errors, meaning | Gurusamy Sarathy | 2000-04-27 | 2 | -4/+4 |
* | avoid "will not stay shared" warnings for our variables (from | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+11 |
* | additional tests for change#5934 (from Paul Marquess, who also | Gurusamy Sarathy | 2000-04-24 | 5 | -82/+479 |
* | propagate lexical warnings from surrounding scope correctly | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+14 |
* | caller() wasn't returning the right number of elements for | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+1 |
* | make parenthetic warnings look consistent; make diagnostic on | Gurusamy Sarathy | 2000-03-21 | 3 | -23/+23 |
* | warn about CHECK and INIT blocks encountered at run time | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+51 |
* | final touches for lexical warnings (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 2 | -26/+457 |
* | Rewording. | Jarkko Hietaniemi | 2000-03-11 | 1 | -6/+5 |
* | reword comment | Gurusamy Sarathy | 2000-03-11 | 1 | -6/+6 |
* | VMS build tweaks (from Charles Bailey) | Gurusamy Sarathy | 2000-03-11 | 2 | -6/+6 |
* | avoid "scalars leaked" message in test | Gurusamy Sarathy | 2000-03-04 | 1 | -10/+10 |
* | /[[:alpha]/ now dies on unmatched [] instead of | Jarkko Hietaniemi | 2000-03-03 | 1 | -3/+6 |
* | avoid buffering issue in warn/8signal | Gurusamy Sarathy | 2000-03-02 | 1 | -2/+2 |
* | fix testsuite issues in change#5397 | Gurusamy Sarathy | 2000-03-01 | 2 | -3/+3 |
* | consolidated VMS patches (from Craig A. Berry | Gurusamy Sarathy | 2000-03-01 | 2 | -1/+11 |
* | improvements for high-bit text literals (from Gisle Aas) | Gurusamy Sarathy | 2000-02-22 | 5 | -122/+7 |
* | missing file in change#5170 | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+390 |
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 8 | -108/+111 |
* | test fix needed by change#5164 | Gurusamy Sarathy | 2000-02-20 | 1 | -2/+2 |
* | rename "Probable precendence problem" diagnostic to "Bareword found | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
* | allow "\x{12ab}" even without C<use utf8> | Gurusamy Sarathy | 2000-02-06 | 1 | -16/+1 |
* | future-proof unknown warning categories (from Greg Bacon | Gurusamy Sarathy | 2000-02-02 | 1 | -4/+2 |
* | runtime now looks at the SVf_UTF8 bit on the SV to decide | Gurusamy Sarathy | 2000-01-31 | 4 | -18/+6 |
* | patch to report warnings on bogus filehandles passed to flock(), | Gurusamy Sarathy | 2000-01-21 | 2 | -25/+120 |
* | change#4721 needed line number adjustments | Gurusamy Sarathy | 1999-12-28 | 6 | -24/+24 |
* | ebcdic tweaks for tests from Peter Prymmer | Gurusamy Sarathy | 1999-12-28 | 6 | -0/+42 |
* | partly fix perldiag regressions identified by Tom Christiansen | Gurusamy Sarathy | 1999-12-28 | 4 | -36/+38 |
* | s/block/loop block/ in diagnostics about next, last, redo | Gurusamy Sarathy | 1999-12-04 | 1 | -1/+1 |
* | make uninitialized value warnings report opcode | Gurusamy Sarathy | 1999-12-04 | 9 | -69/+69 |
* | ignore yet another known scalar leak | Gurusamy Sarathy | 1999-12-02 | 1 | -1/+2 |
* | suppress scalar leak messages for known leaks (from | Gurusamy Sarathy | 1999-10-24 | 1 | -1/+1 |
* | Warn inside character classes about unknown backslash escapes | Jarkko Hietaniemi | 1999-10-14 | 1 | -1/+14 |
* | Warn about false ranges like \d-\w (see the change #4355). | Jarkko Hietaniemi | 1999-10-14 | 1 | -1/+67 |
* | tweak some op names in change#4177 (will any of this break code that | Gurusamy Sarathy | 1999-09-18 | 1 | -5/+5 |
* | More descriptive names for operators. | Michael G. Schwern | 1999-09-17 | 2 | -20/+20 |
* | add -DPERL_Y2KWARN build option that will generate additional | Gurusamy Sarathy | 1999-09-13 | 2 | -3/+62 |