micropython/unix
Paul Sokolovsky 168a9ce863 Revert "Fix DEBUG=1 builds"
This reverts commit 6e76f7bc90.

This patch tries to workaround a previous clang workaround. Instead of going
into workaround of workaround spiral, the original workaround should be tamed.
2014-05-28 15:28:30 +03:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
file.c Rename configuration variables controling Python features. 2014-05-24 23:03:12 +01:00
gccollect.c unix: Add asm statements needed to read registers with clang. Code generated by gcc 4.9.0 is unchanged (same statements, different order). 2014-05-12 09:06:18 +02:00
input.c Change const byte* to const char* where sensible. 2014-05-25 22:27:57 +01:00
input.h Add input command for unix 2014-05-07 07:19:51 -07:00
main.c Add SystemExit exception and use it in unix/ and stmhal/ ports. 2014-05-24 23:32:19 +01:00
Makefile Revert "Fix DEBUG=1 builds" 2014-05-28 15:28:30 +03:00
modffi.c Change const byte* to const char* where sensible. 2014-05-25 22:27:57 +01:00
modos.c modos: stat(): Accept bytes argument. 2014-05-26 02:02:47 +03:00
modsocket.c Change const byte* to const char* where sensible. 2014-05-25 22:27:57 +01:00
modtime.c mingw: Fix compilation issues 2014-05-10 10:42:40 +02:00
mpconfigport.h Rename configuration variables controling Python features. 2014-05-24 23:03:12 +01:00
mpconfigport.mk Rename configuration variables controling Python features. 2014-05-24 23:03:12 +01:00
qstrdefsport.h unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00
seg_helpers.c unix: Create __bss_start and _end symbols for Mach-O targets. 2014-05-12 00:13:10 +02:00