]> git.sur5r.net Git - cc65/history - src/cc65/datatype.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cc65 / datatype.h
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-08-30 uzMake the SIZEOF_XXX constants resolve to unsigned values.
2009-08-29 uzAdded code to parse bit fields and enter them into...
2009-07-28 uzFixed an error: If an expression is loaded into the...
2008-08-31 uzFixed the macro versions of several inline functions.
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.
2007-08-26 cuzFixed a bug: The compiler evaluated constant expression...
2006-03-30 cuzFixed a few errors in the macros used by the Watcom...
2006-02-19 cuzCleanup. Added a few general purpose functions.
2006-02-19 cuzChanged the low level type representation from a strung...
2006-02-18 cuzRemoved an unneeded struct forward
2006-02-17 cuzParse the C99 "restrict" keyword correctly (but ignore...
2004-08-02 cuzNew function PtrConversion
2004-06-29 cuzAdded license information preproc.h
2004-06-06 cuzAdd predefined type strings for float and double
2004-06-04 cuzAdded T_SIZE_T as an alias for T_UINT
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-24 cuzReenable register variables
2002-11-14 cuzMake small functions inline
2002-11-02 cuzUse constants for datatype sizes
2002-11-01 cuzMove the assignment parser into a separate module.
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-09-24 cuzTrack usage of the sreg and several other zero page...
2001-05-03 cuzWorking on the new backend
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2001-03-22 cuzAllow __fastcall__ for C function. Contrary to the...
2000-12-20 cuzReplaced several // style comments
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-27 cuzUse gcc function attributes, fix several format related...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...