]> git.sur5r.net Git - cc65/history - src
The stuff will not link with Watcom because of vsnprintf, but a makefile is
[cc65] / src /
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...
2010-05-02 uzRestructured the code for better reada- and maintainabi...
2010-05-01 uzAdded --create-dep and --create-full-dep to the cl65...
2010-05-01 uzRewrote the search path routines to use collections...
2010-05-01 uzAdded dependency file generation to the assembler....
2010-05-01 uzChanged generation of makefile dependencies:
2010-04-29 uzMore preparations for an extension of the calling conve...
2010-04-25 uzChange the OptStackOps function so that it adjusts...
2010-04-22 uzRemember the type of the input file. This may be used...
2010-04-18 uzImplemented new .PUSHCPU and .POPCPU commands.
2010-04-18 uzAdded several functions to the intstack module.
2010-04-17 uzAdded while loop inversion.
2010-04-10 uzReverted part of change 4108 that prevented an optimiza...
2010-04-09 uzAdded the cdecl keyword
2010-03-23 uzMore strcmp inlining.
2010-03-23 uzFixed the size of the RAM segment for the CBM610. The...
2010-03-22 uzInline some occurances of strcmp.
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-21 uzFixed an optimizer problem.
2010-03-20 uzReenable compile time evaluation of strlen for string...
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-03-14 uzFixed two issues with macros:
2010-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2010-01-31 uzFixed open mode for second try in DoIncBin (Greg King).
2010-01-25 uzAdded a separate include search path for binary include...
2010-01-20 uzFixed a problem in the optimizer function that rewrites...
2010-01-17 ol.scDefine HEADER memory area for the EXEHDR segment for...
2009-12-30 uzIgnore unknown preprocessor directives in an #if group... V2.13.1
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-12-08 uzNew option and #pragma --local-strings that causes...
2009-12-06 uzRelax header checking somewhat, so second source fonts...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-12-05 uzFixed problem with last change. Wide string constants...
2009-12-04 uzCreate one literal pool per function, so that literal...
2009-12-04 uzMove global segment creation to a better place in source.
2009-12-02 uzMakefile patch contributed by Greg King:
2009-11-24 uzIn case of parse errors for structs, don't just set...
2009-11-24 uzFix a problem with error handling: The E_HAVE_MARKS...
2009-11-24 uzSupport for the HuC6280 (CPU of the PC Engine) contribu...
2009-11-12 uzPrepare for reading keypresses from the X server.
2009-11-02 uzDo not use a separate byte for an END opcode, instead...
2009-11-02 uzAdded macros for jumps after unsigned compares to the...
2009-11-01 uzSome small format changes. Output name is input name...
2009-10-31 uzWrote the actual conversion. Still untested.
2009-10-31 uzFixed a problem introduced with the last change.
2009-10-31 uzFixed a problem with OptJumpTarget3. In a loop over...
2009-10-30 uzFile reading, verification and comments.
2009-10-30 uzAdded the chrcvt vector font converter to the top level...
2009-10-30 uzCreated the skeleton of the vector font converter.
2009-10-29 uzAllow fully scoped labels and constants instead of...
2009-10-26 uzAdded another optimization step.
2009-10-26 uzFixed a bug in the last change. For variables that...
2009-10-24 uzRemoved an unused table.
2009-10-23 uzRearranged/duplicated optimization steps to generate...
2009-10-23 uzRestructured parts of locals.c. This will also fix...
2009-10-20 uzFixed a problem with bit-fields: Values spanning more...
2009-10-19 uzThe CodeEntry buffer array was one entry to small.
2009-10-19 uzAdded another optimization step.
2009-10-19 uzAdded a makefile for cc65 for testing purposes.
2009-10-19 uzAdded missing definitions, fixed copy&paste errors...
2009-10-19 uzRemove __CC65__ since it doesn't support all attributes...
2009-10-19 uzMark an unsed parameter as unused. __attribute__ also...
2009-10-19 uzRenamed attribute handling functions. Added SymHasAttr().
2009-10-18 uzChanged handling of attributes to a more generic form...
2009-10-18 uzFixed the existing but unused attribute parsing code...
2009-10-15 uzSome cleanup in the code generator. Added a g_drop...
2009-10-15 uzWarn when structs are passed by value to a function.
next