micropython/unix
Damien George 39dc145478 py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places.
This should pretty much resolve issue #50.
2014-10-03 19:52:22 +01:00
..
.gitignore
Makefile Clean up logical flow for setting LDFLAGS to build for Linux and OSX 2014-09-23 09:42:18 -04:00
alloc.c Code style/whitespace cleanup; remove obsolete headers. 2014-09-03 22:47:23 +01:00
file.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
gccollect.c
input.c
input.h
main.c py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places. 2014-10-03 19:52:22 +01:00
modffi.c unix: Fix modffi to be able to return double on x86 machines. 2014-09-06 23:04:42 +00:00
modos.c py: Change all uint to mp_uint_t in obj.h. 2014-08-30 14:19:41 +01:00
modsocket.c unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning. 2014-09-06 17:46:52 +01:00
modtermios.c py: Change all uint to mp_uint_t in obj.h. 2014-08-30 14:19:41 +01:00
modtime.c
mpconfigport.h unix: Remove unnecessary #defines from config. 2014-09-29 19:41:49 +01:00
mpconfigport.mk modtermios: Add "termios" unix module, subset of CPython's. 2014-08-23 06:09:46 +03:00
qstrdefsport.h modtermios: Add "termios" unix module, subset of CPython's. 2014-08-23 06:09:46 +03:00
seg_helpers.c