]> git.sur5r.net Git - cc65/history - src/od65/dump.c
Made the code that logs indirect-goto referals be a little more efficient.
[cc65] / src / od65 / dump.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-06-04 uzFixed a C99ism.
2012-06-03 uzFix output of segment sizes. It was broken after some...
2012-01-04 uzFinish support for .BANK.
2012-01-04 uzMoved the segdefs module to ca65, since it was used...
2012-01-03 uzStarted to add a new .BANK instruction that allows...
2011-12-27 uzSmall changes for arbitrary alignment in object files.
2011-08-21 uzWrite spans out in a separate object file section....
2011-08-19 uzRead segment sizes as var, no longer as 32 bit values.
2011-08-18 uzAdapt to changed information in the object files.
2011-08-16 uzDump export and import ids.
2011-08-15 uzLine number is now an unsigned
2011-08-07 uzHandle scopes with a label correctly.
2011-08-04 uzThe spans do now contain the size of a span, no longer...
2011-07-31 uzThere is no longer a scope type SCOPE_PROC.
2011-07-31 uzWrite scopes in id order, so we don't need to write...
2011-07-31 uzOutput the scope type in readable format.
2011-07-31 uzAdd the parent scope/symbol to the debug symbol attributes.
2011-07-31 uzAllow to dump scope information.
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-01-29 uzPass type of line info through the object files.
2011-01-27 uzAdapt to changed object file format.
2010-08-17 uzuse ReadVar to read the type. This doesn't make a diffe...
2010-08-17 uzRenamed the defines in symdefs.h to something more...
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-08 cuzFiles in the file tables have their names in the string...
2003-11-07 cuzWorking on better 65816 support
2003-08-10 cuzTwo parts were not converted from using embedded string...
2003-06-03 cuzRestructuring the object file format
2003-05-25 cuzEncode option strings in the string pool
2003-05-25 cuzChanged the object file and library format. There is...
2002-12-24 cuzFixed a bug introduced by EXPR_SEGMENT -> EXPR_SECTION...
2002-11-25 cuzAdd capability to dump just the segment sizes
2001-05-23 cuzAdded line infos
2000-11-20 cuzWorking on the condes feature
2000-10-30 cuzWorking on initializers
2000-10-30 cuzRenamed EXP_INITIALIZER
2000-10-30 cuzAdd initializer
2000-08-02 cuzAdded a method to write variable sized unsigned values...
2000-08-01 cuzFilecount is now an u16
2000-07-31 cuzAdded dump of debug symbols and output of values for...
2000-07-30 cuzAdded dump of exports and imports
2000-07-30 cuzAdded dump of segments
2000-07-30 cuzAdded dump of the file list
2000-07-30 cuzAdd dumping of options
2000-07-29 cuzFirst rudimentary version - can dump xo65 headers