]> git.sur5r.net Git - cc65/history - src/cc65/locals.c
Fix 32/64-bit int/pointer casts
[cc65] / src / cc65 / locals.c
2019-03-23 Bas WassinkFix 32/64-bit int/pointer casts
2018-10-02 laubzegaFormatting fixes.
2018-10-02 laubzegaProper warnings for "risky" gotos.
2018-10-02 LaubzegaMinor changes after review.
2018-10-02 LaubzegaAdd checks for risky goto statements.
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...
2013-02-02 uzFixed a problem: When a struct or unit was declared...
2012-04-22 uzFixed an uniniitalized variable which caused ranom...
2012-04-22 uzFixed an error when parsing local variables: Variables...
2012-03-24 uzFixed an error: When determining where to place initial...
2010-05-27 uzFix the check for constant static local data, which...
2009-10-26 uzFixed a bug in the last change. For variables that...
2009-10-23 uzRearranged/duplicated optimization steps to generate...
2009-10-23 uzRestructured parts of locals.c. This will also fix...
2008-08-03 uzMove some storage class handling and checking for impli...
2008-08-03 uzTransfer the storage class flags from struct DeclSpec...
2007-07-03 cuzFixed an error.
2005-01-09 cuzOutput warnings for implicit int types if std >= C99.
2004-06-09 cuzRemoved ExprLoad to LoadExpr.
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-05-25 cuzChanged the expression parser to return the lvalue...
2004-03-07 cuzMade several options that can be changed by #pragmas...
2003-08-29 cuzRenamed exprhs to ExprLoad
2003-08-11 cuzRewrote type conversions
2003-02-05 cuzAllow initialization of flexible array struct members
2003-02-01 cuzFixed the address
2003-01-28 cuzLocals with a qualifier and implicit int type where...
2002-11-25 cuzRe-added register variables.
2002-11-24 cuzReenable register variables
2002-11-02 cuzUse constants for datatype sizes
2002-10-17 cuzFixed error "variable has unknown size" for a local...
2002-10-10 cuzAllow initialization of local variables of compound...
2002-10-10 cuzRestructured DeclareLocals()
2002-06-12 cuzRenamed the functions working with "struct Function".
2002-03-10 cuzFixed problems with incomplete types (structs and array...
2002-03-10 cuzThe last patch did not work correctly in call cases...
2002-03-07 cuzLocal variables of incomplete types could be declared
2001-09-21 cuzFixed a bug
2001-07-17 cuzMore renaming. Remove the case label limit by using...
2001-07-17 cuzRenamed struct expent
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-05-03 cuzWorking on the new backend
2001-05-03 cuzWorking on the new backend
2001-04-19 cuzRenamed GetLabel to GetLocalLabel
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2001-03-20 cuzAdded code to check the 6502 stack
2001-03-19 cuzAdded new option and pragma to generate calls to a...
2000-10-15 cuzError handling cleanup/changes.
2000-10-10 cuzAdded a missing include
2000-09-14 cuzInitialize translation tables
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-01 cuzCheck for const in function parameters (first level...
2000-08-01 cuzSome changes in the way, types and type strings are...
2000-07-27 cuzUse gcc function attributes, fix several format related...
2000-06-22 cuzRewrote parsing of locals.
2000-06-14 cuzNew long option --static-locals
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-06-08 cuzFix several VC++ warnings
2000-05-28 uzThis commit was generated by cvs2svn to compensate...