]> git.sur5r.net Git - cc65/history - src/cc65
Amiga install files by Stefan Haubenthal.
[cc65] / src / cc65 /
2007-07-03 cuzFixed an error handling SC_EXTERN.
2007-07-03 cuzFixed an error.
2007-03-18 cuzFix type of "&array" - it will actually generate pointe...
2007-03-18 cuzUsing typdefs, it is possible to construct types that...
2007-02-03 cuzFixed internal compiler error on invalid input code.
2006-05-29 cuzFixed a problem with undefined identifiers in #if expre...
2006-05-29 cuzTerminate the line containing the #if expression before...
2006-04-24 cuzRemoved a C99 construct
2006-04-16 cuzAdded another optimization step
2006-04-16 cuzAdded more info about internal (builtin) functions
2006-04-16 cuzComment fix
2006-04-15 cuzRepeatedly call OptStore1 after OptJumpTarget because...
2006-04-15 cuzldaxysp doesn't return flags any more.
2006-04-15 cuzAdded some code rewriting (may enable optimizations...
2006-04-15 cuzOptimize decaxn
2006-04-07 cuzCorrected some runtime function info
2006-04-03 cuzAdded lots of runtime function info.
2006-04-02 cuzAdded info for the staxspidx runtime function.
2006-03-30 cuzFixed a few errors in the macros used by the Watcom...
2006-03-24 cuzFixed a problem of the optimizer. Unknown internal...
2006-02-19 cuzCleanup. Added a few general purpose functions.
2006-02-19 cuzChanged the low level type representation from a strung...
2006-02-18 cuzRemoved an unneeded struct forward
2006-02-17 cuzAdded the inline keyword
2006-02-17 cuzParse the C99 "restrict" keyword correctly (but ignore...
2006-02-17 cuzAllow type qualifiers before a storage class spec.
2006-01-20 cuzFixed a problem with files that don't end with a newline
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-12-09 cuzFixed the latest bugfix
2005-12-07 cuzFixed another bug with help of Greg King
2005-11-21 cuzFixed a bug
2005-11-20 cuzAdd a linefeed after internal compiler error messages
2005-11-20 cuzInsert correct .setcpu line for HuC6280
2005-09-12 cuzMore optimizations
2005-09-11 cuzSome function renaming.
2005-08-31 cuzReversed accidentally checked in changes
2005-08-31 cuzAdded HuC6280 cpu (will be treated as a 65C02)
2005-07-26 cuzMinor changes to the variadic macro feature. Added...
2005-07-24 cuzAdded C99 variadic macros
2005-07-17 cuzFixed a bug: The compiler aborted with an internal...
2005-06-08 cuzFixed a bug: Compiling an empty source file led to...
2005-05-17 cuzFixed a bug
2005-05-11 cuzFixed a bug
2005-04-20 cuzFixed a bug
2005-03-25 cuzNo output when using wstrip
2005-03-24 cuzOutput the help text to stdout
2005-03-11 cuzFixed a bug and replaced tabs by spaces
2005-02-14 cuzSuppress wine debug output
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.
2004-12-16 cuzSome improvements using the new SB_Printf for string...
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-11 cuzChanges for new WINE version
2004-10-10 cuzUse Line only if available
2004-10-09 cuzFixed a bug in inlined memcpy
2004-10-09 cuzFixed a escape char const problem
2004-10-08 cuzAdded the lynx target
2004-10-08 cuzAdded the lynx target
2004-09-28 cuzRemoved the shift runtime functions because there calli...
2004-09-23 cuzFixed a typo
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-16 cuzFixed a C99ism
2004-09-16 cuzIntroduce a -E flag that activates just the preprocessor.
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-18 cuzFixed inline assembler problems with instructions where...
2004-07-17 cuzAdd dummy return value to avoid a wcc warning
2004-07-17 cuzRemove exprnode.obj
2004-07-11 cuzCheck for invalid function names before trying to compa...
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 bug
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