index
:
lua-compat-5.3
ci/add-readline
fix-pushlstring
master
strerror
A mirror of https://github.com/lunarmodules/lua-compat-5.3.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
c-api
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-24
Add braces and suppress warning.
strerror
Philipp Janda
1
-3
/
+7
2017-09-23
Do less stuff when sz is 0 in compat53_strerror().
Philipp Janda
1
-10
/
+10
2017-09-23
Transparently handle GNU/XSI strerror_r.
Philipp Janda
1
-45
/
+20
2017-09-18
Add Travis-CI integration
Philipp Janda
4
-7
/
+60
2017-09-16
Fix links in the README.md.
Philipp Janda
1
-3
/
+3
2017-09-16
Add tests for `luaL_load{buffer,file}x`.
Philipp Janda
3
-76
/
+129
2017-09-16
Add Lua 5.3 version of `lua_load`.
Philipp Janda
3
-37
/
+73
2017-09-16
Include lualib.h, remove #define LUA_FILEHANDLE.
Philipp Janda
1
-8
/
+5
2017-09-13
fix usage of tabs
The Phantom Derpstorm
1
-5
/
+5
2017-09-13
fix `lua_Integer` casts that error on Visual C++ and other pedantic conversio...
ThePhD
1
-2
/
+2
2017-09-13
define LUA_ERRGCMM code for return values
ThePhD
2
-0
/
+14
2017-09-13
update readme
ThePhD
1
-2
/
+2
2017-09-13
implement luaL_loadbufferx and luaL_loadfilex
ThePhD
2
-4
/
+264
2017-09-08
Add (partial) luaL_Stream definition
daurnimator
2
-6
/
+17
2017-09-08
Add LUA_FILEHANDLE define
daurnimator
2
-0
/
+4
2017-09-08
Add lua_resume
daurnimator
2
-0
/
+4
2017-09-03
Use FALLTHROUGH annotation to fix -Wimplicit-fallthrough warning
daurnimator
1
-1
/
+1