aboutsummaryrefslogtreecommitdiff
path: root/py/nlrsetjmp.c
AgeCommit message (Expand)Author
2017-12-28py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.Damien George
2017-12-26Revert "py/nlr: Factor out common NLR code to generic functions."Paul Sokolovsky
2017-12-20py/nlr: Factor out common NLR code to generic functions.Damien George
2017-12-11py: Introduce a Python stack for scoped allocation.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-04-12py/nlrsetjmp: Add check for failed NLR jump.Damien George
2016-06-28py/nlrsetjmp: Update to take into account new location of nlr_top.Damien George
2015-01-07py: Put all global state together in state structures.Damien George
2015-01-01py: Move global variable nlr_top to one place, in a .c file.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-05-02py, unix: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky
2014-04-17nlr: Add implementation using setjmp/longjmp.Paul Sokolovsky