summaryrefslogtreecommitdiff
path: root/t/pragma/warn
Commit message (Expand)AuthorAgeFilesLines
* partly fix perldiag regressions identified by Tom ChristiansenGurusamy Sarathy1999-12-284-36/+38
* s/block/loop block/ in diagnostics about next, last, redoGurusamy Sarathy1999-12-041-1/+1
* make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-049-69/+69
* ignore yet another known scalar leakGurusamy Sarathy1999-12-021-1/+2
* suppress scalar leak messages for known leaks (fromGurusamy Sarathy1999-10-241-1/+1
* Warn inside character classes about unknown backslash escapesJarkko Hietaniemi1999-10-141-1/+14
* Warn about false ranges like \d-\w (see the change #4355).Jarkko Hietaniemi1999-10-141-1/+67
* tweak some op names in change#4177 (will any of this break code thatGurusamy Sarathy1999-09-181-5/+5
* More descriptive names for operators.Michael G. Schwern1999-09-172-20/+20
* add -DPERL_Y2KWARN build option that will generate additionalGurusamy Sarathy1999-09-132-3/+62
* Fix UV_SIZEOF to UVSIZE; change the overflow testsJarkko Hietaniemi1999-09-062-8/+8
* Another patch for Lexical WarningsPaul Marquess1999-09-0610-114/+356
* applied patch suggested by Hans Mulder to fix problems onGurusamy Sarathy1999-09-061-8/+7
* optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-061-2/+9
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-7/+6
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-2926-432/+709
* Integrate with Nick.Jarkko Hietaniemi1999-08-161-16/+0
|\
| * Turn of deprecated warnings for defined(@Sompack::ISA) typeNick Ing-Simmons1999-08-121-16/+0
* | lexwarn maintenance: new warning class unsafeJarkko Hietaniemi1999-08-091-6/+6
|/
* Mention that also *BSD systems with glibc are known to stumble.Jarkko Hietaniemi1999-08-021-6/+6
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-6/+6
* Repent and make overly large integerishJarkko Hietaniemi1999-07-292-64/+31
* Integer constants (0x, 0[0-7], 0b) now overflow fatally,Jarkko Hietaniemi1999-07-272-41/+25
* add note about glibc bugGurusamy Sarathy1999-07-251-0/+6
* Fix the bin/oct/hex constant overflow tests forJarkko Hietaniemi1999-07-151-12/+18
* Change t/pragma/warn oct()/hex() overflow tests to use %ConfigJarkko Hietaniemi1999-07-101-16/+31
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-14/+15
* Sync regcomp warn with reality.Jarkko Hietaniemi1999-07-071-4/+17
* Integrate with Sarathy; one conflict in t/pragma/warn/recgompJarkko Hietaniemi1999-07-0726-53/+1290
|\
| * lexical warnings update (warning.t fails one testPaul Marquess1999-07-0726-44/+1294
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-072-6/+20
|\ \ | |/
| * better diagnostics on read operations from write-onlyGurusamy Sarathy1999-07-072-6/+20
* | POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-15/+11
|/
* test tweakGurusamy Sarathy1999-07-061-1/+1
* remove misleading info on defined(&func), unclutter deprecationGurusamy Sarathy1999-07-041-7/+7
* PATCH (5.005_57): defined(@a) now deprecatedMark-Jason Dominus1999-05-281-0/+45
* change#3397 needs test tweakGurusamy Sarathy1999-05-121-1/+1
* applied suggested patch, modulo already applied partsCharles Bailey1999-05-104-6/+7
* better "Illegal %s digit ignored" warningsGurusamy Sarathy1999-03-241-3/+3
* adjust testsuite for change#3067Gurusamy Sarathy1999-03-091-0/+3
* a few random cleanupsGurusamy Sarathy1999-01-181-2/+2
* various tweaks for clean build and test on win32Gurusamy Sarathy1999-01-171-2/+2
* sanity check piped opens (tweaked version of patch suggestedGurusamy Sarathy1999-01-171-0/+18
* From: Hugo van der Sanden <hv@crypt.compulink.co.uk>Jarkko Hietaniemi1999-01-011-0/+6
* REV2: Binary number supportWilson P. Snyder II1998-12-311-0/+8
* Update on change #2493.Jarkko Hietaniemi1998-12-211-4/+4
* AIX' error messages are different.Jarkko Hietaniemi1998-12-141-2/+2
* Yet another OS/2 patchIlya Zakharevich1998-11-281-1/+1
* tweak change#2245 to skip previous message if anyGurusamy Sarathy1998-11-181-0/+2
* propagate failures in DESTROY() as (optional) warningsGurusamy Sarathy1998-11-171-0/+12