]> git.sur5r.net Git - cc65/history - src
Allow to set the ProDOS type and auxtype on creating new files in a similiar way...
[cc65] / src /
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-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-11-28 uzAllow to disable the "Result of comparison is constant...
2010-11-25 uzRenamed grc -> grc65.
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-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 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 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-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 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-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.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 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.
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 more test and example code.
2010-08-07 uzImproved info API.
2010-08-07 uzSome changes in debug info generation.
2010-08-06 uzAdd some code that tries to skip unknown keywords that...
2010-08-05 uzThe stuff will not link with Watcom because of vsnprint...
2010-08-05 uzSeveral fixes detected when using another C compiler.
2010-08-05 uzFirst working version with complete API for line inform...
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-03 uzFirst version of a module that reads debug files genera...
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-07-30 uzAdded a new function CollGrow.
2010-07-26 uzMake .DEF, .REF and friends also work with cheap local...
2010-07-11 uzAnother minor improvement in compares.
2010-07-11 uzFixed and improved the code for compares. Before, compa...
2010-07-10 uzFixed an error: A function wasn't converted to a void...
2010-07-10 uzA negative token count for .LEFT was incorrectly adjust...
2010-05-30 uzAdded relative include path handling: The path of an...
2010-05-29 uzCheck for a size of zero in SB_CopyBuf to make the...
2010-05-29 uzDon't ignore empty paths when adding the path of a...
2010-05-28 uzChanged search path logic: Include files are now search...
2010-05-28 uzPushSearchPath will add the path only if it's not alrea...
2010-05-28 uzNew functions PushSearchPath and PopSearchPath.
2010-05-27 uzFix the check for constant static local data, which...
2010-05-09 uzRestructured search path handling.
2010-05-04 uzNew option --bin-include-dir which is passed to the...
2010-05-02 uzAdded a new option --dep-target to the compiler. This...
next