]> git.sur5r.net Git - cc65/history - src/cc65/error.c
Fixed warnings generated by clang (run by Per Olofsson).
[cc65] / src / cc65 / error.c
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-03-08 uzNew functions LIWarning and LIError.
2005-11-20 cuzAdd a linefeed after internal compiler error messages
2004-10-10 cuzUse Line only if available
2004-09-16 cuzIntroduce a -E flag that activates just the preprocessor.
2004-06-15 cuzMake the -W flag stackable.
2001-10-12 cuzAdded a missing const
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-03-10 cuzMoved verbose output to a shared module in the common...
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-10-15 cuzError handling cleanup/changes.
2000-10-10 cuzCheck for macro redefinitions that are not identical...
2000-09-14 cuzInitialize translation tables
2000-08-20 cuzWorking on the new parser
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-01 cuzCheck for const in function parameters (first level...
2000-08-01 cuzSome changes in the way, types and type strings are...
2000-07-29 cuzCheck segment in in #pragma for validity
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.
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...