]> git.sur5r.net Git - cc65/history - src/ar65
Replaced three function calls with one.
[cc65] / src / ar65 /
2013-04-27 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-04-07 Oliver SchmidtNo copyright message here.
2013-04-07 Oliver SchmidtAllow for warning-free build of ar65 with MS VC on...
2012-06-07 uzIn error or warning messages, output the name of the...
2012-04-03 uzUse the replacement function to set file times.
2012-04-01 uzUse the new FileStat function to get correct file modif...
2011-08-21 uzWrite spans out in a separate object file section....
2011-08-18 uzAdapt to changed information in the object files.
2011-08-12 uzTracked rename of hashstr -> hashfunc.
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-01-28 uzChange how data is stored in the library. To simplify...
2011-01-28 uzNo need to specify explicit paths in #include statements.
2011-01-28 uzUse routine from common library instead of separate...
2011-01-28 uzSimplify things using collections. Some more generic...
2011-01-27 uzAdapted to changes in the object file format.
2010-11-08 uzSeparate processing the linker config file into two...
2010-11-07 uzPatch to correct the linkorder in the make files to...
2010-08-17 uzRenamed the defines in symdefs.h to something more...
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 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
2003-11-28 cuzExtend the object code format by adding a (currently...
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-06-06 cuzAdded assertions
2003-05-25 cuzChanged the object file and library format. There is...
2002-12-14 cuzDid some renaming and cleanup: Renamed EXPR_SEGMENT...
2002-12-12 cuzConverted all Watcom makefiles to use GNU make
2002-11-25 cuzAdjusted the copyright string
2001-09-15 cuzFixed a few compiler warnings
2001-09-13 cuzAdded the CBM510 as a new target system
2001-05-23 cuzAdded line infos
2001-03-10 cuzMoved verbose output to a shared module in the common...
2001-03-09 cuzAdded command line response files
2001-01-05 cuzChanged the makefiles to work under OS/2 using EMX...
2000-11-20 cuzDebugging the condes support
2000-11-20 cuzWorking on the condes feature
2000-11-19 cuzMingW fixes
2000-08-03 cuzFixed a typo
2000-08-02 cuzAdded a method to write variable sized unsigned values...
2000-08-01 cuzRemove remaining stuff from the old CHECK macros
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-29 cuzAdd common dir in more search paths
2000-07-28 cuzAdd the include dir
2000-07-27 cuzUse gcc attribs
2000-07-15 cuzRemoved duplicate variable ProgName
2000-06-14 cuzInitialize command line to make ProgName valid
2000-06-14 cuzMove stuff into the common directory
2000-06-09 cuzVC++ fixes
2000-05-28 uzThis commit was generated by cvs2svn to compensate...