micropython/unix
Damien George b0261341d3 py: For malloc and vstr functions, use size_t exclusively for int type.
It seems most sensible to use size_t for measuring "number of bytes" in
malloc and vstr functions (since that's what size_t is for).  We don't
use mp_uint_t because malloc and vstr are not Micro Python specific.
2014-09-25 15:49:26 +01:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
Makefile Clean up logical flow for setting LDFLAGS to build for Linux and OSX 2014-09-23 09:42:18 -04:00
alloc.c Code style/whitespace cleanup; remove obsolete headers. 2014-09-03 22:47:23 +01:00
file.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
gccollect.c Rename machine_(u)int_t to mp_(u)int_t. 2014-07-03 13:25:24 +01:00
input.c unix: Remove unused CTRL-D definition 2014-06-25 13:33:10 +02:00
input.h Add input command for unix 2014-05-07 07:19:51 -07:00
main.c py: For malloc and vstr functions, use size_t exclusively for int type. 2014-09-25 15:49:26 +01:00
modffi.c unix: Fix modffi to be able to return double on x86 machines. 2014-09-06 23:04:42 +00:00
modos.c py: Change all uint to mp_uint_t in obj.h. 2014-08-30 14:19:41 +01:00
modsocket.c unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning. 2014-09-06 17:46:52 +01:00
modtermios.c py: Change all uint to mp_uint_t in obj.h. 2014-08-30 14:19:41 +01:00
modtime.c Rename machine_(u)int_t to mp_(u)int_t. 2014-07-03 13:25:24 +01:00
mpconfigport.h py: Add native json printing using existing print framework. 2014-09-17 22:56:34 +01:00
mpconfigport.mk modtermios: Add "termios" unix module, subset of CPython's. 2014-08-23 06:09:46 +03:00
qstrdefsport.h modtermios: Add "termios" unix module, subset of CPython's. 2014-08-23 06:09:46 +03:00
seg_helpers.c unix: Create __bss_start and _end symbols for Mach-O targets. 2014-05-12 00:13:10 +02:00