micropython/unix
Damien George d17926db71 Rename rt_* to mp_*.
Mostly just a global search and replace.  Except rt_is_true which
becomes mp_obj_is_true.

Still would like to tidy up some of the names, but this will do for now.
2014-03-30 13:35:08 +01:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
ffi.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
file.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
gccollect.c unix: Clean up includes. 2014-03-16 12:14:15 -07:00
main.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
Makefile MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk 2014-02-28 11:09:29 +02:00
mpconfigport.h Implement ROMable modules. Add math module. 2014-03-08 15:24:39 +00:00
mpconfigport.mk unix: Fix ffi.c to compile with latest changes to API. 2014-03-29 13:48:32 +00:00
qstrdefsport.h unix: Fix ffi.c to compile with latest changes to API. 2014-03-29 13:48:32 +00:00
socket.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
time.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00