]> git.sur5r.net Git - cc65/history - src/cc65/stdfunc.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cc65 / stdfunc.c
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-07-28 uzFixed a problem with a memcpy optimization (source...
2012-06-07 uzGenerate special memcpy code if the target is less...
2010-03-23 uzMore strcmp inlining.
2010-03-22 uzInline some occurances of strcmp.
2010-03-20 uzReenable compile time evaluation of strlen for string...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-09-08 uzFixed several more problems like the one in Assignment...
2006-02-19 cuzChanged the low level type representation from a strung...
2004-10-09 cuzFixed a bug in inlined memcpy
2004-07-06 cuzCleanup in ShiftExpr.
2004-06-15 cuzMake the -O and --codesize options stackable.
2004-06-09 cuzRemoved ExprLoad to LoadExpr.
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-06-05 cuzFixed a bug
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-06-02 cuzRewrote code generation for the strlen standard functio...
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-05-26 cuzAdded a missing include
2004-05-26 cuzAdd standard names for library functions
2004-05-25 cuzChanged the expression parser to return the lvalue...
2004-03-18 cuzOutput a warning for a call to memset with a count...
2004-03-14 cuzRemoved obsolete comment
2003-08-29 cuzRenamed exprhs to ExprLoad
2003-08-11 cuzRewrote type conversions
2002-12-12 cuzFixed the inlined strlen function
2002-07-16 cuzReplace calls to memset with _bzero if the fill value...
2001-09-30 cuzMore source splitting.
2001-07-17 cuzMore renaming. Remove the case label limit by using...
2001-07-17 cuzRenamed struct expent
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-01 cuzMoved the check module to the common dir.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...