micropython/unix
Paul Sokolovsky 793838a919 MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk
This change allows to build unix version without libreadline installed.
2014-02-28 11:09:29 +02:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
ffi.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
file.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
gccollect.c GC: Fix printf formats for debugging; add gc_dump_alloc_table. 2014-02-26 22:55:59 +00:00
main.c Make DEBUG_printf() a proper function, implementation is port-dependent. 2014-02-16 18:20:49 +02: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 MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk 2014-02-28 11:09:29 +02:00
mpconfigport.mk MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk 2014-02-28 11:09:29 +02:00
qstrdefsport.h Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
socket.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
time.c unix: Implement time.sleep(). 2014-02-09 12:52:04 +02:00