]> git.sur5r.net Git - cc65/history - src/ca65/struct.c
atari5200: name conio constructor 'initconio'
[cc65] / src / ca65 / struct.c
2019-03-24 Bas WassinkMerge https://github.com/cc65/cc65
2019-01-25 jedeoricMerge branch 'master' into master
2019-01-20 Oliver SchmidtMerge pull request #829 from inexorabletash/string...
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2011-08-19 uzLast fix was wrong. The problem wasn't in the struct...
2011-08-19 uzFixed a bug: The size of a scope is now recorded for...
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...