1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2288 from acqn/TypeFix More... about 1 year ago
Merge pull request #2289 from acqn/FuncDeclFix More... about 1 year ago
Merge pull request #2290 from acqn/TestFix More... about 1 year ago
Merge pull request #2291 from colinleroy/fix-256-minus-1 More... about 1 year ago
Fixed wrapped call when the function to wrap has already got defined before it is wrapped with the pragma. More... about 1 year ago
Fix bug introduced in #2260 More... about 1 year ago
Removed outdated testcases no longer in the directory from test/misc/Makefile. More... about 1 year ago
Improved diagnostics on multiple definition of struct/union types. More... about 1 year ago
Avoided "Variable 'XXX' is defined but never used" error message resulted from an earlier error. More... about 1 year ago
Fixed an iteration bug in type composition. More... about 1 year ago
Fixed the issue that qualifiers of pointees of function parameters were ignored for type compatibility check. More... about 1 year ago
Merge pull request #2209 from vrubleg/linecont More... about 1 year ago
Merge pull request #2262 from colinleroy/optimize-long-assign More... about 1 year ago
Merge pull request #2274 from acqn/UnionFix More... about 1 year ago
Merge pull request #2275 from acqn/BitfieldFix More... about 1 year ago
Merge pull request #2276 from acqn/Diagnostics More... about 1 year ago
Fix Makefile change More... about 1 year ago
Fixed wrong "Mixed declarations and code are not supported in cc65" error message when it should be "Expression expected". More... about 1 year ago
Fixed endlessly repeated disgnostics when there are some certain patterns of syntax errors in a struct/union declaration. More... about 1 year ago
Fixed constness of bit-fields. More... about 1 year ago
Merge pull request #2272 from acqn/Diagnostics More... about 1 year ago
Merge pull request #2271 from acqn/InternalFix More... about 1 year ago
Merge pull request #2266 from acqn/StructFix More... about 1 year ago
Merge pull request #2260 from colinleroy/optimize-substraction More... about 1 year ago
Merge pull request #2269 from colinleroy/optimize_gt_255 More... about 1 year ago
Merge pull request #2265 from acqn/C99Main More... about 1 year ago
Merge pull request #2268 from picocomputer/master More... about 1 year ago
Fixed assertion failure when there is an undefined symbol used in a parameter list. More... about 1 year ago
Improved error recovery with function declarations. Fixed some rare cases when a single file-scope error could get reapeated endlessly until the maximum total count of errors allowed is reached. More... about 1 year ago
Fixed diagnostic messages about undeclared identifiers. More... about 1 year ago