micropython/unix
Damien George 4ebdb1f2b2 py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
In order to have more fine-grained control over how builtin functions are
constructed, the MP_DECLARE_CONST_FUN_OBJ macros are made more specific,
with suffix of _0, _1, _2, _3, _VAR, _VAR_BETEEN or _KW.  These names now
match the MP_DEFINE_CONST_FUN_OBJ macros.
2016-10-21 16:26:01 +11:00
..
.gitignore
Makefile esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk. 2016-10-16 10:49:36 +03:00
alloc.c
coverage.c py/vstr: Combine vstr_new_size with vstr_new since they are rarely used. 2016-10-14 16:46:34 +11:00
fatfs_port.c
fdfile.h
file.c unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
gccollect.c
input.c
input.h
main.c py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
modffi.c unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
modjni.c
modmachine.c unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
modos.c py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
modsocket.c unix: Use common RAISE_ERRNO macro from mphalport.h. 2016-10-07 14:09:59 +11:00
modtermios.c unix: Use common RAISE_ERRNO macro from mphalport.h. 2016-10-07 14:09:59 +11:00
modtime.c
moduselect.c unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
mpconfigport.h
mpconfigport.mk
mpconfigport_coverage.h
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h
mpconfigport_nanbox.h
mphalport.h unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
mpthreadport.c unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
mpthreadport.h
qstrdefsport.h
unix_mphal.c