]> git.sur5r.net Git - cc65/history - src/cc65/declare.c
Fixed _textcolor definition.
[cc65] / src / cc65 / declare.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.
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-05-14 Oliver SchmidtMerge pull request #645 from polluks/patch-7
2018-05-14 Oliver SchmidtMerge pull request #644 from greg-king5/anon-struct
2018-05-13 Greg KingMade a C union declaration know the sizes of anonymous... 644/head
2017-10-23 jedeMerge branch 'master' of https://github.com/jedeoric...
2017-10-22 jedeoricMerge branch 'master' into master
2017-10-22 Oliver SchmidtMerge pull request #504 from jedeoric/master
2017-10-08 Oliver SchmidtMerge pull request #503 from jedeoric/master
2017-09-27 Oliver SchmidtMerge pull request #494 from jedeoric/master
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-06-05 Oliver SchmidtMerge pull request #436 from bbbradsmith/ca65_define_ma...
2017-05-26 Oliver SchmidtMerge pull request #438 from bbbradsmith/ca65_rand_comment
2017-05-24 Oliver SchmidtMerge pull request #426 from MonteCarlos/master
2017-05-18 Oliver SchmidtMerge pull request #430 from polluks/patch-1
2017-05-18 Oliver SchmidtMerge pull request #424 from clbr/trampoline
2017-05-18 Lauri KasanenRename trampoline to wrappedcall everywhere
2017-05-02 Lauri KasanenPragma trampoline
2017-04-04 Oliver SchmidtMerge pull request #389 from IrgendwerA8/stringimprovements
2017-03-20 Oliver SchmidtMerge pull request #402 from IrgendwerA8/runtime_improv...
2017-03-18 Oliver SchmidtMerge pull request #405 from IrgendwerA8/65SC02_sim65_s...
2017-03-12 Oliver SchmidtMerge pull request #401 from greg-king5/void-size
2017-03-12 Greg KingMade C's sizeof operator work with initialized void... 401/head
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-06-04 Oliver SchmidtMerge pull request #160 from Movax12/definedinstr
2015-05-26 Oliver SchmidtMerge pull request #151 from greg-king5/fastcall
2015-05-24 Greg KingMade cc65 properly test calling conventions when it...
2015-05-24 Greg KingMade cc65 properly test variadic-function pointer assig...
2015-03-13 Greg KingCatch fastcall pointers to variadic functions.
2015-03-09 Greg KingCompleted the cc65 code that recognizes __CDECL__ as...
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...
2013-05-02 Oliver SchmidtRemoved unused variables.
2013-02-02 uzFixed a problem: When a struct or unit was declared...
2012-03-17 uzImplement anonymous structs/unions in cc65 mode.
2011-09-18 uzFixed an internal error caused by muddling through...
2011-09-03 uzSmall fix for an error message.
2010-04-29 uzMore preparations for an extension of the calling conve...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-10-19 uzRenamed attribute handling functions. Added SymHasAttr().
2009-10-18 uzChanged handling of attributes to a more generic form...
2009-10-18 uzFixed the existing but unused attribute parsing code...
2009-10-15 uzWarn when structs are passed by value to a function.
2009-10-05 uzWhen using GetQualifier, pass correct params :-)
2009-10-05 uzUse GetQualifier() instead of accessing the field directly.
2009-09-18 uzAdded wide char literals, but treat them identical...
2009-09-08 uzFixed flexible array struct members.
2009-09-07 uzAdded initialization of bit-fields.
2009-09-06 uzFixed an error: When initializing unions, only the...
2009-08-30 uzUse CHAR_BITS instead of a hardcoded 8 bits/byte.
2009-08-30 uzAny field without a name is legal but useless in a...
2009-08-30 uzSeparate the functions that parse unions and structs...
2009-08-29 uzAdded code to parse bit fields and enter them into...
2009-08-28 uzChange mode constants for ParseDecl to an enum.
2008-08-31 uzMore changes to support address size qualifiers.
2008-08-24 uzMoved the fascall and near/far flags from the function...
2008-08-11 uzSome more floating point support.
2008-08-03 uzMove some storage class handling and checking for impli...
2008-08-03 uzTransfer the storage class flags from struct DeclSpec...
2008-08-01 cuzIn an old style function definition, print a diagnostic... V2.12.0
2008-07-31 cuzAdded several type checks, especially for functions...
2007-03-18 cuzUsing typdefs, it is possible to construct types that...
2006-02-19 cuzCleanup. Added a few general purpose functions.
2006-02-19 cuzChanged the low level type representation from a strung...
2006-02-17 cuzParse the C99 "restrict" keyword correctly (but ignore...
2006-02-17 cuzAllow type qualifiers before a storage class spec.
2005-01-09 cuzDon't treat K&R functions as variadic. The standard...
2005-01-09 cuzOutput warnings for implicit int types if std >= C99.
2004-09-23 cuzFixed bug with braces in initializer lists
2004-06-21 cuzThe -A and --ansi switches are gone, together with...
2004-06-10 cuzBetter error messages
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-05-26 cuzSome renaming and restructuring
2004-05-25 cuzChanged the expression parser to return the lvalue...
2004-05-02 cuzThe type parser didn't check bounds for the type string...
2004-03-14 cuzRemoved a useless function call
2003-11-29 cuzMemory model additions
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-10-10 cuzAdded some code to handle floats/doubles.
2003-08-11 cuzRewrote type conversions
2003-08-10 cuzFixed a bug that caused problems locating the last...
2003-07-19 cuzBug: Char arrays with a specified size could not be...
2003-03-16 cuzFixed initializers for standard behaviour (hopefully...
2003-03-16 cuzRevoked part of last change - didn't work
2003-03-16 cuzAllow any number of optional braces around all initiali...
2003-03-06 cuzImprove error recovery
2003-02-05 cuzAllow initialization of flexible array struct members
2003-02-03 cuzAdded flexible array members for structs
next