Releases: lunarmodules/lua-compat-5.3
v0.14.3
v0.14.2
Compat-5.3 version 0.14.1
- avoid MSVC build error
Compat-5.3 version 0.14
Compat-5.3 version 0.13
Thirteenth release of Compat-5.3, a Lua module and a set of C files which provide (most of) the API of Lua 5.3 (both Lua functions and C API) for projects using Lua 5.1 or Lua 5.2.
Compat-5.3 version 0.12
Twelfth release of Compat-5.3, a Lua module and a set of C files which provide (most of) the API of Lua 5.3 (both Lua functions and C API) for projects using Lua 5.1 or Lua 5.2.
Compat-5.3 version 0.11
Eleventh release of Compat-5.3, a Lua module and a set of C files which
provide (most of) the API of Lua 5.3 (both Lua functions and C API)
for projects using Lua 5.1 or Lua 5.2.
Changes since v0.10:
- Support for getting io.popen results on file:close() on PUC-Rio Lua 5.1
- Avoids attempting to use strerror_r on mingw
- Converted lua_pushlstring from a macro to a function
Compat-5.3 version 0.10
Tenth release of Compat-5.3, a Lua module and a set of C files which
provide (most of) the API of Lua 5.3 (both Lua functions and C API)
for projects using Lua 5.1 or Lua 5.2.
Changes since v0.9:
- Fixed bit32 conversion issues for Lua 5.1 on 32 bit systems
Compat-5.3 version 0.9
Ninth release of Compat-5.3, a Lua module and a set of C files which
provide (most of) the API of Lua 5.3 (both Lua functions and C API)
for projects using Lua 5.1 or Lua 5.2.
Changes since v0.8:
- Added bit32 library compatibility module.
Compat-5.3 version 0.8
Eighth release of Compat-5.3, a Lua module and a set of C files which
provide (most of) the API of Lua 5.3 (both Lua functions and C API)
for projects using Lua 5.1 or Lua 5.2.
Changes since v0.7:
None, but Lua 5.4 is supported.