]> git.sur5r.net Git - cc65/history - src/cc65/input.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cc65 / input.c
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-04-01 uzUse the new FileStat function to get correct file modif...
2011-12-05 uzWhen generating the dependency file, escape spaces...
2010-05-29 uzDon't ignore empty paths when adding the path of a...
2010-05-28 uzChanged search path logic: Include files are now search...
2010-05-09 uzRestructured search path handling.
2010-05-02 uzAdded a new option --dep-target to the compiler. This...
2010-05-01 uzChanged generation of makefile dependencies:
2010-04-22 uzRemember the type of the input file. This may be used...
2009-10-11 uzRemoved an unused function.
2006-01-20 cuzFixed a problem with files that don't end with a newline
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-06-08 cuzFixed a bug: Compiling an empty source file led to...
2004-09-16 cuzIntroduce a -E flag that activates just the preprocessor.
2003-06-03 cuzAdded debugging output
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.