]> git.sur5r.net Git - cc65/history - src/ca65/scanner.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / ca65 / scanner.h
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2011-01-16 uzMove all attributes and other information that is attac...
2011-01-16 uzRenamed the Token enumeration to token_t.
2011-01-16 uzRemoved two defines that are no longer in use.
2009-01-18 uzAvoid spurious subsequent errors if an include file...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2007-08-28 cuzMove more stuff from scanner.c into the new module...
2007-08-27 cuzPreparation for introducing token sources.
2005-05-11 cuzAdded variable symbols using .set
2005-05-10 cuzNew .sprintf function
2005-05-09 cuzAdded a .IDENT function
2004-10-03 cuzAdded new CPU SWEET16
2004-09-20 cuzNew condes type interruptor
2004-05-09 cuzAllow token lists to be optionally enclosed in curly...
2004-04-20 cuzAdd a new feature "ubiquitous_idents" that allows the...
2003-12-12 cuzNew pseudo functions: .LOBYTE, .HIBYTE, .BANKBYTE,...
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-17 cuzAdded .SIZEOF
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 cuzAdded .SCOPE/.ENDSCOPE
2003-11-07 cuzWorking on better 65816 support
2003-10-17 cuzAdd := assignment op, define some currently unused...
2003-08-12 cuzAdded new .VERSION constant
2003-08-07 cuzMore instruction set stuff
2003-06-17 cuzAdded new address size override commands z:, a: and f:.
2003-06-06 cuzAdded assertions
2003-03-07 cuzAdded new .FORCEIMPORT pseudo op
2003-01-19 cuzFixed problems that occured on input files with missing...
2003-01-04 cuzMove the Debug flag into a new module "debugflag" in...
2002-11-28 cuzNew .PUSHSEG and .POPSEG commands
2002-11-26 cuzAdded the .TIME pseudo function
2002-11-22 cuzAdded a scope argument to the SymIsDef and SymIsDef...
2002-02-18 cuzAdded .charmap
2000-11-20 cuzWorking on the condes feature
2000-10-30 cuzAdd initializer
2000-09-02 cuzSeparated the emulation features in a module.
2000-08-01 cuzIncreased the file count to 16 bits when written to...
2000-07-29 cuzRenamed several expression ops and added others.
2000-07-28 cuzAdded .REPEAT pseudo instruction
2000-07-27 cuzAdded .WARNING
2000-07-25 cuzAdded string handling functions: .STRLEN and .STRAT
2000-07-15 cuzAdded the .TCOUNT function
2000-07-08 cuzAdded/finished .MID, .LEFT, .RIGHT
2000-06-23 cuzRemoved the strexpr module and placed the implementatio...
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...