aboutsummaryrefslogtreecommitdiff
path: root/py/nlrx86.S
AgeCommit message (Expand)Author
2015-01-07py: Put all global state together in state structures.Damien George
2015-01-01py: Fix windows external name error for nlr_top.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-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-20nlrx86.S: Another ifdef for win32 symbol underscoring issues.Paul Sokolovsky
2014-04-08Add a check for NULL nlr_top in nlr_jump.Damien George
2014-01-28Fixed problems with nlx86.S on LinuxMarkus Siemens
2014-01-28Added Windows port (see #233)Markus Siemens
2013-12-30Make "unix" target be crossplatform and support x86, x64, ARM hosts.Paul Sokolovsky