]> git.sur5r.net Git - cc65/history - libsrc/common/time.s
atari5200: conio now uses just four colors altogether
[cc65] / libsrc / common / time.s
2018-08-29 greg-king5Merge pull request #706 from xlar54/master
2018-08-19 Oliver SchmidtOptimize for size.
2018-08-15 Oliver SchmidtReplaced _systime with clock_gettime.
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