]> git.sur5r.net Git - cc65/history - src/common/gentype.c
Only for jumps, the lib uses named asm labels in branches
[cc65] / src / common / gentype.c
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.
2011-08-23 uzFixed a bug: Never remember a pointer to a string buffe...
2011-08-23 uzRenamed GT_GetArraySize to GT_GetElementCount.
2011-08-23 uzImplement variable sized element count for arrays.
2011-08-21 uzChange prototype for GT_AsString to make it easier...
2011-08-21 uzAdded GT_AsString().
2011-08-21 uzSome work on the generic type module.
2011-08-20 uzAdd a gentype.c module that contains GT_FromStrBuf.