]> git.sur5r.net Git - cc65/history - src/cc65/input.c
Minor improvement of optimizations
[cc65] / src / cc65 / input.c
2002-09-30 cuzIgnore also cr's on input. This allows to compile sourc...
2001-05-23 cuzUse fstat instead of stat and simplify the code
2001-05-22 cuzAdded .dbg statement generation for the assembler
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-05-01 cuzWorking on the new backend
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2000-10-15 cuzError handling cleanup/changes.
2000-09-01 cuzRewrote the input file management.
2000-08-01 cuzMoved the check module to the common dir.
2000-06-21 cuzFixed a bug
2000-06-21 cpgset MAX_INC_NESTING to 20
2000-06-15 cuzRemove io.*, some cleanup
2000-06-14 cuzBetter error messages when opening include files
2000-06-14 cuzUse the xmalloc module from the common directory.