summaryrefslogtreecommitdiff
path: root/test/errchk
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-1/+1
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-1/+1
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+147
2011-09-13Imported Upstream version 60Ondřej Surý1-129/+0
2011-08-03Imported Upstream version 59upstream/59Ondř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