]> git.sur5r.net Git - cc65/history - src/cc65/main.c
Replaced the unused NES target by BBC
[cc65] / src / cc65 / main.c
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...