index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
nlrsetjmp.c
Age
Commit message (
Expand
)
Author
2017-12-28
py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.
Damien George
2017-12-26
Revert "py/nlr: Factor out common NLR code to generic functions."
Paul Sokolovsky
2017-12-20
py/nlr: Factor out common NLR code to generic functions.
Damien George
2017-12-11
py: Introduce a Python stack for scoped allocation.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-04-12
py/nlrsetjmp: Add check for failed NLR jump.
Damien George
2016-06-28
py/nlrsetjmp: Update to take into account new location of nlr_top.
Damien George
2015-01-07
py: Put all global state together in state structures.
Damien George
2015-01-01
py: Move global variable nlr_top to one place, in a .c file.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-02
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-04-17
nlr: Add implementation using setjmp/longjmp.
Paul Sokolovsky