summaryrefslogtreecommitdiff
path: root/t/pragma
Commit message (Expand)AuthorAgeFilesLines
* squelch known scalar leak due to compile failureGurusamy Sarathy2000-03-191-2/+4
* warn about CHECK and INIT blocks encountered at run timeGurusamy Sarathy2000-03-191-0/+51
* queued errors may not be displayed after the PL_error_count limitGurusamy Sarathy2000-03-181-0/+32
* make return values from match in a list context, as well as $& etGurusamy Sarathy2000-03-181-1/+168
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-132-6/+5
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-134-32/+499
* Rewording.Jarkko Hietaniemi2000-03-111-6/+5
* reword commentGurusamy Sarathy2000-03-111-6/+6
* VMS build tweaks (from Charles Bailey)Gurusamy Sarathy2000-03-112-6/+6
* thinko in change#4546 that caused variables to lose their importednessGurusamy Sarathy2000-03-051-0/+9
* avoid "scalars leaked" message in testGurusamy Sarathy2000-03-041-10/+10
* /[[:alpha]/ now dies on unmatched [] instead ofJarkko Hietaniemi2000-03-031-3/+6
* avoid buffering issue in warn/8signalGurusamy Sarathy2000-03-021-2/+2
* fix testsuite issues in change#5397Gurusamy Sarathy2000-03-012-3/+3
* consolidated VMS patches (from Craig A. BerryGurusamy Sarathy2000-03-015-7/+15
* Fix locale case-ignorant matching bug reported ingomar@md.media-web.de2000-02-271-3/+25
* improvements for high-bit text literals (from Gisle Aas)Gurusamy Sarathy2000-02-225-122/+7
* missing file in change#5170Gurusamy Sarathy2000-02-201-0/+390
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-208-108/+111
* test fix needed by change#5164Gurusamy Sarathy2000-02-201-2/+2
* rename "Probable precendence problem" diagnostic to "Bareword foundGurusamy Sarathy2000-02-191-2/+2
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-0/+2
* allow "\x{12ab}" even without C<use utf8>Gurusamy Sarathy2000-02-061-16/+1
* future-proof unknown warning categories (from Greg BaconGurusamy Sarathy2000-02-021-4/+2
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-314-18/+6
* produce redeclaration warning on C<our $foo; { our $foo; ... }>Gurusamy Sarathy2000-01-251-0/+15
* 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