summaryrefslogtreecommitdiff
path: root/t/pragma
Commit message (Expand)AuthorAgeFilesLines
...
* new test (from Michael G Schwern <schwern@pobox.com>)Gurusamy Sarathy2000-01-231-0/+37
* patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-212-25/+120
* nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-0/+32
* constant ranges could escape bareword check in list contextGurusamy Sarathy2000-01-061-0/+18
* change#4721 needed line number adjustmentsGurusamy Sarathy1999-12-286-24/+24
* more ebcdic testsuite fixups (from Peter Prymmer)Gurusamy Sarathy1999-12-282-1/+10
* ebcdic tweaks for tests from Peter PrymmerGurusamy Sarathy1999-12-286-0/+42
* newer version of constant.pm from Tom Phoenix; added Tom's notes toGurusamy Sarathy1999-12-281-2/+41
* 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
* revert non-kosher parts of change#4562 (sort order problemsGurusamy Sarathy1999-11-131-6/+1
* was Re: [ID 19991102.003] perl on os390Peter Prymmer1999-11-132-1/+14
* 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
* add File::BSDGlob as File::Glob and load it at compile-timeGurusamy Sarathy1999-10-121-1/+8
* Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"Michael G. Schwern1999-10-041-1/+1
* deprecate C<use attrs>Gurusamy Sarathy1999-10-021-23/+23
* Re: [PATCH 5.005_61] "our" declarationsLarry Wall1999-09-251-0/+70
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-202-0/+18
* 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
* make sprintf("%g",...) threadsafe; only taint its result iff theGurusamy Sarathy1999-09-121-3/+3
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-061-1/+1
|\
| * propagate changed error textGurusamy Sarathy1999-09-061-1/+1
* | 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-052-7/+435
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-2927-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
* More 64-bit fixing. One known bug of that kindJarkko Hietaniemi1999-08-021-2/+14
* 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
* Recode locale.t so that the change in #3730Jarkko Hietaniemi1999-07-253-9/+29
* add note about glibc bugGurusamy Sarathy1999-07-251-0/+6
* fix little utf8 nits in testsuite; add patch from Ilya that curesGurusamy Sarathy1999-07-251-0/+1
* Fix the bin/oct/hex constant overflow tests forJarkko Hietaniemi1999-07-151-12/+18
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-131-0/+3
|\
| * tweaks for win32/borlandGurusamy Sarathy1999-07-121-0/+3
* | 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