]> git.sur5r.net Git - cc65/history - src/cc65
Allow to set the ProDOS type and auxtype on creating new files in a similiar way...
[cc65] / src / cc65 /
2004-05-02 cuzThe type parser didn't check bounds for the type string...
2004-05-02 cuzMore output when using -v.
2004-03-19 cuzFixed a bug
2004-03-19 cuzFixed a bug
2004-03-18 cuzOutput a warning for a call to memset with a count...
2004-03-15 cuzOptimization for __bzero.
2004-03-14 cuzRemoved a useless function call
2004-03-14 cuzRemoved obsolete comment
2004-03-13 cuzFixed a bug: The volatile keyword was not accepted...
2004-03-11 cuzNew target APPLE2ENH
2004-03-08 cuzAllow push/pop arguments for segment name #pragmas
2004-03-07 cuzRenamed IS_Pop to IS_Drop
2004-03-07 cuzMade several options that can be changed by #pragmas...
2004-03-02 cuzAdded missing 'simple escape sequences'
2004-03-02 cuzFixed a bug: Octal character constants were not handled...
2004-03-02 cuzSB_GetNumber didn't handle a sign correctly
2004-03-02 cuzAdded missing 'simple escape sequences'
2004-03-02 cuzMove the expression test code into separate modules.
2003-12-21 cuzFixed a weird bug. Some special where found to be regis...
2003-12-21 cuzAssume numeric subroutines use anything and change...
2003-12-21 cuzFixed wrong assumptions in the optimizer when subroutin...
2003-12-09 cuzA continue statement within a do loop did not work...
2003-11-29 cuzUse smart mode, allow more CPUs, fix CPU dependent...
2003-11-29 cuzMemory model additions
2003-11-29 cuzSpecial code for signed compares against zero
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-27 cuzFixed a bug
2003-11-25 cuzNew --memory-model switch
2003-11-22 cuzMark RTI as "uses all registers" to avoid problems...
2003-11-11 cuzUse safe shift routines
2003-11-05 cuzImproved optimizations
2003-11-02 cuzConvert the watcom makefiles for use with wine under...
2003-10-15 cuzDon't generate internal errors on duplicate labels
2003-10-13 cuzFixed a bug
2003-10-12 cuzMore opts
2003-10-11 cuzFixed a bug in several binary operators.
2003-10-11 cuzUse new CPU instruction sets table
2003-10-10 cuzFixed a bug
2003-10-10 cuzNew target supervision
2003-10-10 cuzAdded some code to handle floats/doubles.
2003-10-10 cuzAdded some code to handle floats/doubles.
2003-10-09 cuzFixed a bug - enum tags were inserted into the wrong...
2003-10-08 cuzFixed a bug in signed int compares
2003-10-08 cuzHandle more opcodes in OptCmp2
2003-10-08 cuzHandle more opcodes in OptPrecalc
2003-10-08 cuzFixed a bug
2003-10-06 cuzFixed a bug.
2003-10-02 cuzFixed a bug
2003-10-01 cuzRearrange members to lower memory usage
2003-10-01 cuzMore zeropage variable tracking in the optimizer
2003-09-30 cuzFixed a bug
2003-09-16 cuzNew %s inline asm format specifier
2003-09-14 cuzFixed a bug
2003-09-14 cuzNew optimization
2003-09-12 cuzImproved the opt step added lately
2003-09-11 cuzMore optimizations
2003-09-11 cuzFixed a bug
2003-09-01 cuzIncrease the number of recursive macro expansions
2003-08-30 cuzReorder for better error messages
2003-08-29 cuzRenamed exprhs to ExprLoad
2003-08-29 cuzSome octal character constants were not working.
2003-08-27 cuzFixed a type conversion bug
2003-08-20 cuzUse $(RM) instead of rm -f
2003-08-20 cuzFixed several type conversion issues
2003-08-19 cuzFixed type conversion problems
2003-08-19 cuzFixed an internal compiler error when the first token...
2003-08-18 cuzMore optimizations
2003-08-17 cuzFixed a bug
2003-08-14 cuzFixed a bug
2003-08-13 cuzMore optimizations
2003-08-12 cuzAddress fix
2003-08-11 cuzFixed an optimization
2003-08-11 cuzRewrote type conversions
2003-08-10 cuzFixed a bug that caused problems locating the last...
2003-08-10 cuzFixed a bug
2003-08-07 cuzSome CPU definition changes
2003-08-03 cuzNew option --forget-inc-paths
2003-08-02 cuzOrder of keywords on the keyword table was wrong
2003-08-02 cuzFixed a bug
2003-08-01 cuzAdded the near keyword
2003-08-01 cuzThe type "enum x" was not handled correctly in sizeof...
2003-07-26 cuzFixed a bug
2003-07-19 cuzBug: Char arrays with a specified size could not be...
2003-06-27 cuzOctal character constants starting with '2' or '3'...
2003-06-11 cuzImprove help output
2003-06-03 cuzAdded debugging output
2003-05-29 cuzUse AddSearchPathFromEnv
2003-05-29 cuzUse the new searchpath common module
2003-05-27 cuzFixed an include file search order problem
2003-05-07 cuzAdded the restrict keyword just to have it reserved
2003-05-02 cuzAdd __NES__ #define
2003-05-01 cuzMoved CPU definition into common/
2003-03-17 cuzFixed a bug in character literal handling
2003-03-16 cuzFixed initializers for standard behaviour (hopefully...
2003-03-16 cuzRevoked part of last change - didn't work
2003-03-16 cuzAllow any number of optional braces around all initiali...
2003-03-13 cuzAdded better error recovery
2003-03-07 cuzIf main() takes arguments, generate a forced import...
2003-03-06 cuzImprove error recovery
2003-03-04 cuzLast fix was wrong
next