aboutsummaryrefslogtreecommitdiff
path: root/unix/modos.c
AgeCommit message (Expand)Author
2015-10-19unix/modos: Android Bionic lacks statvfs(), has BSD statfs().Paul Sokolovsky
2015-10-18unix/modos: Checking config macros requires mpconfig.h.Paul Sokolovsky
2015-10-18unix/modos: Guard sys/statvfs.h include with MICROPY_PY_OS_STATVFS check.Paul Sokolovsky
2015-10-18unix/modos: Add statvfs() function.Paul Sokolovsky
2015-01-01unix: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-23unix, windows: Add _os.system() call.Paul Sokolovsky
2014-12-10unix: add unlink function to os moduleNikita Nazarenko
2014-11-29Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George
2014-08-30py: Change all uint to mp_uint_t in obj.h.Damien George
2014-07-31py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-06-28unix: Fix mpconfig.h not being included before misc.hstijn
2014-06-19Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot
2014-06-07- Cast the struct stat sb.st_ino field to machine_int_t explicitly to avoid aMarcus von Appen
2014-05-26modos: stat(): Accept bytes argument.Paul Sokolovsky
2014-05-21unix: Fix casting issue, int to small int object.Damien George
2014-05-15modos: Clean 64-bit issues.Paul Sokolovsky
2014-05-14unix: Add "_os" module with stat().Paul Sokolovsky