aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/errors.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-08-04Undefine one-letter #defines after use. Fixes warning with unity buildsSamuel Lidén Borell1-0/+5
2022-07-25Add option to hide "hints" after messages, and use it in check-errorSamuel Lidén Borell1-1/+1
2022-04-09Avoid most usages of identifiers reserved for future use in CSamuel Lidén Borell1-4/+4
2022-01-02Rename structs/enums to avoid all-caps typesSamuel Lidén Borell1-4/+4
2021-11-29Fix recovery from missing version number. Fix handling of internal errorsSamuel Lidén Borell1-0/+2
2021-08-01Add script to find mismatches in translation msgids + Fix msgidsSamuel Lidén Borell1-0/+15
2021-07-18Increase unit test coverage, and fix bugs foundSamuel Lidén Borell1-1/+1
2021-04-17Different levels for compiler messages (error, warning, style remark)Samuel Lidén Borell1-6/+25
2021-03-20Fix false positive bounds check error. Avoid possible name clash with errnoSamuel Lidén Borell1-9/+7
2021-03-14Move defines for 64 bit file support to makefileSamuel Lidén Borell1-0/+1
2021-03-14Implement lookup of error messagesSamuel Lidén Borell1-0/+64