Skip to content

Releases: lunarmodules/lua-compat-5.3

v0.14.3

02 Sep 19:51
Compare
Choose a tag to compare
  • win32: fix detection for mingw32
  • revert change in tolstream

v0.14.2

02 Sep 19:51
Compare
Choose a tag to compare
  • fix: return third result in file-opening functions

Compat-5.3 version 0.14.1

29 Aug 22:23
Compare
Choose a tag to compare
  • avoid MSVC build error

Compat-5.3 version 0.14

29 Aug 21:12
Compare
Choose a tag to compare
  • fix: math.tointeger accepts strings convertible to integers (#66)
  • adjust file metatables for LuaJIT built with 5.2 compat disabled, even in compat53.module mode (#67)

Compat-5.3 version 0.13

24 Feb 00:05
Compare
Choose a tag to compare

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

02 Nov 16:42
Compare
Choose a tag to compare

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

19 Oct 19:23
Compare
Choose a tag to compare

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

19 Oct 19:16
Compare
Choose a tag to compare

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

08 Jul 23:37
Compare
Choose a tag to compare

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

08 Jul 19:55
Compare
Choose a tag to compare

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.