]> git.sur5r.net Git - cc65/history - src/ca65/symentry.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / ca65 / symentry.c
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-10-27 uzFixed a problem reported by thefox: A symbol reference...
2011-08-30 uzMore work on high level language debug symbols. They...
2011-08-19 uzUse CollTransfer where possible.
2011-08-18 uzRemember where each symbol was defined and where it...
2011-08-18 uzAdd reference counting to line infos. This allows bette...
2011-08-16 uzWrite imports out as debug symbols.
2011-08-16 uzTrack export ids of debug symbols and write the to...
2011-08-16 uzDo also write the im-/export flags to the symbol flags...
2011-06-17 uzRemoved an unused function.
2011-05-31 uzFixed a problem in GetSymParentScope, where an error...
2011-01-29 uzUse line infos to output more verbose error and warning...
2011-01-27 uzMore lineinfo usage.
2011-01-25 uzConvert imports, exports and debug symbols to use and...
2011-01-16 uzMove all attributes and other information that is attac...
2010-08-17 uzInclude information about the type of the symbol in...
2010-08-17 uzRenamed the defines in symdefs.h to something more...
2010-08-17 uzDebug symbolid for each symbol that goes into the debug...
2010-08-17 uzRename symbol index => import id because that's what...
2010-08-17 uzMaintain some additional information for scopes. Write...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2007-08-30 cuzRenamed the Val field to IVal to allow values of other...
2006-04-09 cuzEmit warnings for symbols that were used suboptimal...
2005-05-11 cuzAdded variable symbols using .set
2004-04-19 cuzFixed a problem with .global: In some situations, expor...
2003-12-13 cuzSet the address size once assembly is terminated
2003-12-12 cuzFixed several address size issues
2003-12-03 cuzMore work on .sizeof, fixed problems with cheap locals
2003-11-30 cuzTemp fix for address size detection of symbols
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-23 cuzNew DefAddrSize variable
2003-11-18 cuzTemp fix for some address size problems
2003-11-13 cuzAdded structs and unions, more work on scopes and expre...
2003-11-13 cuzAddress size fixes
2003-11-13 cuzMore work on expressions and address sizes
2003-11-11 cuzFixed a problem
2003-11-11 cuzRewrote expression evaluation. More smaller changes.
2003-11-08 cuzReplace error/warning numbers by strings.
2003-11-07 cuzWorking on better 65816 support
2003-11-06 cuzRevised symbol scoping
2003-10-31 cuzWork on named scopes
2003-10-22 cuzMove SymEntry stuff into its own module