Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wrap visibility pragmas in #ifndef _WIN32 | E. Westbrook | 2019-03-10 | 1 | -0/+4 |
| | |||||
* | compat: pragma visibility | E. Westbrook | 2019-03-10 | 1 | -7/+11 |
| | |||||
* | Fix static linking problem with LuaJIT | Philipp Janda | 2019-02-23 | 1 | -0/+2 |
| | | | | | | | | | | LuaJIT and LuaSocket both define new Lua APIs from Lua 5.2 (in particular `luaL_setfuncs` and `luaL_testudata`). When linking both statically, the one definition rule strikes and linking fails. This commit fixes the issue by renaming the LuaSocket versions of those functions behind the scenes using the C preprocessor. Closes #214 | ||||
* | src/compat.c: provide luaL_testudata() for use by auxiliar.c under Lua 5.1 | E. Westbrook | 2018-06-04 | 1 | -0/+1 |
| | |||||
* | New compat.h module implements luaL_setfuncs. | Diego Nehab | 2015-08-21 | 1 | -0/+11 |
Makes initialization code simpler everywhere. |