]> git.sur5r.net Git - cc65/history - src/cc65/scanner.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cc65 / scanner.h
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2010-04-09 uzAdded the cdecl keyword
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-09-18 uzAdded wide char literals, but treat them identical...
2008-08-11 uzSome more floating point support.
2006-02-19 cuzCleanup. Added a few general purpose functions.
2006-02-19 cuzChanged the low level type representation from a strung...
2006-02-17 cuzAdded the inline keyword
2006-02-17 cuzParse the C99 "restrict" keyword correctly (but ignore...
2004-09-16 cuzIntroduce a -E flag that activates just the preprocessor.
2004-05-26 cuzSome renaming and restructuring
2004-05-25 cuzChanged the expression parser to return the lvalue...
2003-08-01 cuzAdded the near keyword
2003-08-01 cuzThe type "enum x" was not handled correctly in sizeof...
2003-05-07 cuzAdded the restrict keyword just to have it reserved
2002-09-29 cuzRedoing the pragma stuff
2001-09-09 cuzAdding functionality to StrBuf
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-09-14 cuzInitialize translation tables
2000-08-20 cuzWorking on the new parser
2000-08-19 cuzWorking on the new parser
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-12 cuzAdded support for old style (K&R) function declarations.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...