]> git.sur5r.net Git - cc65/history - src/cc65
Fixed an error: If an expression is loaded into the primary, a function must
[cc65] / src / cc65 /
2009-07-28 uzFixed an error: If an expression is loaded into the...
2009-07-28 uzPrepared the code for referencing a symbol that forces...
2009-03-08 uzNew functions LIWarning and LIError.
2009-02-23 uzFixed asm code to source line relation in switch statem...
2009-02-23 uzFixed source output in generated assembly when -T is...
2009-02-23 uzAdded a separate output module that is used to manage...
2009-02-22 uzWhen generating forward references to functions, use...
2009-02-17 uzCheck for division by/modulo by zero when parsing the...
2009-02-17 uzSmall change to avoid endless error loops (aborted...
2009-02-08 uzMakefile cleanup. Among other things, allow use of...
2009-01-30 uzAdded special error messages for Groepaz.
2009-01-24 uzFixed a problem with recursive macro expansions. They...
2009-01-12 uzFixed an optimizer problem: A branch into a list of...
2008-12-28 uzFixed problems with casts, where larger values weren...
2008-08-31 uzFixed the macro versions of several inline functions.
2008-08-31 uzMore changes to support address size qualifiers.
2008-08-31 uzTest for pointer must use IsTypePtr not a direct compar...
2008-08-24 uzMoved the fascall and near/far flags from the function...
2008-08-11 uzSome more floating point support.
2008-08-09 uzUse GlobalModeFlags() if apropriate.
2008-08-08 uzFixed a bug: Structure assignment was broken.
2008-08-07 uzFixed a bug: The op= operators (+=, -=, etc.) worked...
2008-08-07 uzFixed a bug: It was possible to increment or decrement...
2008-08-05 uzIndexing a string by an expression which was not a...
2008-08-05 uzPass a complete ExprDesc and not just the Flags field...
2008-08-05 uzFixed wrong code generation for
2008-08-05 uzFixed a comment.
2008-08-03 uzFixed several problems with old style (K&R) declaration...
2008-08-03 uzFixed a comment
2008-08-03 uzMove some storage class handling and checking for impli...
2008-08-03 uzTransfer the storage class flags from struct DeclSpec...
2008-08-03 uzFixed handling of function definitions with an empty...
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-08-01 cuzIn an old style function definition, print a diagnostic... V2.12.0
2008-08-01 cuzA label must always be followed by a statement. Check...
2008-08-01 cuzSwitch statement may now contain arbitrary code as...
2008-07-31 cuzAdded several type checks, especially for functions...
2008-07-31 cuzCalling an undefined function is an error in C99.
2008-03-31 cuzAllow an optional '+' sign before an exponent of a...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2008-03-29 cuzFixed an error in the type comparison code. Function...
2008-02-27 cuzFixed a bug in the optimizer. Loads of X and Y from...
2007-08-31 cuzPreprocess the remainder of the line in a #include...
2007-08-28 cuzAdded #warning (suggestion by Rudolf Schubert).
2007-08-26 cuzFixed a bug: The compiler evaluated constant expression...
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.
next