]> git.sur5r.net Git - cc65/history - src/ld65/span.c
Merge pull request #127 from groessler/something_to_pull
[cc65] / src / ld65 / span.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-11-03 uzAdded a new attribute IMPORT to the CONDES definition...
2011-08-22 uzMaintain the types as separate indexed items in the...
2011-08-22 uzDo not resolve the lists of spans for LineInfos and...
2011-08-21 uzWrite out type information for spans to the debug info...
2011-08-21 uzAdd an optional type to a span.
2011-08-21 uzWrite spans out in a separate object file section....
2011-08-18 uzExport NewSpan() - this will be needed later.
2011-08-14 uzAdapted to new line infos and spans as written to the...
2011-08-11 uzOutput spans to the debug info file.
2011-08-04 uzUse the Span structure also for scopes.
2011-08-04 uzGeneralized the CodeRange structure used for line infos...