]> git.sur5r.net Git - cc65/history - src/cc65/preproc.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cc65 / preproc.c
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-01-20 uzReverted some errorneously committed changes which...
2012-01-20 uzFixed a problem reported by Greg King. structs returned...
2010-05-09 uzRestructured search path handling.
2010-03-14 uzFixed two issues with macros:
2009-12-30 uzIgnore unknown preprocessor directives in an #if group... V2.13.1
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-01-24 uzFixed a problem with recursive macro expansions. They...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2007-08-31 cuzPreprocess the remainder of the line in a #include...
2007-08-28 cuzAdded #warning (suggestion by Rudolf Schubert).
2006-05-29 cuzTerminate the line containing the #if expression before...
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-07-26 cuzMinor changes to the variadic macro feature. Added...
2005-07-24 cuzAdded C99 variadic macros
2004-09-16 cuzFixed a C99ism
2004-09-16 cuzIntroduce a -E flag that activates just the preprocessor.
2004-06-29 cuzRenaming and cleanup
2004-06-29 cuzAdded license information preproc.h
2004-06-21 cuzThe -A and --ansi switches are gone, together with...
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2003-10-08 cuzFixed a bug
2003-09-01 cuzIncrease the number of recursive macro expansions
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...