aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
AgeCommit message (Expand)AuthorFilesLines
2008-03-08Warn if a file does not have an SVN Id tag in it.Jeff Morriss1-0/+5
2008-03-01Add strncpy and strncat to the list of prohibited APIs.Stig Bjørlykke1-0/+2
2008-01-24Warn if we find %ll in the sourceJeff Morriss1-0/+7
2008-01-24Add check for non-ASCII characters (defined, for now, as any whose value is >...Jeff Morriss1-0/+6
2008-01-10Add the file op APIs (e.g., open()) to the list of prhobited APIs (should use...Jeff Morriss1-1/+14
2007-11-27Ban strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp()Guy Harris1-0/+8
2007-11-26When we've found C++ style comments, tell which file we found them in.Jeff Morriss1-1/+1
2007-08-15As discussed on the -dev list quite a while ago: a small tool to check Wiresh...Jeff Morriss1-0/+164