]> git.sur5r.net Git - cc65/history - src/cc65/compile.c
Fixed a bug
[cc65] / src / cc65 / compile.c
2004-03-07 cuzMade several options that can be changed by #pragmas...
2003-08-13 cuzMore optimizations
2003-05-27 cuzFixed an include file search order problem
2003-02-19 cuzFixed problem with array forward decl
2003-01-20 cuzFixed the last fix. Sigh:-(
2003-01-20 cuzFixed the last fix. Sigh:-(
2003-01-20 cuzThe check for illegal storage classes on globals was...
2003-01-04 cuzMove the Debug flag into a new module "debugflag" in...
2002-11-24 cuzReenable register variables
2002-10-14 cuzFixed a buffer overflow (report from Christian Groessler).
2002-09-23 cuzAdded the __DATE__ and __TIME__ preprocessor macros
2001-09-09 cuzMove inline asm parsing into a separate module
2001-09-06 cuzRenamed some functions for better readbility.
2001-05-22 cuzAdded .dbg statement generation for the assembler
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-05-03 cuzWorking on the new backend
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2000-12-04 cuzMinor rearrangements to make the code more robust in...
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-01 cuzSome changes in the way, types and type strings are...
2000-08-01 cuzMoved the check module to the common dir.
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.