aboutsummaryrefslogtreecommitdiff
path: root/qemu-arm/main.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-03-14qemu-arm: Move lexer constructors to within NLR handler block.Damien George
2017-03-06py/nlr.h: Mark nlr_jump_fail as NORETURN.Damien George
2016-01-29py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky
2016-01-11py: Change type signature of builtin funs that take variable or kw args.Damien George
2016-01-03py: Change struct and macro for builtin fun so they can be type checked.Damien George
2015-10-02py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.Damien George
2015-06-22bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg.Damien George
2015-04-16qemu-arm: Get compiling again with recent changes to print framework.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-02-07py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George
2015-01-12qemu-arm: Enable GC and native code-gen; enable more tests.Damien George
2015-01-08qemu-arm: Set stack limit in main.Damien George
2015-01-01qemu-arm: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-08modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky
2014-12-05py: Fix printing of size_t entity; fix qemu-arm for changes to lexer.Damien George
2014-10-21Implement kwargs for builtin open() and _io.FileIOstijn
2014-10-05py: Make compiler return a proper exception on SyntaxError.Damien George
2014-09-23py: Free non-interned strings in the parser when not needed.Damien George
2014-08-04Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George
2014-05-02bare-arm, qemu-arm: Make "mpconfig.h" be first included, as other headers dep...Paul Sokolovsky
2014-04-21qemu-arm: more generic port name.Ilya Dmitrichenko