]> git.sur5r.net Git - cc65/history - src/cc65/function.h
Add support for INITAD to the Atari binary format.
[cc65] / src / cc65 / function.h
2018-10-02 laubzegaProper warnings for "risky" gotos.
2018-10-02 LaubzegaMinor changes after review.
2018-10-02 LaubzegaAdd checks for risky goto statements.
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-04-22 uzFixed an error when parsing local variables: Variables...
2011-08-04 uzAdjust code to C99 regarding the main function: Not...
2009-08-31 uzRemember more function infos in the Function struct.
2009-08-31 uzAdd a warning if a function returning something does...
2006-02-19 cuzChanged the low level type representation from a strung...
2002-11-25 cuzRe-added register variables.
2002-06-12 cuzRenamed the functions working with "struct Function".
2001-05-03 cuzWorking on the new backend
2001-03-26 cuzUse one function exit point
2001-03-26 cuzChanged header
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2001-03-22 cuzAllow __fastcall__ for C function. Contrary to the...
2000-06-22 cuzRewrote parsing of locals.
2000-06-08 cuzSome work on function stuff.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...