]> git.sur5r.net Git - cc65/history - src/ca65/symtab.h
Remember where each symbol was defined and where it was referenced. Write this
[cc65] / src / ca65 / symtab.h
2011-08-07 uzFox scopes that have a label (= .PROC), write the label...
2011-08-04 uzRename SegRange to span. Write out the size instead...
2011-07-31 uzRemove SCOPE_PROC. It's a .SCOPE with an owner symbol.
2011-07-31 uzMove scope type definitions to common/
2011-06-13 uzMark the symbol that is the name of a scope with the...
2010-08-17 uzMaintain some additional information for scopes. Write...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2003-12-22 cuzMake the scope variables extern
2003-12-12 cuzCode cleanup
2003-12-06 cuzMake .sizeof work with code scopes. First support for...
2003-12-03 cuzFixes for scoping and better .sizeof support
2003-11-30 cuzMore .size/.sizeof support
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-14 cuzAdded enums
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 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-17 cuzAdd := assignment op, define some currently unused...
2003-03-17 cuzFixed a few comments
2003-03-17 cuzFixed a bug: .ENDPROC without .PROC would crash the...
2003-03-07 cuzAdded new .FORCEIMPORT pseudo op
2002-11-22 cuzAdded a scope argument to the SymIsDef and SymIsDef...
2001-09-08 cuzAdd the label/equate bit to the exports and debug symbols
2000-11-20 cuzWorking on the condes feature
2000-10-30 cuzWorking on initializers
2000-10-30 cuzAdd initializer
2000-08-02 cuzChange the implementation of the file table. It may...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...