]> git.sur5r.net Git - cc65/history - src/ld65
Since we have now builtin search paths, we need to be able to forget them,
[cc65] / src / ld65 /
2009-09-24 uzChange the makefiles so that CFLAGS that are special...
2009-09-22 uzChanged search paths to use subdirectories of CC65_HOME...
2009-09-22 uzNew linker config for the VIC-20 with 32K cartridge...
2009-09-20 uzOliver added a comment to the Apple2 linker config.
2009-09-19 uzAdditional linker configs for the Apple by Oliver Schmidt.
2009-09-18 uzRemoved the - now unused - empty builtin configuration...
2009-09-18 uzChange search paths for the linker.
2009-09-18 uzRenamed some additional (not builtin) linker configs.
2009-09-18 uzRemoved the (unused and probably non-working) config...
2009-09-13 uzRemoved the ace target. It didn't have a linker config...
2009-09-12 uzSearch config files also in the builtin search director...
2009-08-28 uzAdded -u as an alias for --force-import. Updated comman...
2009-08-27 uzAdded a new "--force-import" command line option to...
2009-08-04 cpgintroduce STARTUP segment to Atari platform
2009-07-28 uzThe "inc" target needed for the snapshot build script...
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...
2008-07-15 cuzMove zpsave into its own segment to decrease the execut...
2008-07-04 cpgadd "define=yes" for ZPSAVE segment, since it's needed...
2008-07-03 cuzMoved the data that keeps a copy of the used zero page...
2008-03-31 cuzFixed another problem with the macros.
2008-03-31 cuzFixed bugs in the macro versions of the GetStringId...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2008-03-16 cuzOliver Schmidt updated the graphics drivers and part...
2007-08-30 cuzRenamed the Val field to IVal to allow values of other...
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-12-02 cuzSmall map file string fix
2005-11-22 cuzA BSS segment with an alignment, that is written to...
2005-09-14 cuzUse the new linker features in apple2.cfg. This makes...
2005-08-29 cpgadd "define=yes" for CODE segment
2005-08-24 cuzFixed the copyright message
2005-08-07 cpgadd __RESERVED_MEMORY__
2005-07-29 cpgadd TRAILER; calculate RAM size depending on start...
2005-07-29 cuzFixed a bug
2005-07-28 cuzFixed a bug
2005-07-28 cuzAdded simple expressions for the config file
2005-07-26 cuzAdded symbol definitions on the command line and weak...
2005-07-24 cuzNew syntax for symbols
2005-07-24 cpgset RAM start address to %S; add STARTADDRESS
2005-07-22 cpgadd EXTZP segment
2005-04-21 cuzInterruptor support for all systems.
2005-03-31 cpgadd "define = yes" to LOWCODE, remove it from INIT...
2005-03-30 cuzFixed numeric OS ids. Added new OS OPENCBM
2005-03-30 cuzMinor changes requested by Oliver Schmidt
2005-03-26 cuzAdded library groups
2005-03-25 cuzNo output when using wstrip
2005-03-24 cuzOutput the help text to stdout
2005-03-24 cuzAdded the INIT segment
2005-02-26 cuzMove the constructor tables into the INIT segment
2005-02-25 cuzAdded the new INIT segment to all configs and adjusted...
2005-02-14 cuzSuppress wine debug output
2005-02-14 cuzAllow numeric OS types in the config file
2005-01-23 cuzIn case of memory area overflows, generate a short...
2005-01-20 cuzBetter error message when a file is not found in the...
2005-01-14 cuzRecoded the last change
2005-01-14 cuzFixed a bug (Report from Greg King)
2005-01-09 cuzFixed a bug: If all output data was discarded (by using...
2005-01-08 cuzMore CfgName issues.
2005-01-08 cuzFixed several places were CfgName was used directly...
2005-01-08 cuzReplace obsolete "wprot" segment type by "ro".
2005-01-08 cuzNew segment attribute ALIGN_LOAD. Some cleanup.
2005-01-06 cuzNew segment APPZP
2004-10-26 cuzinterruptor is now supported by the runtime
2004-10-11 cuzChanges for new WINE version
2004-10-08 cuzAdded the builtin config for the lynx game console
2004-09-23 cuzAllow to override CC65_LIB on the command line
2004-09-20 cuzRenamed __IRQFUNC_xxx -> __INTERRUPTOR_xxx
2004-09-20 cuzNew condes type interruptor
2004-08-04 cpgfix comment
2004-06-02 cuzFixed a bug
2004-05-31 cuzLoad programs at 13:5900 instead of 00
2004-05-12 cuzBetter error messages
2004-03-23 cuzAdded an interrupt facility similar to that on the...
2004-03-11 cuzNew target APPLE2ENH
2003-12-30 cuzImproved PET-II support
2003-12-22 cuzFixed a watcom warning
2003-12-22 cuzWe cannot build the inc files from windows/wine
2003-12-22 cuzGenerate the inc files
2003-12-22 cuzFixed a typo
2003-12-20 cuzConfig changes for improved 610 support
2003-12-13 cuzChanged format of debug info file
2003-12-12 cuzIgnore generated file supervision.inc
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-23 cuzRemoved the EXPR_FORCE... ops
2003-11-12 cuzSpecial config for use with the TGI driver added
2003-11-12 cuzCosmetic changes
2003-11-11 cuzNew DumpExpr signature
2003-11-10 cuzRenamed expression ops for better readability
2003-11-09 cuzImproved an error message in case of invalid input...
2003-11-09 cuzFixed a bug
2003-11-07 cuzWorking on better 65816 support
2003-11-02 cuzConvert the watcom makefiles for use with wine under...
2003-10-28 cuzAdded additional config files for supervision. These...
2003-10-23 cpgchanges from Stefan A. Haubenthal
2003-10-17 cuzChange debug file format
2003-10-10 cuzNew target: supervision
2003-09-27 cuzAdded handling of memory areas references in expression...
2003-09-14 cuzMore debug file output
2003-08-27 cuzFixed a bug
2003-08-20 cuzUse $(RM) instead of rm -f
next