]> git.sur5r.net Git - cc65/history - src/cc65/main.c
New option and #pragma --local-strings that causes string literals to be
[cc65] / src / cc65 / main.c
2009-12-08 uzNew option and #pragma --local-strings that causes...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-10-08 uzRewrote handling of the -W command line option. It...
2009-10-08 uzUse the new InvArg() function.
2009-09-28 uzMove the version numbers from the interface of the...
2009-09-13 uzRemoved the ace target. It didn't have a linker config...
2009-09-01 uzTerminate after printing the version number when -V...
2009-08-31 uzPrint the SVN version number when -V or --version is...
2009-08-31 uzFixed a copy&paste error in a comment.
2009-02-23 uzAdded a separate output module that is used to manage...
2005-08-31 cuzAdded HuC6280 cpu (will be treated as a 65C02)
2005-03-24 cuzOutput the help text to stdout
2004-10-08 cuzAdded the lynx target
2004-10-08 cuzAdded the lynx target
2004-09-16 cuzIntroduce a -E flag that activates just the preprocessor.
2004-06-21 cuzThe -A and --ansi switches are gone, together with...
2004-06-15 cuzRemoved the undocumented, obsolete and unused OptDisabl...
2004-06-15 cuzMake the -W flag stackable.
2004-06-15 cuzMake the -O and --codesize options stackable.
2004-06-02 cuzRewrote code generation for the strlen standard functio...
2004-05-10 cuzAdd 6502X cpu
2004-05-02 cuzMore output when using -v.
2004-03-11 cuzNew target APPLE2ENH
2004-03-08 cuzAllow push/pop arguments for segment name #pragmas
2004-03-07 cuzMade several options that can be changed by #pragmas...
2003-11-29 cuzUse smart mode, allow more CPUs, fix CPU dependent...
2003-11-29 cuzMemory model additions
2003-11-25 cuzNew --memory-model switch
2003-10-10 cuzNew target supervision
2003-08-07 cuzSome CPU definition changes
2003-08-03 cuzNew option --forget-inc-paths
2003-06-11 cuzImprove help output
2003-05-27 cuzFixed an include file search order problem
2003-05-02 cuzAdd __NES__ #define
2003-05-01 cuzMoved CPU definition into common/
2003-02-08 cuzValidSegName now defined in segnames.h
2003-01-04 cuzMove the Debug flag into a new module "debugflag" in...
2002-11-28 cuzMove the ValidSegName function into common (segdefs)
2002-11-26 cuzNew --register-space option
2002-11-24 cuzReenable register variables
2002-11-21 cuzNew target c16
2002-08-07 cuzAdded VIC20 port changes from Steve Schmidtke
2002-06-03 cuzNew target: oric atmos
2002-04-25 cuzAdd the 'module' target
2001-12-01 cuzAdded/completed/debugged o65 support for Lunix
2001-10-11 cuzAnother signedness fix
2001-09-30 cuzMore source splitting.
2001-09-26 cuzCommand line options cleanup
2001-09-13 cuzAdded the Commdore 510 target system
2001-09-06 cuzRenamed some functions for better readbility.
2001-07-30 cuzMake --list-opt-steps exclusive
2001-07-29 cuzAllow enabling/disabline optimizer steps by file
2001-05-24 cuzCosmetic changes
2001-05-22 cuzAdded .dbg statement generation for the assembler
2001-05-21 cuzWorking
2001-05-09 cuzAdded backend optimizations
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...