]> git.sur5r.net Git - cc65/history - src/ca65/scanner.c
Allow conditional directives within .STRUCT7:UNION and .ENUM
[cc65] / src / ca65 / scanner.c
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-09 cuzFixed a bug
2003-11-08 cuzAdded .SCOPE/.ENDSCOPE
2003-11-08 cuzReplace error/warning numbers by strings.
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-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-02-18 cuzAdded .charmap
2002-02-14 cuzAdd new feature "leading_dot_in_identifiers".
2001-09-15 cuzCheck for sign problems in compares
2001-03-19 cuzPartially fixed a bug with the long addressing modes...
2001-01-05 cuzUse chartype.h instead of ctype.h
2001-01-03 cuzOS/2 EMX fix
2000-11-20 cuzWorking on the condes feature
2000-10-30 cuzAdd initializer
2000-09-02 cuzAdded new emulation feature: loose_char_term
2000-09-02 cuzSeparated the emulation features in a module.
2000-08-01 cuzIncreased the file count to 16 bits when written to...
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-30 cuzInclude file path changes
2000-07-29 cuzRenamed several expression ops and added others.
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-14 cuzMore common subroutines
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-29 cuzAdded functions to remember a set of include search...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...