]> git.sur5r.net Git - cc65/history - src/cl65
Merge pull request #334 from cacciatc/standard-versioning
[cc65] / src / cl65 /
2016-08-14 Oliver SchmidtMerge pull request #334 from cacciatc/standard-versioning
2016-08-12 Chris CacciatoreAll programs print version and exit successfully. 334/head
2016-06-03 Oliver SchmidtAdded --print-target-path option.
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-02-27 Bob AndrewsMerge pull request #238 from mrdudz/gamate
2016-02-27 Bob AndrewsMerge pull request #241 from blackystardust/c128-functi...
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-12-27 polluksAmiga support #192
2015-09-24 Oliver SchmidtMerge pull request #177 from mrdudz/pcenginetarget
2015-09-06 Oliver SchmidtMerge pull request #205 from greg-king5/typo
2015-09-06 Greg KingFixed the " til " typos. 205/head
2015-09-04 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-08-31 Oliver SchmidtMerge pull request #203 from greg-king5/multi-comments
2015-08-30 Greg KingChanged multi-line C comments in files that I missed... 203/head
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-05 Oliver SchmidtSupport both MinGW and MinGW-w64.
2014-03-04 Oliver SchmidtChanged Makefile.inc handling.
2014-03-04 Oliver SchmidtNormalized code.
2014-03-03 Oliver SchmidtRemoved unused header.
2014-03-03 Oliver SchmidtAdjusted spawn files to recent change II.
2014-03-03 Oliver SchmidtAdjusted spawn files to recent change.
2014-03-03 Oliver SchmidtImprove MinGW support.
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 SchmidtReplaced whole bunch for Makefiles with a single generi...
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-11-07 uzPatch to correct the linkorder in the make files to...
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-29 uzFixes for the watcom makefiles:
2009-09-29 uzUse "override" when appending to CFLAGS, so this works...
2009-09-28 uzMove the version numbers from the interface of the...
2009-09-27 uzMake the watcom makefiles a bit more openwatcom compatible.
2009-09-24 uzChange the makefiles so that CFLAGS that are special...
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...
2009-02-08 uzMakefile cleanup. Among other things, allow use of...
2008-08-05 uzDoneStrBuf -> SB_Done (Stefan Haubenthal).
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-11-20 cuzAutodetect the Amiga when compiling
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-25 cuzNo output when using wstrip
2005-03-24 cuzOutput the help text to stdout
2005-02-14 cuzSuppress wine debug output
2004-10-11 cuzChanges for new WINE version
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-28 cuzUpdate by Stefan Haubenthal
2003-11-25 cuzPass the memory model to the compiler
2003-11-24 cuzNew --memory-model option
2003-11-02 cuzConvert the watcom makefiles for use with wine under...
2003-08-20 cuzUse $(RM) instead of rm -f
2003-08-14 cuzAdded gcc attributes
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-12-12 cuzConverted all Watcom makefiles to use GNU make
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-05-27 cuzFixed a typo
2002-05-22 cuzRenamed spawn.c -> spawn-unix.c
2002-04-25 cuzMore changes for module support
2002-04-25 cuzAdded support for modules
next