]> git.sur5r.net Git - cc65/history - src/cc65/expr.c
Fixed _textcolor definition.
[cc65] / src / cc65 / expr.c
2009-08-27 uzWhen preprocessing, all compares evaluate to constants...
2009-08-27 uzAdded a warning if the result of a compare operation...
2009-07-30 uzFix problem with R3904: Chars on the lhs of opeq must...
2009-07-30 uzFixed problems with R3977: While the solution was corre...
2009-02-17 uzCheck for division by/modulo by zero when parsing the...
2009-02-17 uzSmall change to avoid endless error loops (aborted...
2008-12-28 uzFixed problems with casts, where larger values weren...
2008-08-24 uzMoved the fascall and near/far flags from the function...
2008-08-09 uzUse GlobalModeFlags() if apropriate.
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-03 uzFixed a comment
2008-07-31 cuzCalling an undefined function is an error in C99.
2007-08-26 cuzFixed a bug: The compiler evaluated constant expression...
2007-03-18 cuzFix type of "&array" - it will actually generate pointe...
2007-02-03 cuzFixed internal compiler error on invalid input code.
2006-05-29 cuzFixed a problem with undefined identifiers in #if expre...
2006-02-19 cuzChanged the low level type representation from a strung...
2006-02-17 cuzParse the C99 "restrict" keyword correctly (but ignore...
2005-08-31 cuzReversed accidentally checked in changes
2005-08-31 cuzAdded HuC6280 cpu (will be treated as a 65C02)
2005-07-17 cuzFixed a bug: The compiler aborted with an internal...
2005-05-11 cuzFixed a bug
2005-01-09 cuzFixed a bug (hopefully).
2004-09-23 cuzFixed bug with braces in initializer lists
2004-08-02 cuzFixed the last fix
2004-08-02 cuzIn a function call for all parameters not covered by...
2004-07-17 cuzAdd dummy return value to avoid a wcc warning
2004-07-11 cuzCheck for invalid function names before trying to compa...
2004-07-06 cuzCleanup in ShiftExpr.
2004-06-29 cuzRemove shifts from kcalc
2004-06-29 cuzMove shift expression evaluation into a separate module...
2004-06-29 cuzAdded license information preproc.h
2004-06-15 cuzMake the -O and --codesize options stackable.
2004-06-09 cuzRemoved ExprLoad to LoadExpr.
2004-06-06 cuzRemoved debug code
2004-06-06 cuzAdded support for floating point constants in the scann...
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-06-05 cuzMove the test flags into the Flags bitset of struct...
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-06-04 cuzCheck the InlineStdFuncs flag later
2004-06-03 cuzFixed a typo
2004-06-03 cuzImproved code generation
2004-06-03 cuzFixed generation of non optimal code in StructRef()
2004-06-02 cuzRewrote code generation for the strlen standard functio...
2004-05-31 cuzString literals can be handled as static data in most...
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-05-26 cuzSome renaming and restructuring
2004-05-25 cuzChanged the expression parser to return the lvalue...
2004-03-13 cuzFixed a bug: The volatile keyword was not accepted...
2004-03-07 cuzMade several options that can be changed by #pragmas...
2004-03-02 cuzMove the expression test code into separate modules.
2003-09-14 cuzFixed a bug
2003-08-29 cuzRenamed exprhs to ExprLoad
2003-08-27 cuzFixed a type conversion bug
2003-08-20 cuzFixed several type conversion issues
2003-08-19 cuzFixed type conversion problems
2003-08-17 cuzFixed a bug
2003-08-11 cuzRewrote type conversions
2003-08-10 cuzFixed a bug that caused problems locating the last...
2003-07-26 cuzFixed a bug
2003-03-17 cuzFixed a bug in character literal handling
2003-03-04 cuzFixed a bug in sign extension of constant values
2003-02-02 cuzFixed a bug
2003-01-04 cuzMove the Debug flag into a new module "debugflag" in...
2002-12-29 cuzFixed a bug
2002-12-12 cuzFixed the inlined strlen function
2002-11-24 cuzReenable register variables
2002-11-24 cuzCheck register before static
2002-11-24 cuzFixed a problem with the test expression in a for loop...
2002-11-14 cuzRemoved unused code
2002-11-02 cuzUse constants for datatype sizes
2002-11-01 cuzMove the assignment parser into a separate module.
2002-11-01 cuzWork on better type casts - not yet finished
2002-10-03 cuzFixed a small bug
2002-09-18 cuzImprove type casts for ints.
2002-07-26 cuzFixed a bug
2002-07-16 cuzReplace calls to memset with _bzero if the fill value...
2002-07-12 cuzFixed a bug
2002-07-10 cuzFixed/worked around a bug
2002-06-12 cuzRenamed the functions working with "struct Function".
2002-05-26 cuzIndirect fastcall functions with no parameters may...
2002-05-16 cuzOne less bug in sizeof ("ABC").
2002-04-06 cuzFixed a code generation bug
2002-03-18 cuzPrepare for separate ASM name in symbol table entry
2002-03-10 cuzFixed problems with incomplete types (structs and array...
2002-03-06 cuzFixed an error in struct assignment
2002-03-06 cuzFixed several const related bugs
2002-02-18 cuzAdd #pragma charmap()
2001-11-07 cuzFixed a bug
2001-10-11 cuzFixed a bug
2001-09-30 cuzMore source splitting.
2001-09-25 cuzFinished indirect function calls.
2001-09-24 cuzTrack usage of the sreg and several other zero page...
2001-09-15 cuzFixed a few warnings
2001-09-12 cuzCosmetic change
2001-09-09 cuzAdding functionality to StrBuf
next