]> git.sur5r.net Git - cc65/history - src/co65
Avoid paths in .include directives. The path needs to be rather set in the Makefile...
[cc65] / src / co65 /
2011-09-04 uzFixed an error: The output file shouldn't be opened...
2011-05-01 uzRemoved unnecessary \n's in calls to Error().
2010-11-07 uzPatch to correct the linkorder in the make files to...
2009-09-29 uzReplace tabs by spaces in file lists.
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-02-08 uzMakefile cleanup. Among other things, allow use of...
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-03-25 cuzFixed a typo
2005-03-25 cuzNo output when using wstrip
2005-03-24 cuzOutput the help text to stdout
2005-02-14 cuzSuppress wine debug output
2005-01-21 cuzFixed zeropage segment declaration (syntax had changed...
2004-10-14 cuzFixed a bug
2004-10-11 cuzChanges for new WINE version
2003-11-02 cuzConvert the watcom makefiles for use with wine under...
2003-10-10 cuzRemove a watcom warning
2003-10-10 cuzFixed tab problem
2003-08-20 cuzUse $(RM) instead of rm -f
2003-08-14 cuzAdd gcc attributes
2003-02-12 cuzMinor cleanup
2003-02-11 cuzWorking
2003-02-11 cuzWorking
2003-02-11 cuzFix memory area start symbol
2003-02-08 cuzWorking
2003-02-08 cuzOutput statistics if -v given
2003-02-08 cuzFirst import