summaryrefslogtreecommitdiff
path: root/test/errchk
AgeCommit message (Expand)AuthorFilesLines
2011-08-24Imported Upstream version 2011.08.17Ondřej Surý1-22/+27
2011-08-10Imported Upstream version 2011.08.10upstream-weekly/2011.08.10Ondřej Surý1-1/+14
2011-06-28Imported Upstream version 2011.06.23upstream-weekly/2011.06.23Ondřej Surý1-0/+16
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-0/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-41/+59
2010-06-20errchk: fix build - allow matches in multiline error messagesRuss Cox1-1/+6
2009-10-09handle compiler crash better:Russ Cox1-1/+2
2009-10-09rewrite errchk in perl for speed (compared to bash)Russ Cox1-64/+62
2009-08-21If the compiler dumps core, bash will print a useless errorIan Lance Taylor1-3/+13
2009-07-30use errchk in more places.Russ Cox1-11/+4
2009-07-21do not echo command in errchk,Russ Cox1-1/+1
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox1-2/+2
2008-10-30make sure errchk only prints BUG once.Russ Cox1-5/+6
2008-10-17make sure errchk only says BUG once,Russ Cox1-3/+15
2008-10-16diagnose various conversion problemsRuss Cox1-1/+1
2008-09-256g currently accepts setting a string value to an integerIan Lance Taylor1-4/+4
2008-09-19Check for specific error messages in the testsuite. ThisIan Lance Taylor1-0/+74