]> git.sur5r.net Git - cc65/history - src/cc65/exprdesc.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cc65 / exprdesc.h
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2010-03-20 uzReenable compile time evaluation of strlen for string...
2009-09-08 uzAllow to store start and end of generated code in the...
2009-08-29 uzFirst implementation of bit fields.
2008-08-11 uzSome more floating point support.
2006-02-19 cuzChanged the low level type representation from a strung...
2004-06-29 cuzAdded license information preproc.h
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-06-05 cuzMove the test flags into the Flags bitset of struct...
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-06-04 cuzFixed a typo
2004-06-04 cuzFixed a typo
2004-06-02 cuzRewrote code generation for the strlen standard functio...
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-05-25 cuzChanged the expression parser to return the lvalue...
2002-12-12 cuzFixed the inlined strlen function
2002-11-14 cuzNew function ReplaceType
2002-11-01 cuzMove the assignment parser into a separate module.