aboutsummaryrefslogtreecommitdiff
path: root/c-api (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove support for luaL_Stream (due to LuaJIT incompatibility)Philipp Janda2015-03-081-13/+0
* make sure that _LOADED is not nilAlessandro Ghedini2015-02-251-1/+1
* fix test for invalid LUA_OP*Philipp Janda2015-02-201-1/+1
* Make code snippets more readable.Hisham Muhammad2015-02-201-30/+13
* remove spurious (void*) castPhilipp Janda2015-02-161-1/+1
* make LuaJIT support for luaL_Stream interface possiblePhilipp Janda2015-02-141-0/+7
* minor fixesPhilipp Janda2015-01-241-4/+3
* better performance for lua_compare; some code refactoringPhilipp Janda2015-01-241-45/+41
* fix typoPhilipp Janda2015-01-231-1/+1
* backport Lua 5.2/5.3 buffer API for Lua 5.1Philipp Janda2015-01-212-4/+108
* 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-202-2/+106
* prepare to use ltablib.c from 5.3 for table libraryPhilipp Janda2015-01-191-1/+2
* add fallback for lua_str2number, readme fixPhilipp Janda2015-01-131-0/+4
* add initial implementation of c-api and licensePhilipp Janda2015-01-132-0/+724