]> git.sur5r.net Git - cc65/history - src/ld65/span.c
Fix 32/64-bit int/pointer casts
[cc65] / src / ld65 / span.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.
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...