summaryrefslogtreecommitdiffstatshomepage
path: root/py/nlrsetjmp.c
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* py/nlrsetjmp: Add check for failed NLR jump.Damien George2017-04-12
* py/nlrsetjmp: Update to take into account new location of nlr_top.Damien George2016-06-28
* py: Put all global state together in state structures.Damien George2015-01-07
* py: Move global variable nlr_top to one place, in a .c file.Damien George2015-01-01
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* Add license header to (almost) all files.Damien George2014-05-03
* py, unix: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* nlr: Add implementation using setjmp/longjmp.Paul Sokolovsky2014-04-17