]> git.sur5r.net Git - cc65/history - src/ld65/scopes.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / ld65 / scopes.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...
2011-08-22 uzDo not resolve the lists of spans for LineInfos and...
2011-08-21 uzWrite spans out in a separate object file section....
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-08 uzUse symbolic names when writing the scope type to the...
2011-08-08 uzOutput information about the item counts in the debug...
2011-08-07 uzHandle scopes with a label correctly. Add the label...
2011-08-05 uzCentral management of the debug info base ids.
2011-08-05 uzOutput module info.
2011-08-04 uzMore work on scope suport.
2011-08-04 uzRearrange debug info output. Add scopes to the debug...
2011-08-04 uzUse the Span structure also for scopes.
2011-08-01 uzRead scopes from the object files.