]> git.sur5r.net Git - cc65/history - src/ca65/symentry.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / ca65 / symentry.h
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-10-27 uzMake the old "AllocNew" flag for symbols an enum and...
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-18 uzRemember where each symbol was defined and where it...
2011-08-16 uzWrite imports out as debug symbols.
2011-08-16 uzTrack export ids of debug symbols and write the to...
2011-06-17 uzRemoved an unused function.
2011-01-25 uzConvert imports, exports and debug symbols to use and...
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 uzSF_INDEXED is no longer needed.
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 cuzMore fixes for Watcom C / C89.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
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-30 cuzFixed a bug
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-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-13 cuzAdded structs and unions, more work on scopes and expre...
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 cuzMore work on address sizes
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
2000-11-02 cuzRemoved underlines from struct names
2000-05-28 uzThis commit was generated by cvs2svn to compensate...