Lua-5.3-style APIs for Lua 5.2 and 5.1
This is a small module that aims to make it easier to write code in a Lua-5.3-style that is compatible with Lua 5.1, Lua 5.2, and Lua 5.3. This does not make Lua 5.2 (or even Lua 5.1) entirely compatible with Lua 5.3, but it brings the API closer to that of Lua 5.3.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / lua-compat-5.3
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:lua/lua-compat-5.3 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_multibuild | 0000000102 102 Bytes | |
lua-compat-5.3-0.13.tar.gz | 0000060960 59.5 KB | |
lua-compat-5.3.changes | 0000003072 3 KB | |
lua-compat-5.3.spec | 0000003543 3.46 KB |
Revision 46 (latest revision is 53)
Matej Cepl (mcepl)
accepted
request 1180761
from
Gordon Leung (Pi-Cla)
(revision 46)
- Update to 0.13: * 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
Comments 0