Skip to content

Compat-5.3 version 0.11

Compare
Choose a tag to compare
@hishamhm hishamhm released this 19 Oct 19:23
· 16 commits to master since this release

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