aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Change `luaL_loadfilex` to use the modified `lua_load` function. Add more credits to the README.md.
* Merge branch 'feature/luaL_loadfilebufferx' of ↵Philipp Janda2017-09-161-2/+2
|\ | | | | | | https://github.com/ThePhD/lua-compat-5.3 into ThePhD-feature/luaL_loadfilebufferx
| * update readmeThePhD2017-09-131-2/+2
| |
* | Merge branch 'luaL_Stream' of https://github.com/daurnimator/lua-compat-5.3 ↵Philipp Janda2017-09-161-6/+9
|\ \ | | | | | | | | | into daurnimator-luaL_Stream
| * | 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
| | | | Fixes #21
* Fix compilation issues with recent LuaJIT 2.1.Philipp Janda2017-08-071-1/+5
| | | | | | | | Protect macros with `#ifndef`. Use "compat53" prefix instead of "lua" prefix for the mode where static versions of the C API functions are created. Fixes #19.
* 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
|\ | | | | | | | | Conflicts: README.md
| * 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