]> git.sur5r.net Git - cc65/history - src/ld65/dbgsyms.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / ld65 / dbgsyms.c
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-04-09 Oliver SchmidtAllow for warning-free build of ld65 with MS VC on...
2011-09-01 uzFixed an error: Symbol references for csyms were output...
2011-08-31 uzWrite out global symbols to the debug file. Added some...
2011-08-30 uzShorten "extern" -> "ext".
2011-08-30 uzMore work on high level language debug symbols. They...
2011-08-29 uzSome code cleanup.
2011-08-18 uzOutput line info for symbol definition and references.
2011-08-18 uzRead and manage additional line information for symbols.
2011-08-18 uzIf a symbol is an import, the corresponding export...
2011-08-18 uzMark imports using "type=imp".
2011-08-16 uzWrite imports out to the debug info file. Add the id...
2011-08-16 uzHandle the new symbol flags correctly. Changed - among...
2011-08-05 uzCentral management of the debug info base ids.
2011-08-04 uzMore work on scope suport.
2011-08-04 uzRearrange debug info output. Add scopes to the debug...
2011-07-31 uzAdd the parent scope/symbol to the debug symbol attributes.
2011-06-14 uzFor segment based symbols, add information about the...
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-01-26 uzUse LineInfo instead of raw FilePos objects. Most infor...
2010-08-17 uzRenamed the defines in symdefs.h to something more...
2010-08-09 uzChange output for symbols in the debug info file to...
2010-07-30 uzUse collections in the object file structure instead...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2003-12-13 cuzChanged format of debug info file
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-10-17 cuzChange debug file format
2003-08-15 cuzMore debug infos
2003-06-04 cuzUse a string pool to reduce the memory footprint
2003-05-25 cuzChanged the object file and library format. There is...
2001-05-29 cuzAdded dbg file generation
2000-10-30 cuzWorking on initializers
2000-08-02 cuzAdded a method to write variable sized unsigned values...
2000-08-01 cuzUse the CHECK macros from the common dir
2000-06-14 cuzPlace shared modules into the common dir
2000-05-28 uzThis commit was generated by cvs2svn to compensate...