]> git.sur5r.net Git - cc65/history - libsrc/common/time.s
Fixed cpu detection.
[cc65] / libsrc / common / time.s
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2013-11-19 Stephan MühlstrasserMerge branch 'master' into c1p
2013-10-02 Oliver SchmidtMerge pull request #48 from efornara/time_fix
2013-10-02 Emanuele Fornarafixed timep handling in time() 48/head
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2004-05-13 cuzUse a subroutine to set errno to save some space.
2003-11-13 cuzRemoved useless __errno imports
2002-11-12 cuzCall _systime instead of always returning -1
2002-11-12 cuzAdd the time() function