]> git.sur5r.net Git - cc65/history - include/cc65.h
Added '_' prefix to sin and cos.
[cc65] / include / cc65.h
2019-04-13 Oliver SchmidtAdded '_' prefix to sin and cos.
2019-03-29 IrgendwerA8Added space after function name.
2019-03-29 IrgendwerA8Code review adaptations, removed "cc65_" prefix from...
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-06-07 Oliver SchmidtMerge pull request #307 from groessler/something_to_pull2
2016-06-07 Christian GroesslerAdd issues from pull request #307.
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
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2011-07-10 uzMake the 8x32 unsigned multiplication routine C callable.
2009-11-05 uzAdded prototypes for more mul/div functions. Some of...
2009-11-03 uzAdded prototypes for C callable multiplication routines.
2009-11-03 uzAdded C callable entry point for the 16x16=32 multiplic...
2009-10-30 uzFixed the return types of the sine/cosine functions...
2009-10-30 uzAdded new header file.