]> git.sur5r.net Git - cc65/history - src
initial check-in
[cc65] / src /
2005-02-17 cuzAdd creation time in the header
2005-02-17 cuzMore comment handling
2005-02-16 cuzAdded new comment feature
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-21 cuzAllow a unary +
2005-01-21 cuzFixed zeropage segment declaration (syntax had changed...
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 (hopefully).
2005-01-09 cuzDon't treat K&R functions as variadic. The standard...
2005-01-09 cuzOutput warnings for implicit int types if std >= C99.
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 info file statement "asminc" that allows to read...
2005-01-08 cuzNew segment attribute ALIGN_LOAD. Some cleanup.
2005-01-06 cuzNew segment APPZP
2004-12-19 cuzSeveral improvements and a few bug fixes
2004-12-18 cuzFixes for the Watcom compiler and some general improvem...
2004-12-16 cuzSome improvements using the new SB_Printf for string...
2004-12-16 cuzUse inttypes.h and the intmax_t/uintmax_t types
2004-12-16 cuzNew module inttypes.h
2004-12-16 cuzFixed another bug
2004-12-16 cuzFixed several bugs
2004-12-15 cuzAdded a basic vsnprintf implementation to work around...
2004-11-27 cuzNew test optimization
2004-11-27 cuzOptimization step that handles load from *ptr++ if...
2004-11-27 cuzHandle static functions correctly with %v.
2004-11-23 cuzFixed a bug in code generation for left shifts
2004-10-26 cuzThe absolute X indirect addressing mode for the 65C02...
2004-10-26 cuzinterruptor is now supported by the runtime
2004-10-14 cuzFixed a bug
2004-10-11 cuzAdded zilog/intel style hex numbers
2004-10-11 cuzChanges for new WINE version
2004-10-10 cuzUse Line only if available
2004-10-10 cuzThe --forget-inc-paths option did not work correctly
2004-10-09 cuzFixed a bug in inlined memcpy
2004-10-09 cuzFixed a escape char const problem
2004-10-08 cuzAdded the builtin config for the lynx game console
2004-10-08 cuzAdded the lynx target
2004-10-08 cuzAdded the lynx target
2004-10-03 cuzAdded SWEET 16 CPU
2004-10-03 cuzAdded new CPU SWEET16
2004-10-03 cuzAdded new CPU SWEET16
2004-09-28 cuzRemoved the shift runtime functions because there calli...
2004-09-23 cuzFixed a typo
2004-09-23 cuzAllow to override CC65_LIB on the command line
2004-09-23 cuzAllow to override CC65_INC on the command line
2004-09-23 cuzFixed bug with braces in initializer lists
2004-09-22 cuzInvalid code was generated for a switch statement with...
2004-09-20 cuzRenamed __IRQFUNC_xxx -> __INTERRUPTOR_xxx
2004-09-20 cuzNew condes type interruptor
2004-09-20 cuzNew condes type interruptor
2004-09-16 cuzFixed a C99ism
2004-09-16 cuzIntroduce a -E flag that activates just the preprocessor.
2004-09-10 cuzFixed a typo
2004-08-16 cuzFixed the definition of the long branch macros to avoid...
2004-08-04 cpgfix comment
2004-08-02 cuzFixed the last fix
2004-08-02 cuzIn a function call for all parameters not covered by...
2004-08-02 cuzNew function PtrConversion
2004-07-29 cuzAdded IsODigit
2004-07-18 cuzFixed inline assembler problems with instructions where...
2004-07-18 cuzImprove handling of files with foreign newline sequences.
2004-07-17 cuzAdd dummy return value to avoid a wcc warning
2004-07-17 cuzRemove exprnode.obj
2004-07-17 cuzFixed problems with unnamed labels
2004-07-11 cuzMake a few params const
2004-07-11 cuzCheck for invalid function names before trying to compa...
2004-07-11 cuzAdded SB_Compare
2004-07-06 cuzA main function not returning an int is not allowed...
2004-07-06 cuzFixed a bug
2004-07-06 cuzCleanup in ShiftExpr.
2004-06-30 cuzChanged shift functions, added info about shift runtime...
2004-06-29 cuzFixed a bug
2004-06-29 cuzRemove shifts from kcalc
2004-06-29 cuzMove shift expression evaluation into a separate module...
2004-06-29 cuzRenaming and cleanup
2004-06-29 cuzSome renaming
2004-06-29 cuzAdded license information preproc.h
2004-06-21 cuzFixed a problem
2004-06-21 cuzThe -A and --ansi switches are gone, together with...
2004-06-15 cuzRemoved the undocumented, obsolete and unused OptDisabl...
2004-06-15 cuzMake the -W flag stackable.
2004-06-15 cuzMake the -O and --codesize options stackable.
2004-06-15 cuzInline assembly can now reference C labels with the...
2004-06-15 cuzSome cleanup
2004-06-10 cuzFixed problems on 64 bit platforms and some other sloop...
2004-06-10 cuzBetter error messages
2004-06-10 cuzFixed a warning
2004-06-10 cuzFixed a bug
2004-06-09 cuzCheck the return code of the submakes (Christian Groessler)
2004-06-09 cuzRenamed ExprLoad to LoadExpr.
2004-06-09 cuzRemoved ExprLoad to LoadExpr.
2004-06-07 cuzCleaned up the code used for handling jump labels and...
2004-06-06 cuzRemoved debug code
next