aboutsummaryrefslogtreecommitdiff
path: root/py/nlrx64.S
AgeCommit message (Expand)Author
2017-03-06py/nlrx64: Convert from assembler to C file with inline asm.Damien George
2017-03-06py: Move locals/globals dicts to the thread-specific state.Damien George
2017-02-08py/nlr: Fix execstack builds for ARM.Dave Hylands
2017-02-01unix: Make stack be non-executableDave Hylands
2016-07-11py/nlrx64.S: Prefix mp_thread_get_state with an underscore on Mac.Damien George
2016-06-28py: Add basic _thread module, with ability to start a new thread.Damien George
2015-11-24nlr: Use single preprocessor symbol to check if building on Windowsstijn
2015-01-08py: Fix nlr mp_state_ctx symbol error for Mac.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
2014-09-26py: Clean up nlr*.S to make it easier to read; fix clang .bss error.Damien George
2014-05-12unix: Create __bss_start and _end symbols for Mach-O targets.Antonin ENFRUN
2014-05-03Add license header to (almost) all files.Damien George
2014-04-30py: If setjmp NLR implementation is forced, omit native versions.Paul Sokolovsky
2014-04-08Add a check for NULL nlr_top in nlr_jump.Damien George
2014-04-03Changes to get unix/ port compiling on Cygwin.Damien George
2014-03-22Fix OS X detection.xbe
2014-02-11Typo fix in comment.Paul Sokolovsky
2014-01-04OSX: fixes to make nlrx64.S with Apple's clang (switched to Apple-specific de...Mikael Eiman
2014-01-04OSX: fixes to make nlrx64.S with Apple's clang (forgot a few places)Mikael Eiman
2014-01-04OSX: fixes to make nlrx64.S with Apple's clangMikael Eiman
2013-12-30Make "unix" target be crossplatform and support x86, x64, ARM hosts.Paul Sokolovsky