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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add braces and suppress warning.
strerror
Philipp Janda
2017-09-24
1
-3
/
+7
*
Do less stuff when sz is 0 in compat53_strerror().
Philipp Janda
2017-09-23
1
-10
/
+10
*
Transparently handle GNU/XSI strerror_r.
Philipp Janda
2017-09-23
1
-45
/
+20
*
Add Travis-CI integration
Philipp Janda
2017-09-18
4
-7
/
+60
*
Fix links in the README.md.
Philipp Janda
2017-09-16
1
-3
/
+3
*
Merge branch 'ThePhD-feature/luaL_loadfilebufferx'
Philipp Janda
2017-09-16
5
-72
/
+421
|
\
|
*
Add tests for `luaL_load{buffer,file}x`.
Philipp Janda
2017-09-16
3
-76
/
+129
|
*
Add Lua 5.3 version of `lua_load`.
Philipp Janda
2017-09-16
3
-37
/
+73
|
*
Merge branch 'feature/luaL_loadfilebufferx' of https://github.com/ThePhD/lua-...
Philipp Janda
2017-09-16
3
-6
/
+266
|
/
|
|
*
fix usage of tabs
The Phantom Derpstorm
2017-09-13
1
-5
/
+5
|
*
update readme
ThePhD
2017-09-13
1
-2
/
+2
|
*
implement luaL_loadbufferx and luaL_loadfilex
ThePhD
2017-09-13
2
-4
/
+264
*
|
Merge branch 'daurnimator-luaL_Stream'
Philipp Janda
2017-09-16
2
-9
/
+21
|
\
\
|
*
|
Include lualib.h, remove #define LUA_FILEHANDLE.
Philipp Janda
2017-09-16
1
-8
/
+5
|
*
|
Merge branch 'luaL_Stream' of https://github.com/daurnimator/lua-compat-5.3 i...
Philipp Janda
2017-09-16
2
-6
/
+21
|
/
|
|
|
*
|
Add (partial) luaL_Stream definition
daurnimator
2017-09-08
2
-6
/
+17
|
*
|
Add LUA_FILEHANDLE define
daurnimator
2017-09-08
2
-0
/
+4
*
|
|
Merge branch 'ThePhD-fix/lua_Number_casts'
Philipp Janda
2017-09-14
1
-2
/
+2
|
\
\
\
|
*
|
|
Merge branch 'fix/lua_Number_casts' of https://github.com/ThePhD/lua-compat-5...
Philipp Janda
2017-09-14
1
-2
/
+2
|
/
|
|
|
|
*
|
|
fix `lua_Integer` casts that error on Visual C++ and other pedantic conversio...
ThePhD
2017-09-13
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ThePhD-feature/LUA_ERRGCMM'
Philipp Janda
2017-09-14
3
-1
/
+19
|
\
\
\
|
*
|
|
define LUA_ERRGCMM code for return values
ThePhD
2017-09-13
2
-0
/
+14
|
|
/
/
|
*
|
Merge pull request #26 from daurnimator/lua_resume
Philipp Janda
2017-09-09
2
-0
/
+4
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Add lua_resume
daurnimator
2017-09-08
2
-0
/
+4
|
|
/
|
*
Merge pull request #24 from daurnimator/implicit-fallthrough
Philipp Janda
2017-09-04
1
-1
/
+1
|
/
|
|
*
Use FALLTHROUGH annotation to fix -Wimplicit-fallthrough warning
daurnimator
2017-09-03
1
-1
/
+1
|
/
*
Add rockspec for new minor release.
v0.5
Philipp Janda
2017-08-28
1
-0
/
+32
*
Put parens around L macro parameter as well.
Philipp Janda
2017-08-27
1
-33
/
+33
*
Update backports to Lua 5.3.4.
Philipp Janda
2017-08-27
4
-85
/
+126
*
Provide fixed luaL_tolstring for Lua 5.2 as well.
Philipp Janda
2017-08-27
2
-37
/
+37
*
Fix compilation for older versions of Lua 5.3.
Philipp Janda
2017-08-27
1
-0
/
+5
*
Add parens around macro arguments.
Philipp Janda
2017-08-27
2
-35
/
+35
*
Handle lua_pushlstring edge case for Lua 5.2 too.
Philipp Janda
2017-08-27
1
-0
/
+3
*
Merge branch 'daurnimator-pushstring-return'
Philipp Janda
2017-08-27
4
-0
/
+20
|
\
|
*
Handle edge case for lua_pushlstring(). Add test.
Philipp Janda
2017-08-27
3
-1
/
+14
|
*
Add lua_pushlstring (return value)
daurnimator
2017-08-26
2
-1
/
+4
|
*
Have lua_pushstring return the pushed string
daurnimator
2017-08-26
2
-0
/
+4
|
/
*
Add rockspec for new minor release.
v0.4
Philipp Janda
2017-08-09
1
-0
/
+32
*
Add tests for luaL_tolstring and string.pack.
Philipp Janda
2017-08-09
1
-2
/
+6
*
Update behavior of luaL_tolstring().
Philipp Janda
2017-08-08
1
-3
/
+10
*
Fix compilation issues with recent LuaJIT 2.1.
Philipp Janda
2017-08-07
3
-27
/
+44
*
Fix lua_len and luaL_len to use lua_Integer.
Philipp Janda
2016-07-08
2
-8
/
+11
*
Merge pull request #18 from jvprat/loadstring
Philipp Janda
2016-05-19
1
-1
/
+1
|
\
|
*
Fix loadstring on Lua 5.1
Jordi Vilalta Prat
2016-05-18
1
-1
/
+1
|
/
*
Merge pull request #17 from jvprat/os_execute
Philipp Janda
2016-04-26
1
-1
/
+4
|
\
|
*
Fix the return code of os.execute() on Windows.
Jordi Vilalta Prat
2016-04-25
1
-1
/
+4
|
/
*
Simplify utf8 helper function.
Philipp Janda
2016-02-05
2
-8
/
+2
*
Add tests for utf8 backport.
Philipp Janda
2016-01-24
1
-0
/
+42
*
Update backports.
Philipp Janda
2016-01-22
4
-241
/
+485
*
OSX is a Unix.
Philipp Janda
2016-01-22
1
-1
/
+2
[next]