]> git.sur5r.net Git - cc65/history - src/ca65/lineinfo.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / ca65 / lineinfo.c
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-11-04 uzFixed a problem in line info generation: Recorded token...
2011-08-21 uzWrite spans out in a separate object file section....
2011-08-21 uzThe ...Entry functions from the hashtab module have...
2011-08-20 uzSmall change for better hash table distribution.
2011-08-19 uzUse CollTransfer where possible.
2011-08-18 uzAdd reference counting to line infos. This allows bette...
2011-08-18 uzDon't use a separate Count field for the line info...
2011-08-18 uzDon't write out spans for line infos if no debug info...
2011-08-14 uzComplete redesign of line info generation. Uses spans...
2011-08-11 uzRemoved an unused function.
2011-06-13 uzFix wrong line info sometimes output for macros: When...
2011-01-29 uzPass type of line info through the object files.
2011-01-29 uzUse line infos to output more verbose error and warning...
2011-01-27 uzOn errors and warnings, output additional information...
2011-01-27 uzActually generate basic line info.
2011-01-24 uzStarted to generalize line info handling. Remove separa...
2011-01-20 uzMark tokens with the file position from where they...
2001-09-30 cuzUse __attribute ((unused)) instead of -Wno-unused-parameter
2001-05-29 cuzFixed line info issues
2001-05-23 cuzUse a collections for the line info and sort them by...
2001-05-23 cuzAdded line infos
2001-05-23 cuzWorking on source line information
2001-05-23 cuzAdded new lineinfo module