]> git.sur5r.net Git - cc65/history - src/cc65/typeconv.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / cc65 / typeconv.c
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-01-01 uzFixed a bug: To check for signed types use IsSignSigned...
2010-07-10 uzFixed an error: A function wasn't converted to a void...
2009-07-28 uzFixed a problem with function pointer conversion.
2008-12-28 uzFixed problems with casts, where larger values weren...
2008-08-24 uzMoved the fascall and near/far flags from the function...
2008-08-05 uzFixed a comment.
2006-02-19 cuzChanged the low level type representation from a strung...
2004-08-02 cuzNew function PtrConversion
2004-06-29 cuzAdded license information preproc.h
2004-06-09 cuzRemoved ExprLoad to LoadExpr.
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-06-03 cuzComment and indentation changes
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...
2003-11-11 cuzUse safe shift routines
2003-10-10 cuzFixed a bug
2003-08-29 cuzRenamed exprhs to ExprLoad
2003-08-19 cuzFixed type conversion problems
2003-08-17 cuzFixed a bug
2003-08-11 cuzRewrote type conversions