dfhack/depends/lua/src
Alexander Gavrilov 16ae6cb1fb Fix lua bug: 'peaceful' unwind of yielded pcall doesn't restore errfunc.
I.e. if the pcall results in no error, but a yield happens inside it,
the active errfunc is not restored to its previous value.
2012-06-17 16:14:14 +04:00
..
lapi.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lauxlib.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lbaselib.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lbitlib.c Update lua to 5.2 and fix obvious breakage due to obsolete api. 2012-03-31 12:11:43 +04:00
lcode.c Update lua to 5.2 and fix obvious breakage due to obsolete api. 2012-03-31 12:11:43 +04:00
lcorolib.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lctype.c Update lua to 5.2 and fix obvious breakage due to obsolete api. 2012-03-31 12:11:43 +04:00
ldblib.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
ldebug.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
ldo.c Fix lua bug: 'peaceful' unwind of yielded pcall doesn't restore errfunc. 2012-06-17 16:14:14 +04:00
ldump.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lfunc.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lgc.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
linit.c Update lua to 5.2 and fix obvious breakage due to obsolete api. 2012-03-31 12:11:43 +04:00
liolib.c Update lua to 5.2 and fix obvious breakage due to obsolete api. 2012-03-31 12:11:43 +04:00
llex.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lmathlib.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lmem.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
loadlib.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lobject.c Update lua to 5.2 and fix obvious breakage due to obsolete api. 2012-03-31 12:11:43 +04:00
lopcodes.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
loslib.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lparser.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lstate.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lstring.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lstrlib.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
ltable.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
ltablib.c Update lua to 5.2 and fix obvious breakage due to obsolete api. 2012-03-31 12:11:43 +04:00
ltm.c Update lua to 5.2 and fix obvious breakage due to obsolete api. 2012-03-31 12:11:43 +04:00
lua.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
luac.c Update lua to 5.2 and fix obvious breakage due to obsolete api. 2012-03-31 12:11:43 +04:00
lundump.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lvm.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00
lzio.c Update to Lua 5.2.1 2012-06-17 16:01:46 +04:00