]> git.sur5r.net Git - cc65/history - src/cc65/declare.c
Made C's sizeof operator work with initialized void variables.
[cc65] / src / cc65 / declare.c
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
2003-02-01 cuzError message for negative array sizes.
2002-12-26 cuzCheck for implicit int return in all cases
2002-11-25 cuzRe-added register variables.
2002-11-24 cuzReenable register variables
2002-09-30 cuzFixed a bug
2002-06-12 cuzRenamed the functions working with "struct Function".
2002-03-10 cuzFixed problems with incomplete types (structs and array...
2002-02-18 cuzAdd #pragma charmap()
2001-09-24 cuzTrack usage of the sreg and several other zero page...
2001-07-17 cuzMore renaming. Remove the case label limit by using...
2001-07-17 cuzMore renaming
2001-07-17 cuzRenamed struct expent
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-04-06 cuzFixed a bug. Function declarations where the type of...
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2001-03-24 cuzInline parameter frame building
2001-03-23 cuzMake AddConstSym from AddEnumSym
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2001-03-22 cuzAllow __fastcall__ for C function. Contrary to the...
2001-01-05 cuzUse chartype.h instead of ctype.h
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-10-15 cuzError handling cleanup/changes.
2000-10-10 cuzFixed a bug in explicit type casts
2000-10-10 cuzDeclaring a char explicitly as signed was ignored and...
2000-09-14 cuzInitialize translation tables
2000-08-01 cuzSome changes in the way, types and type strings are...
next