]> git.sur5r.net Git - cc65/history - src/cc65/stdfunc.c
Renamed a C header.
[cc65] / src / cc65 / stdfunc.c
2017-10-23 jedeMerge branch 'master' of https://github.com/jedeoric...
2017-10-22 jedeoricMerge branch 'master' into master
2017-10-22 Oliver SchmidtMerge pull request #504 from jedeoric/master
2017-10-08 Oliver SchmidtMerge pull request #503 from jedeoric/master
2017-09-27 Oliver SchmidtMerge pull request #494 from jedeoric/master
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-06-05 Oliver SchmidtMerge pull request #436 from bbbradsmith/ca65_define_ma...
2017-05-26 Oliver SchmidtMerge pull request #438 from bbbradsmith/ca65_rand_comment
2017-05-24 Oliver SchmidtMerge pull request #426 from MonteCarlos/master
2017-05-18 Oliver SchmidtMerge pull request #424 from clbr/trampoline
2017-05-17 Oliver SchmidtMerge pull request #429 from pfusik/opt-stdfunc
2017-05-17 Piotr FusikOptimize the inlined memcpy/memset for the sizes of... 429/head
2017-05-17 Piotr FusikOptimize the inlined strlen.
2017-04-04 Oliver SchmidtMerge pull request #389 from IrgendwerA8/stringimprovements
2017-04-03 Oliver SchmidtSo far the built-in inlining of several known standard...
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-06-01 Oliver SchmidtMerge pull request #305 from silverdr/target_goodies
2016-06-01 Oliver SchmidtMerge pull request #287 from silverdr/target_goodies
2016-05-26 Oliver SchmidtMerge pull request #297 from groessler/something_to_pull
2016-05-25 Oliver SchmidtMerge pull request #294 from greg-king5/standard-functions
2016-05-24 Greg KingSmall optimization of some cc65-generated loops. 294/head
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
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...