]> git.sur5r.net Git - cc65/history - src/cc65/main.c
Working on the new backend
[cc65] / src / cc65 / main.c
2001-05-05 cuzWorking on the new backend
2001-05-04 cuzWorking on the new backend
2001-05-03 cuzWorking on the new backend
2001-05-01 cuzWorking on the new backend
2001-04-28 cuzRewriting the backend
2001-03-24 cuzAllow a more exact specification which growth factor...
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2001-03-20 cuzHelp text alignment was wrong
2001-03-19 cuzAdded new option and pragma to generate calls to a...
2001-03-10 cuzMoved verbose output to a shared module in the common...
2001-03-09 cuzAdded command line response files
2001-01-05 cuzUse chartype.h instead of ctype.h
2000-11-30 cuzReplaced the unused NES target by BBC
2000-10-15 cuzError handling cleanup/changes.
2000-09-14 cuzInitialize translation tables
2000-09-01 cuzRewrote the input file management.
2000-08-23 cuzThe checks if there is an argument are not needed since...
2000-08-23 cuzNo need to check/set Target
2000-08-23 cuzMove target handling and character set translation...
2000-07-29 cuzMoved segment name handling into a separate module.
2000-06-22 cuzFixed usage text
2000-06-22 cuzNew long option: --debug
2000-06-22 cuzChanged usage information text
2000-06-14 cuzNew long option --static-locals
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-14 cuzNew option --add-source
2000-06-14 cuzFix problematic code. Use more stuff from the shared...
2000-06-14 cuzSome basic support for the 65C02 CPU.
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-05-30 cuzChange the implementation of Add() so it won't modify...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...