]> git.sur5r.net Git - cc65/history - src/ca65/objcode.c
4510 support: added some other small improvements:
[cc65] / src / ca65 / objcode.c
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-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-14 uzA few measures to create slightly smaller object files.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2003-12-12 cuzCode cleanup
2003-11-30 cuzDon't remove symbols or otherwise simplify expressions...
2003-11-11 cuzRewrote expression evaluation. More smaller changes.
2003-11-08 cuzReplace error/warning numbers by strings.
2003-10-21 cuzMove the segment handling stuff from objcode to a separ...
2003-08-07 cuzAdded 65C02 instructions
2003-06-04 cuzUse a string pool to reduce the memory footprint
2003-06-03 cuzRestructuring the object file format
2003-05-25 cuzChanged the object file and library format. There is...
2003-02-08 cuzMove default segment names into segnames.h
2003-02-08 cuzUse default segment name definitions
2002-11-28 cuzNew .PUSHSEG and .POPSEG commands
2002-11-28 cuzCosmetic changes
2001-05-29 cuzFixed line info issues
2001-05-23 cuzAdded line infos
2001-05-23 cuzWorking on source line information
2001-01-05 cuzUse chartype.h instead of ctype.h
2000-08-02 cuzAdded a method to write variable sized unsigned values...
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-29 cuzRenamed several expression ops and added others.
2000-06-14 cuzMore common subroutines
2000-05-28 uzThis commit was generated by cvs2svn to compensate...