You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Paul Sokolovsky a075741c90 Rename str_join -> strjoin to make it not clash with objstr's one. 11 years ago
..
.gitignore Revamp qstrs: they now include length and hash. 11 years ago
Makefile unix: Add basic time module (with time() and clock() functions). 11 years ago
ffi.c ffi: Fix mp_obj_str_get_data() return type. 11 years ago
file.c Fix some int casting that failed on 64 bit architecture. 11 years ago
main.c Rename str_join -> strjoin to make it not clash with objstr's one. 11 years ago
mpconfigport.h Implement fixed buffer vstrs; use them for import path. 11 years ago
mpconfigport.mk unix: Add basic time module (with time() and clock() functions). 11 years ago
qstrdefsport.h Rename "rawsocket" module to "microsocket". 11 years ago
socket.c Fix some int casting that failed on 64 bit architecture. 11 years ago
time.c unix: Implement time.sleep(). 11 years ago