]> git.sur5r.net Git - cc65/history - src/ca65/symtab.h
Merge remote-tracking branch 'upstream/master' into something_to_pull2
[cc65] / src / ca65 / symtab.h
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
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-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
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-29 uzWorked on high level language symbol info.
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...