]> git.sur5r.net Git - cc65/history - src/cc65/scanner.c
Add SB_GetNumber to scanstrbuf.c.
[cc65] / src / cc65 / scanner.c
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...