summaryrefslogtreecommitdiffstatshomepage
path: root/unix/modtime.c
Commit message (Expand)AuthorAge
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* unix: Fix mpconfig.h not being included before misc.hstijn2014-06-28
* Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot2014-06-19
* - Cast the struct stat sb.st_ino field to machine_int_t explicitly to avoid aMarcus von Appen2014-06-07
* Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George2014-06-01
* mingw: Fix compilation issuesstijn2014-05-10
* windows: Add modtime implementationstijn2014-05-09
* Add license header to (almost) all files.Damien George2014-05-03
* Add ARRAY_SIZE macro, and use it where possible.Damien George2014-04-26
* unix modtime: Convert to static module structures.Paul Sokolovsky2014-04-17
* unix modtime: Adhere to MICROPY_ENABLE_FLOAT better.Paul Sokolovsky2014-04-17
* unix: Rename module sources per latest naming conventions (mod*.c).Paul Sokolovsky2014-04-04