aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support getting io.popen results on file:close() on PUC-Rio Lua 5.1 (#53)Hisham Muhammad2023-09-131-0/+2
* keplerproject -> lunarmodulesHisham Muhammad2022-07-261-25/+25
* GitHub Actions (#51)Philipp Janda2020-11-111-1/+2
* Make it usable on Lua 5.4v0.8Philipp Janda2020-07-081-1/+1
* Link to `lua_getextraspace` quirks in README.md.Philipp Janda2018-07-291-1/+2
* Add an implementation of `lua_getextraspace()`.Philipp Janda2018-07-271-1/+1
* Add Travis-CI integrationPhilipp Janda2017-09-181-0/+2
* Fix links in the README.md.Philipp Janda2017-09-161-3/+3
* Add Lua 5.3 version of `lua_load`.Philipp Janda2017-09-161-0/+3
* Merge branch 'feature/luaL_loadfilebufferx' of https://github.com/ThePhD/lua-...Philipp Janda2017-09-161-2/+2
|\
| * update readmeThePhD2017-09-131-2/+2
* | Merge branch 'luaL_Stream' of https://github.com/daurnimator/lua-compat-5.3 i...Philipp Janda2017-09-161-6/+9
|\ \
| * | Add (partial) luaL_Stream definitiondaurnimator2017-09-081-6/+8
| * | Add LUA_FILEHANDLE definedaurnimator2017-09-081-0/+1
* | | define LUA_ERRGCMM code for return valuesThePhD2017-09-131-0/+1
| |/ |/|
* | Add lua_resumedaurnimator2017-09-081-0/+1
|/
* 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