micropython/unix
Damien George 698ec21e46 Make mp_obj_str_get_data return char* instead of byte*.
Can't decide which is better for string type, char or byte pointer.
Changing to char removes a few casts.  Really need to do proper unicode.
2014-02-08 18:17:23 +00:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
ffi.c unix: Fix compile warnings for ffi module on 64-bit machine. 2014-01-28 23:08:11 +00:00
file.c Second stage of qstr revamp: uPy str object can be qstr or not. 2014-01-22 14:35:10 +00:00
main.c Search paths properly on import and execute __init__.py if it exists. 2014-02-05 23:57:48 +00:00
Makefile unix: Add basic time module (with time() and clock() functions). 2014-02-02 01:34:11 +02:00
mpconfigport.h Implement fixed buffer vstrs; use them for import path. 2014-02-06 21:11:19 +00:00
mpconfigport.mk unix: Add basic time module (with time() and clock() functions). 2014-02-02 01:34:11 +02:00
qstrdefsport.h Use qstr id to create sys module. 2014-02-04 19:36:00 +02:00
socket.c Make mp_obj_str_get_data return char* instead of byte*. 2014-02-08 18:17:23 +00:00
time.c unix time.clock(): Actually return float value. 2014-02-02 08:58:16 +02:00