]> git.sur5r.net Git - cc65/history - src/cc65/datatype.c
Made C's sizeof operator work with initialized void variables.
[cc65] / src / cc65 / datatype.c
2017-03-12 Greg KingMade C's sizeof operator work with initialized void... 401/head
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
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-20 Oliver SchmidtMerge pull request #180 from greg-king5/sprintf
2015-07-20 Oliver SchmidtMerge pull request #179 from greg-king5/overlay
2015-07-16 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-16 Oliver SchmidtMerge branch 'mrdudz-pointer'
2015-07-15 Oliver SchmidtMerge branch 'pointer' of https://github.com/mrdudz...
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-10 mrdudzpatch from Uz that makes some illegal operations on...
2015-06-04 Oliver SchmidtMerge pull request #160 from Movax12/definedinstr
2015-05-26 Oliver SchmidtMerge pull request #151 from greg-king5/fastcall
2015-03-19 Greg KingReverted one of the changes in how function prototypes...
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...
2012-03-24 uzFixed an error: When determining where to place initial...
2010-04-29 uzMore preparations for an extension of the calling conve...
2009-07-28 uzFixed an error: If an expression is loaded into the...
2009-02-22 uzWhen generating forward references to functions, use...
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 uzFixed several problems with old style (K&R) declaration...
2006-02-19 cuzChanged the low level type representation from a strung...
2004-08-02 cuzNew function PtrConversion
2004-06-29 cuzRenaming and cleanup
2004-06-29 cuzAdded license information preproc.h
2004-06-10 cuzFixed problems on 64 bit platforms and some other sloop...
2004-06-06 cuzAdd predefined type strings for float and double
2004-06-05 cuzFixed a bug
2004-06-04 cuzAdded T_SIZE_T as an alias for T_UINT
2004-03-07 cuzMade several options that can be changed by #pragmas...
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-10-10 cuzAdded some code to handle floats/doubles.
2003-02-05 cuzAllow initialization of flexible array struct members
2003-02-03 cuzAdded flexible array members for structs
2002-12-17 cuzReplaced the solution for the array conversion problem...
2002-11-25 cuzAdditional pointer load optimization
2002-11-14 cuzMake small functions inline
2002-11-02 cuzUse constants for datatype sizes
2002-10-10 cuzMade a lot of short functions inline
2002-09-30 cuzAdd SB_GetNumber to scanstrbuf.c.
2002-03-10 cuzFixed problems with incomplete types (structs and array...
2001-11-12 cuzFixed a bug
2001-11-08 cuzFixed a bug
2001-09-24 cuzTrack usage of the sreg and several other zero page...
2001-05-05 cuzWorking on the backend
2001-05-03 cuzWorking on the new backend
2001-03-24 cuzInline parameter frame building
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2001-03-22 cuzAllow __fastcall__ for C function. Contrary to the...
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-08-20 cuzWorking on the new parser
2000-08-19 cuzWorking on the new parser
2000-08-16 cuzAdded first code for a parse tree implementation.
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-01 cuzSome changes in the way, types and type strings are...
2000-08-01 cuzMoved the check module to the common dir.
2000-07-29 cuzOutput an error message when trying to determine the...
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...