aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add lua_pushlstring (return value)daurnimator2017-08-261-1/+1
* Have lua_pushstring return the pushed stringdaurnimator2017-08-261-0/+1
* Fix compilation issues with recent LuaJIT 2.1.Philipp Janda2017-08-071-1/+5
* Mention assert() implementation.Philipp Janda2015-08-181-0/+1
* Add luaL_execresult to C API.Philipp Janda2015-05-201-1/+1
* Merge branch 'isolated'Philipp Janda2015-04-291-1/+17
|\
| * Document changes to compat53.module in readme.Philipp Janda2015-04-251-19/+10
| * document new submodulesPhilipp Janda2015-04-121-1/+26
* | Point to correct wiki.Philipp Janda2015-04-211-1/+1
* | Link to issue with coroutine.running.Philipp Janda2015-04-211-3/+6
|/
* link to wiki for functions with compatibility issuesPhilipp Janda2015-03-171-50/+38
* remove support for luaL_Stream (due to LuaJIT incompatibility)Philipp Janda2015-03-081-2/+0
* document LUA_KFUNCTION macro, update readmePhilipp Janda2015-01-231-1/+38
* update readmePhilipp Janda2015-01-221-7/+11
* backport Lua 5.2/5.3 buffer API for Lua 5.1Philipp Janda2015-01-211-3/+1
* luajit already has yieldable (x)pcall, add tests for code from compat52Philipp Janda2015-01-201-2/+3
* update readmePhilipp Janda2015-01-181-2/+22
* table library (except table.sort for now) respects metamethodsPhilipp Janda2015-01-171-2/+3
* add ipairs function that respects __indexPhilipp Janda2015-01-171-1/+2
* add new fields to math libraryPhilipp Janda2015-01-161-2/+7
* fix typos in readmePhilipp Janda2015-01-151-2/+2
* add rockspec and info for Lua APIPhilipp Janda2015-01-151-9/+38
* add fallback for lua_str2number, readme fixPhilipp Janda2015-01-131-1/+0
* updated readmePhilipp Janda2015-01-131-0/+122
* Initial commitHisham Muhammad2015-01-131-0/+1