micropython/unix
stijn 9e040b7cd8 unix: Use standard return codes for main
As in the CPython manual: "Unix programs generally use 2 for
command line syntax errors and 1 for all other kind of errors"
2014-05-11 19:23:30 +02:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
file.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
gccollect.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
input.c unix: Add missing stdio.h header for readline. 2014-05-07 15:33:15 +01:00
input.h Add input command for unix 2014-05-07 07:19:51 -07:00
main.c unix: Use standard return codes for main 2014-05-11 19:23:30 +02:00
Makefile Add input command for unix 2014-05-07 07:19:51 -07:00
modffi.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
modsocket.c unix modsocket: Add comments re: recv() vs read(), etc. semantics. 2014-05-07 02:17:14 +03:00
modtime.c mingw: Fix compilation issues 2014-05-10 10:42:40 +02:00
mpconfigport.h py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT. 2014-05-11 17:35:43 +01:00
mpconfigport.mk New config option MICROPY_FORCE_32BIT (defaulted to 0) 2014-04-16 01:46:01 +01:00
qstrdefsport.h Add input command for unix 2014-05-07 07:19:51 -07:00