]> git.sur5r.net Git - cc65/history - src/cc65/scanner.c
Removed unused variable.
[cc65] / src / cc65 / scanner.c
2013-05-02 Oliver SchmidtRemoved unused variable.
2010-04-29 uzMore preparations for an extension of the calling conve...
2010-04-09 uzAdded the cdecl keyword
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-12-05 uzFixed problem with last change. Wide string constants...
2009-12-04 uzCreate one literal pool per function, so that literal...
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-09-18 uzAdded wide char literals, but treat them identical...
2008-08-11 uzSome more floating point support.
2008-03-31 cuzAllow an optional '+' sign before an exponent of a...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2006-02-19 cuzCleanup. Added a few general purpose functions.
2006-02-17 cuzAdded the inline keyword
2004-10-09 cuzFixed a escape char const problem
2004-09-16 cuzIntroduce a -E flag that activates just the preprocessor.
2004-06-29 cuzRenaming and cleanup
2004-06-21 cuzFixed a problem
2004-06-21 cuzThe -A and --ansi switches are gone, together with...
2004-06-06 cuzMinor change
2004-06-06 cuzAdded support for floating point constants in the scann...
2004-03-02 cuzAdded missing 'simple escape sequences'
2003-08-29 cuzSome octal character constants were not working.
2003-08-19 cuzFixed an internal compiler error when the first token...
2003-08-02 cuzOrder of keywords on the keyword table was wrong
2003-08-02 cuzFixed a bug
2003-08-01 cuzAdded the near keyword
2003-06-27 cuzOctal character constants starting with '2' or '3'...
2003-05-07 cuzAdded the restrict keyword just to have it reserved
2002-09-30 cuzAdd SB_GetNumber to scanstrbuf.c.
2002-09-29 cuzRedoing the pragma stuff
2002-09-23 cuzCosmetic changes
2002-06-12 cuzRenamed the functions working with "struct Function".
2001-09-09 cuzAdding functionality to StrBuf
2001-06-24 cuzFixed multi line macro bug
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2001-03-23 cuzMake __fixargs__ an actual symbol table entry. Add...
2001-01-05 cuzUse chartype.h instead of ctype.h
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-10-15 cuzError handling cleanup/changes.
2000-09-14 cuzInitialize translation tables
2000-08-23 cuzMove target handling and character set translation...
2000-08-16 cuzAdded first code for a parse tree implementation.
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-06-21 cuzFixed a bug
2000-06-15 cuzRemove io.*, some cleanup
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-14 cuzSome basic support for the 65C02 CPU.
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...