]> git.sur5r.net Git - cc65/history - src/ca65/struct.c
Renamed variables for better readability.
[cc65] / src / ca65 / struct.c
2011-07-31 uzWrite scopes in id order, so we don't need to write...
2011-07-31 uzMove scope type definitions to common/
2011-07-08 uzCheck for macros within .STRUCT/.ENUM.
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-01-16 uzMove all attributes and other information that is attac...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2005-05-29 cuzAllow empty and comment lines in structs
2004-03-02 cuzFixed two errors, skip to end of line in case of an...
2003-12-06 cuzMake struct work as documented
2003-12-03 cuzSyntax change
2003-12-02 cuzMore work on .sizeof
2003-11-30 cuzMore .size/.sizeof support
2003-11-17 cuzAllow conditional directives within .STRUCT7:UNION...
2003-11-14 cuzAdded enums
2003-11-13 cuzAdded structs and unions, more work on scopes and expre...