| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix UV_SIZEOF to UVSIZE; change the overflow tests | Jarkko Hietaniemi | 1999-09-06 | 2 | -8/+8 |
* | Another patch for Lexical Warnings | Paul Marquess | 1999-09-06 | 10 | -114/+356 |
* | applied patch suggested by Hans Mulder to fix problems on | Gurusamy Sarathy | 1999-09-06 | 1 | -8/+7 |
* | optional warning on join(/foo/...) (reworked suggested patch | Gurusamy Sarathy | 1999-09-06 | 1 | -2/+9 |
* | initial implementation of lvalue subroutines (slightly fixed | Gurusamy Sarathy | 1999-09-05 | 1 | -7/+6 |
* | Rename warning to warnings, from Paul Marquess. | Jarkko Hietaniemi | 1999-08-29 | 26 | -432/+709 |
* | Integrate with Nick. | Jarkko Hietaniemi | 1999-08-16 | 1 | -16/+0 |
|\ |
|
| * | Turn of deprecated warnings for defined(@Sompack::ISA) type | Nick Ing-Simmons | 1999-08-12 | 1 | -16/+0 |
* | | lexwarn maintenance: new warning class unsafe | Jarkko Hietaniemi | 1999-08-09 | 1 | -6/+6 |
|/ |
|
* | Mention that also *BSD systems with glibc are known to stumble. | Jarkko Hietaniemi | 1999-08-02 | 1 | -6/+6 |
* | 64-bit work. Now 32-bit platforms get a 100% make test | Jarkko Hietaniemi | 1999-08-01 | 1 | -6/+6 |
* | Repent and make overly large integerish | Jarkko Hietaniemi | 1999-07-29 | 2 | -64/+31 |
* | Integer constants (0x, 0[0-7], 0b) now overflow fatally, | Jarkko Hietaniemi | 1999-07-27 | 2 | -41/+25 |
* | add note about glibc bug | Gurusamy Sarathy | 1999-07-25 | 1 | -0/+6 |
* | Fix the bin/oct/hex constant overflow tests for | Jarkko Hietaniemi | 1999-07-15 | 1 | -12/+18 |
* | Change t/pragma/warn oct()/hex() overflow tests to use %Config | Jarkko Hietaniemi | 1999-07-10 | 1 | -16/+31 |
* | fixes for logical bugs in the lexwarn patch; other tweaks to avoid | Gurusamy Sarathy | 1999-07-08 | 1 | -14/+15 |
* | Sync regcomp warn with reality. | Jarkko Hietaniemi | 1999-07-07 | 1 | -4/+17 |
* | Integrate with Sarathy; one conflict in t/pragma/warn/recgomp | Jarkko Hietaniemi | 1999-07-07 | 26 | -53/+1290 |
|\ |
|
| * | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 26 | -44/+1294 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-07 | 2 | -6/+20 |
|\ \
| |/ |
|
| * | better diagnostics on read operations from write-only | Gurusamy Sarathy | 1999-07-07 | 2 | -6/+20 |
* | | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -15/+11 |
|/ |
|
* | test tweak | Gurusamy Sarathy | 1999-07-06 | 1 | -1/+1 |
* | remove misleading info on defined(&func), unclutter deprecation | Gurusamy Sarathy | 1999-07-04 | 1 | -7/+7 |
* | PATCH (5.005_57): defined(@a) now deprecated | Mark-Jason Dominus | 1999-05-28 | 1 | -0/+45 |
* | change#3397 needs test tweak | Gurusamy Sarathy | 1999-05-12 | 1 | -1/+1 |
* | applied suggested patch, modulo already applied parts | Charles Bailey | 1999-05-10 | 4 | -6/+7 |
* | better "Illegal %s digit ignored" warnings | Gurusamy Sarathy | 1999-03-24 | 1 | -3/+3 |
* | adjust testsuite for change#3067 | Gurusamy Sarathy | 1999-03-09 | 1 | -0/+3 |
* | a few random cleanups | Gurusamy Sarathy | 1999-01-18 | 1 | -2/+2 |
* | various tweaks for clean build and test on win32 | Gurusamy Sarathy | 1999-01-17 | 1 | -2/+2 |
* | sanity check piped opens (tweaked version of patch suggested | Gurusamy Sarathy | 1999-01-17 | 1 | -0/+18 |
* | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | Jarkko Hietaniemi | 1999-01-01 | 1 | -0/+6 |
* | REV2: Binary number support | Wilson P. Snyder II | 1998-12-31 | 1 | -0/+8 |
* | Update on change #2493. | Jarkko Hietaniemi | 1998-12-21 | 1 | -4/+4 |
* | AIX' error messages are different. | Jarkko Hietaniemi | 1998-12-14 | 1 | -2/+2 |
* | Yet another OS/2 patch | Ilya Zakharevich | 1998-11-28 | 1 | -1/+1 |
* | tweak change#2245 to skip previous message if any | Gurusamy Sarathy | 1998-11-18 | 1 | -0/+2 |
* | propagate failures in DESTROY() as (optional) warnings | Gurusamy Sarathy | 1998-11-17 | 1 | -0/+12 |