aboutsummaryrefslogtreecommitdiff
path: root/contrib/warn_summary
AgeCommit message (Collapse)AuthorFilesLines
2002-01-02* warn_summary: Add -ada subdirectory flag.Kaveh R. Ghazi1-4/+4
From-SVN: r48457
2001-07-01* warn_summary: Fix typo in a comment.Zoltan Felleg1-1/+1
From-SVN: r43669
2001-01-15warn_summary (stageNfilter): Update for recent changes in bootstrap logic.Kaveh R. Ghazi1-1/+1
* warn_summary (stageNfilter): Update for recent changes in bootstrap logic. From-SVN: r39045
2000-12-14warn_summary: Fix subdirectory filtering.Kaveh R. Ghazi1-20/+37
* warn_summary: Fix subdirectory filtering. Add -intl and -fixinc subdirectory flags. Add source directory prefix filtering. Redirect diagnostic output to stderr. From-SVN: r38260
1998-10-31warn_summary (longLineFilter): New shell function to encapsulate this ↵Kaveh R. Ghazi1-34/+124
functionality. * warn_summary (longLineFilter): New shell function to encapsulate this functionality. It is off by default, only active if -llf flag is specified. (subdirectoryFilter): Fix bug in filtering which made some subdirectory warnings erroneously appear in the toplevel set. (stageNfilter): Renamed from `stageNwarns'. Updated to collect warnings from stage1 as well as stage0, which means warnings from outside the bootstrap directory. Eg, the libraries, etc. (warningFilter): New shell function to encapsulate this functionality. (keywordFilter): New shell function to encapsulate this functionality. Store data in a temp file rather than calculating it 3x. Arrange to remove it on exit and signals. Add -pass/-wpass flags to do "pass through" (i.e. manual inspection) of bootstrap output from a particular stageN as well as language subdirs. Add better comments/documentation. From-SVN: r23473
1998-10-05warn_summary (subdirectoryFilter): New shell function to optionally filter ↵Kaveh R. Ghazi1-8/+44
in/out gcc subdirectories when... * warn_summary (subdirectoryFilter): New shell function to optionally filter in/out gcc subdirectories when summarizing warnings. Add new flags to support subdirectory filtering. Also, ensure the bootstrap stage is a number. Add some more C keywords that are preserved in the "warning type" summary and tighten up the "arg ???" regexp. From-SVN: r22839
1998-06-01warn_summary: Update to Kaveh's latest version allowing to specify the last ↵Manfred Hollstein1-7/+22
stage built. * warn_summary: Update to Kaveh's latest version allowing to specify the last stage built. From-SVN: r20161
1998-05-23Moved here from the gcc subdir.Jeff Law1-0/+52
From-SVN: r19990