micropython/py
stijn 912ca7701d py: Comment exc_state member from mp_obj_gen_instance_t as it gives trouble
...to some compilers who can't process 2 zero-sized arrays in structs. It's
never referenced directly anyway.

See disussion on #568 as well.
2014-05-05 22:56:27 +03:00
..
argcheck.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
asmthumb.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
asmthumb.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
asmx64.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
asmx64.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
bc.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
bc0.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
binary.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
binary.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
builtin.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
builtin.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
builtinevex.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
builtinimport.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
builtintables.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
builtintables.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
compile.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
compile.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
emit.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
emitbc.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
emitcommon.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
emitcpy.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
emitglue.c py, unix: Add -v option, print bytecode dump if used. 2014-05-05 00:57:00 +03:00
emitglue.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
emitinlinethumb.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
emitnative.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
emitpass1.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
formatfloat.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
formatfloat.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
gc.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
gc.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
grammar.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
lexer.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
lexer.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
lexerstr.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
lexerunix.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
lexerunix.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
makeqstrdata.py
malloc.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
map.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
misc.h py, unix: Add -v option, print bytecode dump if used. 2014-05-05 00:57:00 +03:00
mkenv.mk
mkrules.mk
modarray.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
modcmath.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
modcollections.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
modio.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
modmath.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
modmicropython.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
modstruct.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
modsys.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
mpconfig.h py: Turn down amount of RAM parser and compiler use. 2014-05-05 13:19:03 +01:00
mpz.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
mpz.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
nlr.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
nlrsetjmp.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
nlrthumb.S Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
nlrx64.S Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
nlrx86.S Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
obj.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
obj.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objarray.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objarray.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objbool.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objboundmeth.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objcell.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objclosure.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objcomplex.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objdict.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objenumerate.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objexcept.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objfilter.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objfloat.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objfun.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objfun.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objgenerator.c py: Comment exc_state member from mp_obj_gen_instance_t as it gives trouble 2014-05-05 22:56:27 +03:00
objgenerator.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objgetitemiter.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objint.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objint.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objint_longlong.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objint_mpz.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objlist.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objlist.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objmap.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objmodule.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objmodule.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objnamedtuple.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objnone.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objobject.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objproperty.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objrange.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objset.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objslice.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objstr.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objstr.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objstringio.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objtuple.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objtuple.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objtype.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objtype.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
objzip.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
opmethods.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
parse.c py: Turn down amount of RAM parser and compiler use. 2014-05-05 13:19:03 +01:00
parse.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
parsehelper.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
parsehelper.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
parsenum.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
parsenum.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
parsenumbase.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
parsenumbase.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
pfenv.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
pfenv.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
py-version.sh py-version.sh: Use --always option of git describe. 2014-05-05 21:28:12 +03:00
py.mk
qstr.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
qstr.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
qstrdefs.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
repl.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
repl.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
runtime.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
runtime.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
runtime0.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
scope.c py: Turn down amount of RAM parser and compiler use. 2014-05-05 13:19:03 +01:00
scope.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
sequence.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
showbc.c showbc: Quote block name, so it was easily visible. 2014-05-04 22:42:11 +03:00
smallint.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
smallint.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
stream.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
stream.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
unicode.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
vm.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
vmentrytable.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
vstr.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00