]> git.sur5r.net Git - cc65/history - src/cl65/main.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cl65 / main.c
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-07 Oliver SchmidtMerge pull request #7 from greg-king5/config-buf
2013-05-07 Oliver SchmidtMerge pull request #6 from greg-king5/forget-path
2013-05-07 Greg KingRemoved useless command-line option. 6/head
2013-05-06 Oliver SchmidtHave cl65 run the binaries from its own directory.
2013-04-27 Oliver SchmidtNo copyright message here.
2013-04-27 Oliver SchmidtIf an Amiga specific spawnvp() is the only alternative...
2013-04-09 Oliver SchmidtAllow for warning-free build of cl65 with MS VC on...
2012-02-21 uzAdded new cl65 options -Wc and --cc-args.
2012-02-09 uzRemove the check for the target system. It is checked...
2012-02-09 uzPass the target to the geos resource compiler.
2011-12-28 uzAdded TGT_GEOS_CBM and TGT_GEOS_APPLE.
2011-08-30 uzThe geos resource compiler was still called by its...
2011-05-09 uzFixed typoes in cl65's --help message. By Greg King.
2011-05-01 uzFixed an error in the last change: Arguments for option...
2011-05-01 uzFix problem with changed syntax of option -W for the...
2011-02-06 uzThe assembler options -l and --listing will now take...
2010-11-13 uzFix order of command line arguments: -o should precede...
2010-05-04 uzNew option --bin-include-dir which is passed to the...
2010-05-02 uzAdded a new option --dep-target to the compiler. This...
2010-05-02 uzRestructured the code for better reada- and maintainabi...
2010-05-01 uzAdded --create-dep and --create-full-dep to the cl65...
2009-09-28 uzMove the version numbers from the interface of the...
2009-08-28 uzAdded -u as an alias for --force-import. Updated comman...
2009-08-27 uzAdded the --force-import option also to the cl65 utility.
2009-07-31 uzThere's no longer a need to link in the startup file...
2005-08-24 cuzFixed the copyright message
2005-08-12 cuzAdd new options to usage info
2005-08-12 cuzAdded new -Wa and -Wl options to pass options to the...
2005-03-24 cuzOutput the help text to stdout
2004-10-10 cuzThe --forget-inc-paths option did not work correctly
2004-06-21 cuzThe -A and --ansi switches are gone, together with...
2004-05-10 cuzNew --list-bytes option
2004-03-20 cuzNew option --list-targets
2004-01-22 cuzFixed a bug
2003-11-25 cuzPass the memory model to the compiler
2003-11-24 cuzNew --memory-model option
2003-08-12 cuzNew --config directive passed to the linker
2003-08-03 cuzNew option --forget-inc-paths
2003-07-16 cuzNew option --asm-define
2003-06-03 cuzAdded new ld65 options
2003-05-30 cuzUse the new filetype module
2003-02-12 cuzAdd more co65 options
2003-02-08 cuzAdded capability to conver o65 object files by using...
2002-11-26 cuzAdd compiler options for register variables
2002-11-25 cuzMake the spawn module an include file as suggested...
2002-11-25 cuzAdjusted the copyright string
2002-07-11 cuzOutput the command line for sub-processes when -d is...
2002-07-11 cuzFixed usage output
2002-07-11 cuzFixed a typo
2002-04-25 cuzMore changes for module support
2002-04-25 cuzAdded support for modules
2001-10-02 cuzReordered usage output
2001-09-30 cuzUse __attribute ((unused)) instead of -Wno-unused-parameter
2001-09-26 cuzAdded new command line options, one bug fixed
2001-09-15 cuzFixed a few warnings
2001-03-10 cuzMoved verbose output to a shared module in the common...
2001-03-09 cuzAdded command line response files
2000-11-22 cuzNew --cpu command line switch
2000-11-19 cuzMingW fixes
2000-10-20 cuzAdd the default libraries if both, a target and a confi...
2000-09-02 cuzFixed the help text
2000-09-02 cuzAdded -l and --listing options.
2000-09-02 cuzAdded .a65 as an assembler extension
2000-09-02 cuzAdded the --feature option
2000-08-24 cuzNew long option: --start-addr
2000-08-23 cuzRemove checks for an argument in the option handling...
2000-08-23 cuzSimplify target handling, use common modules
2000-08-21 cuzSet the target system also for the assembler
2000-07-18 cuzFixed a gcc warning
2000-07-15 cuzChange intermediate file name for grc from .ss to .s
2000-06-25 cuzCheck for duplicate files in an argument list and print...
2000-06-22 cuzAdded support for geos resource files
2000-06-14 cuzUse stuff from the common dir
2000-06-09 cuzVC++ fixes
2000-05-29 cuzAdded long options. Added --asm-include-dir to set...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...