]> git.sur5r.net Git - cc65/history - src/cc65/scanner.c
Added the lineinfo module. Changed the complete code generation to use the
[cc65] / src / cc65 / scanner.c
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...