]> git.sur5r.net Git - cc65/shortlog
cc65
2011-01-09 uzAdded new .FATAL pseudo op.
2011-01-05 ol.scAllow to set the ProDOS type and auxtype on creating...
2011-01-05 uzWhen replaying a token list, be sure to zero terminate...
2011-01-04 uzMore changes by Karri Kaksonen.
2011-01-04 uzWhen collecting tokens to be repeated inside of a ...
2010-12-30 uzPatch by Gary Wong: The smbx and rmbx instructions...
2010-12-30 uzFix consecutive false errors when a label without a...
2010-12-30 uzBug fixes by Karri Kaksonen.
2010-12-29 uzLynx update including file routines that access a file...
2010-12-29 uzIn the generated assembly file, add import statements...
2010-12-22 uzLatest versions of startup code and config by Karri...
2010-12-21 cpgset required memory for graphics mode 28 to 162 instead...
2010-12-20 uzNew versions that match the current TGI API by Karri...
2010-12-19 uzAdded an implementation of toascii() for the Lynx,...
2010-12-04 uzFixed order of -o and -t on the linker command line.
2010-12-04 uzReorder -o and -t on the linker command line.
2010-11-29 uzDocument that -t changes not only the character transla...
2010-11-28 uzAllow to disable the "Result of comparison is constant...
2010-11-25 uzAdded kernal replacement routines for RDTIM and SETTIM.
2010-11-25 uzRenamed grc -> grc65.
2010-11-24 silverdrignore property modified to reflect the current name...
2010-11-20 silverdrsvn access test only
2010-11-18 uzRenamed grc -> grc65.
2010-11-18 uzIn docs for -t: Fixed duplicate target entry for "atmos...
2010-11-18 uzRenamed grc to grc65 to avoid name conflicts with anoth...
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-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-16 uzRemoved some left over debug output
2010-11-15 uzRemoved the code that checks for valid/invalid chars...
2010-11-14 uzDocs for new c64-asm.cfg.
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-14 uzAs a test, remove the SYS header from the startup code...
2010-11-14 uzAdded a module that contains a small basic stub (SYS...
2010-11-14 ol.scFixed typos.
2010-11-13 uzFix order of command line arguments: -o should precede...
2010-11-13 uzFixed typo in warning message.
2010-11-13 uzForce inclusion of the load address.
2010-11-13 uzRemove the load address since it's supplied in its...
2010-11-13 uzNew module that contains the load address expected...
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-12 uzMake the Name and Col fields unsigned instead of short.
2010-11-11 uzmake.sgml has been renamed to using-make.sgml.
2010-11-10 ol.scAvoid name conflict with 'make.info'.
2010-11-10 uzKeep the config file position in a FilePos structure.
2010-11-10 uzAdded a static initializer for struct FilePos.
2010-11-10 uzSegNum has been renamed to SecNum.
2010-11-09 uzOne more place where OutputNameUsed must be flagged.
2010-11-09 uzFixed order of options in call to ld65, which became...
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-11-02 uzFixed register info for several runtime functions....
2010-10-30 uzIgnore some automatically generated files.
2010-10-29 cpgreally use default drive
2010-10-29 cpg__defdev is not dependent on DYNAMIC_DD
2010-10-29 cpgfix for files with no extension
2010-10-28 cpgadd Atari version
2010-10-28 cpgadd posixdirent.s by Stefan Haubenthal
2010-10-28 cpgsome fixes
2010-10-28 cpginitial version by Stefan A. Haubenthal
2010-10-10 uzAdded missing drivers.
2010-10-02 ol.scAdded CH_ENTER define.
2010-10-02 ol.scAccording to a recent discussion CH_ENTER should genera...
2010-10-02 uzFix parsing of push/pop so that #pragma warn works...
2010-10-02 uzMake the warning "statement has no effect" switchable.
2010-10-02 ol.scNow that we reduce the size of the RAM memory area...
2010-10-02 ol.scUser linker generated symbols for stack placement ...
2010-10-02 ol.scExclude (small) stack from RAM memory area (like on...
2010-08-24 uzFixed problem with last change: Static declaration...
2010-08-23 uzAllow initialization of variables declared with "extern".
2010-08-17 uzUpdated GEOS TGI driver by Maciej Witkowiak.
2010-08-17 uzuse ReadVar to read the type. This doesn't make a diffe...
2010-08-17 uzInclude information about the type of the symbol in...
2010-08-17 uzRenamed the defines in symdefs.h to something more...
2010-08-17 uzDebug symbolid for each symbol that goes into the debug...
2010-08-17 uzSF_INDEXED is no longer needed.
2010-08-17 uzRename symbol index => import id because that's what...
2010-08-17 uzMaintain some additional information for scopes. Write...
2010-08-11 uzBumped the year in the copyright notice. It hasn't...
2010-08-11 uzNew function cc65_symbol_inrange. Fixed an error in...
2010-08-09 uzFirst support for symbols - mostly untested.
2010-08-09 uzStart adding (limited) support for symbols.
2010-08-09 uzChange output for symbols in the debug info file to...
2010-08-09 uzMove the collection containing all line infos into...
2010-08-09 uzAdd 'extern "C"' so the module may be used from C+...
2010-08-09 uzAdded some more checks and initialization.
2010-08-09 uzFixed a C99ism.
2010-08-08 uzMajor changes: Names of structures, fields and subrouti...
2010-08-08 uzAnother format change: Record the output file and offse...
2010-08-08 uzAllow access to segment information.
next