summaryrefslogtreecommitdiff
path: root/warnings.h
Commit message (Collapse)AuthorAgeFilesLines
* fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)Gurusamy Sarathy2000-04-281-39/+35
| | | p4raw-id: //depot/perl@5995
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-67/+68
| | | p4raw-id: //depot/perl@5702
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-40/+50
| | | | | scope, among other things (from Paul Marquess) p4raw-id: //depot/perl@5170
* s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131Gurusamy Sarathy2000-02-191-5/+5
| | | | | p4raw-link: @5131 on //depot/perl: 34d09196f6a006314d7ea49a091a30ce5ee08bff p4raw-id: //depot/perl@5135
* cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-2/+2
| | | | | | | | | | | | | | | | | | | subtests; various subtle bugs, new and old, observed when running cloned interpreters have been fixed still to do: | * dup psig_ptr table | * merge PADOP GVs support with "our" SVs (existing PADOPs are too | simple-minded and grab one pad entry each, heavily bloating | the pad by not avoiding dups) | * overloaded constants are not really immutable--they need to | be PADOPs | * allocator for constants and OPs need to be spelled differently | (shared vs interpreter-local allocations) | * optree refcounting is still missing locking (macros are in place) | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so | perl_clone() can be called from within runops*() p4raw-id: //depot/perl@4553
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-0/+106
p4raw-id: //depot/cfgperl@4038