]> git.sur5r.net Git - cc65/history - src/cc65/typeconv.c
Merge pull request #494 from jedeoric/master
[cc65] / src / cc65 / typeconv.c
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-08-11 Oliver SchmidtMerge pull request #332 from greg-king5/interrupt-functions
2016-08-09 Chris CacciatoreFixed test negation. (#329)
2016-08-05 Oliver SchmidtMerge pull request #328 from cacciatc/print-sym-name...
2016-08-02 Chris CacciatoreReporting sym name for incompatible pointer types. 328/head
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...
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