summaryrefslogtreecommitdiff
path: root/unix/time.c
AgeCommit message (Expand)Author
2014-04-04unix: Rename module sources per latest naming conventions (mod*.c).Paul Sokolovsky
2014-04-04unix: Use STATIC modifier to enable code size analysis via map file.Paul Sokolovsky
2014-03-30Rename rt_* to mp_*.Damien George
2014-03-16unix: Clean up includes.xbe
2014-03-08Implement ROMable modules. Add math module.Damien George
2014-02-09unix: Implement time.sleep().Paul Sokolovsky
2014-02-02unix time.clock(): Actually return float value.Paul Sokolovsky
2014-02-02unix: Add basic time module (with time() and clock() functions).Paul Sokolovsky