aboutsummaryrefslogtreecommitdiff
path: root/c-api (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-29Update scm rockspec.Philipp Janda1-1/+2
2015-04-29Fix compilation of lstrlib.c for Lua 5.1.Philipp Janda1-0/+1
2015-04-26Adapt tests for compat53.module.Philipp Janda1-55/+73
2015-04-26Choose correct xpcall implementation in compat53 module.Philipp Janda1-2/+2
2015-04-26Fix typo.Philipp Janda1-1/+1
2015-04-26Add nonyieldable xpcall that takes extra arguments.Philipp Janda2-6/+14
2015-04-25Document changes to compat53.module in readme.Philipp Janda1-19/+10
2015-04-25Refactor compat53 and compat53.module Lua modules.Philipp Janda3-968/+985
2015-04-21Point to correct wiki.Philipp Janda1-1/+1
2015-04-21Link to issue with coroutine.running.Philipp Janda1-3/+6
2015-04-20Make coroutine mappings weak (and document them).Philipp Janda1-7/+18
2015-04-12document new submodulesPhilipp Janda1-1/+26
2015-04-11split compat53 Lua module into separate modules that do/don't modify the glob...Philipp Janda4-165/+282
2015-03-17link to wiki for functions with compatibility issuesPhilipp Janda1-50/+38
2015-03-08remove support for luaL_Stream (due to LuaJIT incompatibility)Philipp Janda2-15/+0
2015-02-25make sure that _LOADED is not nilAlessandro Ghedini1-1/+1
2015-02-23remove some references to global variablesPhilipp Janda1-1/+3
2015-02-20fix test for invalid LUA_OP*Philipp Janda1-1/+1
2015-02-20Make code snippets more readable.Hisham Muhammad1-30/+13
2015-02-16remove spurious (void*) castPhilipp Janda1-1/+1
2015-02-14make LuaJIT support for luaL_Stream interface possiblePhilipp Janda1-0/+7
2015-01-24minor fixesPhilipp Janda1-4/+3
2015-01-24better performance for lua_compare; some code refactoringPhilipp Janda2-52/+41