circuitpython/unix
Paul Sokolovsky 0c124c3123 unix: Add "_os" module with stat().
stat() is bad function to use using FFI, because its ABI is largely private.
To start with, Glibc .so doesn't even have "stat" symbol. Then, layout of
struct stat is too implementation-dependent. So, introduce _os to deal
with stat() and other similar cases.
2014-05-14 22:08:45 +03:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
file.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
gccollect.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
input.c unix: Add missing stdio.h header for readline. 2014-05-07 15:33:15 +01:00
input.h Add input command for unix 2014-05-07 07:19:51 -07:00
main.c Merge pull request #600 from stinos/unix-exitcode 2014-05-13 22:39:35 +01:00
Makefile unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00
modffi.c py, unix: Add copyright for modules I worked closely on. 2014-05-13 18:41:25 +03:00
modos.c unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00
modsocket.c py, unix: Add copyright for modules I worked closely on. 2014-05-13 18:41:25 +03:00
modtime.c mingw: Fix compilation issues 2014-05-10 10:42:40 +02:00
mpconfigport.h unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00
mpconfigport.mk New config option MICROPY_FORCE_32BIT (defaulted to 0) 2014-04-16 01:46:01 +01:00
qstrdefsport.h unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00