aboutsummaryrefslogtreecommitdiff
path: root/c-api/compat-5.3.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* luaL_checkstack accepts NULL message.v0.3Philipp Janda2015-09-131-0/+3
|
* Fix macro for lua_stringtonumber.Philipp Janda2015-09-071-1/+1
|
* Fix linker problems when compiling as C++.Philipp Janda2015-09-071-0/+6
| | | | | | When compiling compat-5.3.c as C++, the Lua symbols may still have C-linkage. Reference those symbols as `extern "C"` by default and add an option for normal (C++) linkage.
* luaL_newmetatable sets __name on all Lua versions.Philipp Janda2015-07-111-0/+3
|
* Add luaL_execresult to C API.Philipp Janda2015-05-201-1/+3
|
* remove support for luaL_Stream (due to LuaJIT incompatibility)Philipp Janda2015-03-081-13/+0
|
* make LuaJIT support for luaL_Stream interface possiblePhilipp Janda2015-02-141-0/+7
|
* fix typoPhilipp Janda2015-01-231-1/+1
|
* backport Lua 5.2/5.3 buffer API for Lua 5.1Philipp Janda2015-01-211-4/+51
|
* luajit already has yieldable (x)pcall, add tests for code from compat52Philipp Janda2015-01-201-0/+1
|
* add lua_arith and lua_compare for Lua 5.1Philipp Janda2015-01-201-2/+16
|
* add initial implementation of c-api and licensePhilipp Janda2015-01-131-0/+294