]> git.sur5r.net Git - cc65/history - src/ca65/lineinfo.h
Style again
[cc65] / src / ca65 / lineinfo.h
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...
2011-08-18 uzAdd reference counting to line infos. This allows bette...
2011-08-14 uzComplete redesign of line info generation. Uses spans...
2011-08-11 uzRemoved an unused function.
2011-06-13 uzFix wrong line info sometimes output for macros: When...
2011-01-29 uzPass type of line info through the object files.
2011-01-29 uzUse line infos to output more verbose error and warning...
2011-01-27 uzOn errors and warnings, output additional information...
2011-01-27 uzActually generate basic line info.
2011-01-24 uzStarted to generalize line info handling. Remove separa...
2011-01-20 uzMark tokens with the file position from where they...
2001-05-23 cuzUse a collections for the line info and sort them by...
2001-05-23 cuzAdded line infos
2001-05-23 cuzWorking on source line information
2001-05-23 cuzAdded new lineinfo module