]> git.sur5r.net Git - cc65/history - src/cc65/preproc.c
Fixed initializers for standard behaviour (hopefully ok now)
[cc65] / src / cc65 / preproc.c
2002-12-11 cuzFixed a bug that occurred when using // comments at...
2002-09-29 cuzRedoing the pragma stuff
2002-09-25 cuzChanged a function name
2002-03-06 cuzLast fix was not correct according to the standard
2002-03-06 cuzBug fixed: The preprocessor # operator did not work...
2002-02-18 cuzAdd #pragma charmap()
2001-12-12 cuzAllow comments inside of macro calls that are spread...
2001-09-15 cuzFixed a few warnings
2001-09-07 cuzRemoved an invalid data access.
2001-09-06 cuzRenamed some functions for better readbility.
2001-07-17 cuzMore renaming. Remove the case label limit by using...
2001-07-17 cuzRenamed struct expent
2001-07-14 cuzWork around a problem with the #if hack in the preprocessor
2001-03-10 cuzMoved verbose output to a shared module in the common...
2001-01-05 cuzUse IsQuote instead of IsQuoteChar
2001-01-05 cuzUse chartype.h instead of ctype.h
2000-10-15 cuzError handling cleanup/changes.
2000-10-10 cuzCheck for macro redefinitions that are not identical...
2000-07-18 cuzFixed some gcc warnings
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...