]> git.sur5r.net Git - cc65/history - src/dbginfo
The line counter got confused for lines with more than 256 chars. Removed the
[cc65] / src / dbginfo /
2011-07-03 uzInitialize variables to avoid compiler warnings.
2011-06-14 uzRead and allow access to the segment for (segment based...
2011-06-14 uzAccept a file attribute for symbols but don't do anythi...
2011-06-13 uzAllow to leave of the end address of a range if it...
2011-06-13 uzAccept a segment attribute for symbols, but don't do...
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-06-08 uzFixed a problem: Removing duplicate file entries (entri...
2011-05-01 uzFixed typos in comments. No code changes.
2011-02-07 uzInitialize variables to avoid gcc warnings.
2011-02-06 uzFixed a bug reported by thefox.
2011-02-03 uzRedid the whole line info stuff, because the old data...
2010-08-11 uzNew function cc65_symbol_inrange. Fixed an error in...
2010-08-09 uzFirst support for symbols - mostly untested.
2010-08-09 uzStart adding (limited) support for symbols.
2010-08-09 uzMove the collection containing all line infos into...
2010-08-09 uzAdd 'extern "C"' so the module may be used from C+...
2010-08-09 uzAdded some more checks and initialization.
2010-08-08 uzMajor changes: Names of structures, fields and subrouti...
2010-08-08 uzAllow access to segment information.
2010-08-07 uzSome more test and example code.
2010-08-07 uzImproved info API.
2010-08-06 uzAdd some code that tries to skip unknown keywords that...
2010-08-05 uzThe stuff will not link with Watcom because of vsnprint...
2010-08-05 uzSeveral fixes detected when using another C compiler.
2010-08-05 uzFirst working version with complete API for line inform...
2010-08-03 uzFirst version of a module that reads debug files genera...