]> git.sur5r.net Git - cc65/history - src/ld65
Fixed two compiler warnings.
[cc65] / src / ld65 /
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-16 uzFixed a problem with the last change in crt0.s: The...
2010-11-16 uzFixed wrong size of HEADER area. The invalid size had...
2010-11-14 uzLimit RAM area to $CFFF instead of $FFFF.
2010-11-14 uzAdded the first implementation of a linker config suite...
2010-11-14 uzModified the builtin c64 config to force inclusion...
2010-11-13 uzFixed typo in warning message.
2010-11-13 uzForce inclusion of the load address.
2010-11-13 uzFor modules, the ZP memory area must be written to...
2010-11-12 uzAdd an additional file = "" to memory areas that contai...
2010-11-12 uzDefine the __XX_START__ symbol for a memory area earlie...
2010-11-12 uzReworked and improved the SYMBOLS section. The old...
2010-11-10 uzKeep the config file position in a FilePos structure.
2010-11-09 uzOne more place where OutputNameUsed must be flagged.
2010-11-09 uzMerge CfgProcess and CfgAssignSegments because both...
2010-11-09 uzBetter handling of imports in the ExprNode structure.
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-10-02 ol.scExclude (small) stack from RAM memory area (like on...
2010-08-17 uzRenamed the defines in symdefs.h to something more...
2010-08-09 uzChange output for symbols in the debug info file to...
2010-08-09 uzFixed a C99ism.
2010-08-08 uzAnother format change: Record the output file and offse...
2010-08-08 uzMore collection usage. This has also removed the need...
2010-08-08 uzMore collection usage.
2010-08-08 uzReplace more linked lists by collections.
2010-08-08 uzUse collections instead of linked lists to simplify...
2010-08-07 uzSome changes in debug info generation.
2010-08-05 uzOutput version information into the debug file.
2010-08-05 uzCorrected indentation - no code change.
2010-08-05 uzFix relocation of line infos.
2010-08-03 uzDon't output multiple code ranges per line, since this...
2010-08-01 uzBe sure to generate line info for all segments.
2010-08-01 uzChanged a comment
2010-07-31 uzFixed an error in the macro version of HasObjData().
2010-07-31 uzFixed an error: Some of the collections weren't initial...
2010-07-30 uzHandle file position information for fragments differen...
2010-07-30 uzUse collections in the object file structure instead...
2010-05-09 uzRestructured search path handling.
2010-03-23 uzFixed the size of the RAM segment for the CBM610. The...
2010-03-21 uzFor the CBM 510, the stack is not part of RAM. And...
2010-03-21 ol.sc- No more HEAP segment
2010-03-20 uzChanged the size of available RAM so that the last...
2010-03-20 uzAllow escape sequences prefixed by '%' in strings....
2010-03-20 uzChanged the type of CfgSVal to a string buffer and...
2010-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2010-01-17 ol.scDefine HEADER memory area for the EXEHDR segment for...
2009-12-09 uz* Moved the BASIC stub that calls the compiled program...
2009-12-08 uzAn assignment for the ZPSAVE segment was missing in...
2009-10-04 uzAdd .assert actions that aren't evaluated at assembly...
2009-10-01 ol.scMade stacksize user-adjustable on the cmdline. V2.13.0rc2
2009-10-01 uzLynx updates by Karri Kaksonen.
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-29 uzCreate the .inc files before creating the dependency...
2009-09-28 uzMove the version numbers from the interface of the...
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-09-27 uzMake the watcom makefiles a bit more openwatcom compatible.
2009-09-26 uzSeparate the linker config for the apple2enh target...
2009-09-24 uzFixed the config for the CBM510. Because of changes...
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...
next