]> git.sur5r.net Git - cc65/history - src/ld65/segments.c
Added support for arbitrary alignments.
[cc65] / src / ld65 / segments.c
2011-12-28 uzAdded support for arbitrary alignments.
2011-08-19 uzRead the segment size as var, not as 32 bit value.
2011-08-19 uzChanged data type used to store line numbers from unsig...
2011-08-18 uzReplace single linked list of sections in a segment...
2011-08-15 uzFixed problems with the range check on 64 bit machines.
2011-08-14 uzAdapted to new line infos and spans as written to the...
2011-08-12 uzTracked rename of hashstr -> hashfunc.
2011-08-08 uzOutput information about the item counts in the debug...
2011-08-05 uzManage the segments in a collection.
2011-08-05 uzCentral management of the debug info base ids.
2011-06-08 uzFixed an error: The amount of fill bytes for a section...
2011-06-08 uzAdded more debug output.
2011-01-24 uzFragments and assertions reference LineInfo items inste...
2010-11-08 uzSeparate processing the linker config file into two...
2010-08-09 uzFixed a C99ism.
2010-08-08 uzAnother format change: Record the output file and offse...
2010-08-07 uzSome changes in debug info generation.
2010-08-01 uzChanged a comment
2010-07-30 uzHandle file position information for fragments differen...
2010-07-30 uzUse collections in the object file structure instead...
2003-12-13 cuzChanged format of debug info file
2003-11-11 cuzNew DumpExpr signature
2003-11-07 cuzWorking on better 65816 support
2003-09-14 cuzMore debug file output
2003-06-06 cuzAdded assertions
2003-06-06 cuzFragment cleanup, more string pool use
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...
2002-02-06 cuzCorrect the END value for a segment so that it shows...
2001-12-01 cuzAdded/completed/debugged o65 support for Lunix
2001-05-29 cuzAdded dbg file generation
2001-05-23 cuzAdded line infos
2001-03-10 cuzAllow to define symbols in the linker config
2001-03-10 cuzMoved verbose output to a shared module in the common...
2000-11-23 cuzUse "[linker generated]" as source for linker generated...
2000-11-20 cuzFirst finished implementation of the condes feature
2000-11-02 cuzRemoved underlines from structure names.
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-30 cuzInclude file path changes
2000-06-14 cuzPlace shared modules into the common dir
2000-06-08 cuzFix several VC++ Warnings
2000-05-28 uzThis commit was generated by cvs2svn to compensate...