aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bit32 conversion issues for Lua 5.1 on 32 bitv0.10Philipp Janda2020-10-102-2/+13
* Fix bit32 scm rockspecPhilipp Janda2020-10-101-1/+1
* Fix repository name in rockspecv0.9Philipp Janda2020-07-091-1/+1
* Add bit32 libraryPhilipp Janda2020-07-094-0/+298
* Make it usable on Lua 5.4v0.8Philipp Janda2020-07-085-6/+40
* Update backports to Lua 5.3.5 versionsPhilipp Janda2018-12-153-7/+7
* Fix feature detection for strerror_rPhilipp Janda2018-12-151-2/+3
* Fix structure initialization in compat53 lua_loadPhilipp Janda2018-12-151-1/+3
* Make test C module compile as C++ again.Philipp Janda2018-07-291-1/+1
* Link to `lua_getextraspace` quirks in README.md.Philipp Janda2018-07-291-1/+2
* Improve `lua_getextraspace` tests.Philipp Janda2018-07-291-7/+21
* Add an implementation of `lua_getextraspace()`.Philipp Janda2018-07-275-6/+92
* Add rockspec for v0.7 release.Philipp Janda2018-07-081-0/+32
* Fix feature test for C11 Annex K (strerror_s).v0.7Philipp Janda2018-04-261-2/+2
* Provide strict lua_tointegerx for Lua 5.2 as well.Philipp Janda2018-02-112-19/+19
* lua_tointeger(x) rejects non-ints for Lua 5.1.Philipp Janda2018-01-134-5/+20
* Verify that lua_getuservalue returns type.Philipp Janda2018-01-131-2/+2
* Merge pull request #38 from ThePhD/warnings/vcxxv0.6Philipp Janda2017-10-091-2/+2
|\
| * fix VC warnings for integer down-conversions to charThePhD2017-10-041-2/+2
|/
* Merge pull request #37 from keplerproject/strerrorPhilipp Janda2017-10-011-46/+25
|\
| * Add braces and suppress warning.strerrorPhilipp Janda2017-09-241-3/+7
| * Do less stuff when sz is 0 in compat53_strerror().Philipp Janda2017-09-231-10/+10
| * Transparently handle GNU/XSI strerror_r.Philipp Janda2017-09-231-45/+20
|/
* Add Travis-CI integrationPhilipp Janda2017-09-184-7/+60
* Fix links in the README.md.Philipp Janda2017-09-161-3/+3
* Merge branch 'ThePhD-feature/luaL_loadfilebufferx'Philipp Janda2017-09-165-72/+421
|\
| * Add tests for `luaL_load{buffer,file}x`.Philipp Janda2017-09-163-76/+129
| * Add Lua 5.3 version of `lua_load`.Philipp Janda2017-09-163-37/+73
| * Merge branch 'feature/luaL_loadfilebufferx' of https://github.com/ThePhD/lua-...Philipp Janda2017-09-163-6/+266
|/|
| * fix usage of tabsThe Phantom Derpstorm2017-09-131-5/+5
| * update readmeThePhD2017-09-131-2/+2
| * implement luaL_loadbufferx and luaL_loadfilexThePhD2017-09-132-4/+264
* | Merge branch 'daurnimator-luaL_Stream'Philipp Janda2017-09-162-9/+21
|\ \
| * | Include lualib.h, remove #define LUA_FILEHANDLE.Philipp Janda2017-09-161-8/+5
| * | Merge branch 'luaL_Stream' of https://github.com/daurnimator/lua-compat-5.3 i...Philipp Janda2017-09-162-6/+21
|/| |
| * | Add (partial) luaL_Stream definitiondaurnimator2017-09-082-6/+17
| * | Add LUA_FILEHANDLE definedaurnimator2017-09-082-0/+4
* | | Merge branch 'ThePhD-fix/lua_Number_casts'Philipp Janda2017-09-141-2/+2
|\ \ \
| * | | Merge branch 'fix/lua_Number_casts' of https://github.com/ThePhD/lua-compat-5...Philipp Janda2017-09-141-2/+2
|/| | |
| * | | fix `lua_Integer` casts that error on Visual C++ and other pedantic conversio...ThePhD2017-09-131-2/+2
| | |/ | |/|
* | | Merge branch 'ThePhD-feature/LUA_ERRGCMM'Philipp Janda2017-09-143-1/+19
|\ \ \
| * | | define LUA_ERRGCMM code for return valuesThePhD2017-09-132-0/+14
| |/ /
| * | Merge pull request #26 from daurnimator/lua_resumePhilipp Janda2017-09-092-0/+4
| |\ \ | | |/ | |/|
| | * Add lua_resumedaurnimator2017-09-082-0/+4
| |/
| * Merge pull request #24 from daurnimator/implicit-fallthroughPhilipp Janda2017-09-041-1/+1
|/|
| * Use FALLTHROUGH annotation to fix -Wimplicit-fallthrough warningdaurnimator2017-09-031-1/+1
|/
* Add rockspec for new minor release.v0.5Philipp Janda2017-08-281-0/+32
* Put parens around L macro parameter as well.Philipp Janda2017-08-271-33/+33
* Update backports to Lua 5.3.4.Philipp Janda2017-08-274-85/+126
* Provide fixed luaL_tolstring for Lua 5.2 as well.Philipp Janda2017-08-272-37/+37