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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
strerror_r is not available on mingw (#57)
Hisham Muhammad
2022-08-01
1
-2
/
+3
*
Convert lua_pushlstring from a macro to a function (#55)
Philipp Janda
2021-12-18
2
-6
/
+11
*
Make it usable on Lua 5.4
v0.8
Philipp Janda
2020-07-08
1
-3
/
+3
*
Fix feature detection for strerror_r
Philipp Janda
2018-12-15
1
-2
/
+3
*
Fix structure initialization in compat53 lua_load
Philipp Janda
2018-12-15
1
-1
/
+3
*
Add an implementation of `lua_getextraspace()`.
Philipp Janda
2018-07-27
2
-1
/
+60
*
Fix feature test for C11 Annex K (strerror_s).
v0.7
Philipp Janda
2018-04-26
1
-2
/
+2
*
Provide strict lua_tointegerx for Lua 5.2 as well.
Philipp Janda
2018-02-11
2
-19
/
+19
*
lua_tointeger(x) rejects non-ints for Lua 5.1.
Philipp Janda
2018-01-13
2
-4
/
+13
*
fix VC warnings for integer down-conversions to char
ThePhD
2017-10-04
1
-2
/
+2
*
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 tests for `luaL_load{buffer,file}x`.
Philipp Janda
2017-09-16
1
-10
/
+9
*
Add Lua 5.3 version of `lua_load`.
Philipp Janda
2017-09-16
2
-37
/
+70
*
Merge branch 'feature/luaL_loadfilebufferx' of https://github.com/ThePhD/lua-...
Philipp Janda
2017-09-16
2
-4
/
+264
|
\
|
*
fix usage of tabs
The Phantom Derpstorm
2017-09-13
1
-5
/
+5
|
*
implement luaL_loadbufferx and luaL_loadfilex
ThePhD
2017-09-13
2
-4
/
+264
*
|
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
1
-0
/
+12
|
\
\
|
*
|
Add (partial) luaL_Stream definition
daurnimator
2017-09-08
1
-0
/
+9
|
*
|
Add LUA_FILEHANDLE define
daurnimator
2017-09-08
1
-0
/
+3
*
|
|
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
|
|
|
/
|
|
/
|
*
/
|
define LUA_ERRGCMM code for return values
ThePhD
2017-09-13
1
-0
/
+13
|
/
/
*
/
Add lua_resume
daurnimator
2017-09-08
1
-0
/
+3
|
/
*
Use FALLTHROUGH annotation to fix -Wimplicit-fallthrough warning
daurnimator
2017-09-03
1
-1
/
+1
*
Put parens around L macro parameter as well.
Philipp Janda
2017-08-27
1
-33
/
+33
*
Provide fixed luaL_tolstring for Lua 5.2 as well.
Philipp Janda
2017-08-27
2
-37
/
+37
*
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
*
Handle edge case for lua_pushlstring(). Add test.
Philipp Janda
2017-08-27
1
-1
/
+1
*
Add lua_pushlstring (return value)
daurnimator
2017-08-26
1
-0
/
+3
*
Have lua_pushstring return the pushed string
daurnimator
2017-08-26
1
-0
/
+3
*
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
2
-26
/
+39
*
Fix lua_len and luaL_len to use lua_Integer.
Philipp Janda
2016-07-08
2
-8
/
+11
*
OSX is a Unix.
Philipp Janda
2016-01-22
1
-1
/
+2
*
luaL_checkstack accepts NULL message.
v0.3
Philipp Janda
2015-09-13
2
-0
/
+15
*
Fix macro for lua_stringtonumber.
Philipp Janda
2015-09-07
1
-1
/
+1
*
Fix linker problems when compiling as C++.
Philipp Janda
2015-09-07
2
-2
/
+6
*
Make C API compile as C++.
Philipp Janda
2015-09-05
1
-1
/
+1
*
luaL_newmetatable sets __name on all Lua versions.
Philipp Janda
2015-07-11
1
-0
/
+3
*
Add luaL_execresult to C API.
Philipp Janda
2015-05-20
2
-2
/
+42
*
remove support for luaL_Stream (due to LuaJIT incompatibility)
Philipp Janda
2015-03-08
1
-13
/
+0
*
make sure that _LOADED is not nil
Alessandro Ghedini
2015-02-25
1
-1
/
+1
*
fix test for invalid LUA_OP*
Philipp Janda
2015-02-20
1
-1
/
+1
*
Make code snippets more readable.
Hisham Muhammad
2015-02-20
1
-30
/
+13
*
remove spurious (void*) cast
Philipp Janda
2015-02-16
1
-1
/
+1
*
make LuaJIT support for luaL_Stream interface possible
Philipp Janda
2015-02-14
1
-0
/
+7
[next]