]> git.sur5r.net Git - cc65/history - src/ca65/scanner.c
Added builtin .min() and .max() pseudo functions to the assembler.
[cc65] / src / ca65 / scanner.c
2010-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2010-01-25 uzAdded a separate include search path for binary include...
2009-08-27 uzUse the new AddrSizeFromStr function.
2009-05-18 uzSupport for the .BANKBYTES, .LOBYTES and .HIBYTES pseud...
2009-03-06 uz"S" is a keyword in 65816 mode only.
2009-01-18 uzAvoid spurious subsequent errors if an include file...
2008-08-21 uzEnable use of new C like comments only if the new featu...
2008-08-19 uzAdded C like /* */ comments.
2008-03-31 cuzMore fixes for Watcom C / C89.
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.
2006-05-21 cuzDon't check for open .IF clauses when reaching the...
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-11-20 cuzFixed a problem with --feature labels_without_colons...
2005-08-31 cuzFixed minor and rather obscure problem: When including...
2005-05-11 cuzAdded variable symbols using .set
2005-05-10 cuzNew .sprintf function
2005-05-09 cuzAdded a .IDENT function
2004-10-11 cuzAdded zilog/intel style hex numbers
2004-10-03 cuzAdded new CPU SWEET16
2004-09-20 cuzNew condes type interruptor
2004-07-18 cuzImprove handling of files with foreign newline sequences.
2004-05-09 cuzAllow token lists to be optionally enclosed in curly...
2004-04-20 cuzAdd a new feature "ubiquitous_idents" that allows the...
2004-03-29 cuzNew feature missing_char_term
2004-02-22 cuzIdentifiers starting with a dot could not be used as...
2003-12-12 cuzNew pseudo functions: .LOBYTE, .HIBYTE, .BANKBYTE,...
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-18 cuzTemp fix for some address size problems
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...