micropython/unix
Damien George a71c83a1d1 Change mp_obj_type_t.name from const char * to qstr.
Ultimately all static strings should be qstr.  This entry in the type
structure is only used for printing error messages (to tell the type of
the bad argument), and printing objects that don't supply a .print method.
2014-02-15 11:34:50 +00:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
Makefile OS X compatible -map syntax for LDFLAGS 2014-02-14 16:38:05 -06:00
ffi.c ffi: Implement ffivar.get()/set() methods. 2014-02-14 20:38:35 +02:00
file.c Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +00:00
gccollect.c More GC debugging improvements. 2014-02-11 18:09:50 +02:00
main.c Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +00:00
mpconfigport.h Allow ports to define statically builtin functions. 2014-02-14 12:13:34 +02:00
mpconfigport.mk unix: Add basic time module (with time() and clock() functions). 2014-02-02 01:34:11 +02:00
qstrdefsport.h Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +00:00
socket.c Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +00:00
time.c unix: Implement time.sleep(). 2014-02-09 12:52:04 +02:00