Feature #1978 ยป 0024-Apply-patch-4-for-lua-5.5.0.patch
| dependencies/lua-5.5/Version.txt | ||
|---|---|---|
|
(http://www.lua.org/ftp/lua-5.5.0.tar.gz)
|
||
|
Upstream bug fixes from https://www.lua.org/bugs.html applied:
|
||
|
1, 2, 3
|
||
|
1, 2, 3, 4
|
||
|
Not entire lua distribution directory hierarchy is included here, and
|
||
|
some files needed for Freeciv usage have been added.
|
||
| dependencies/lua-5.5/src/lapi.c | ||
|---|---|---|
|
ZIO z;
|
||
|
TStatus status;
|
||
|
lua_lock(L);
|
||
|
luaC_checkGC(L);
|
||
|
if (!chunkname) chunkname = "?";
|
||
|
luaZ_init(L, &z, reader, data);
|
||
|
status = luaD_protectedparser(L, &z, chunkname, mode);
|
||