aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2020-10-121-1/+1
|\
| * Minor changes and https-ify links.Mike Pall2020-10-121-1/+1
| |
* | From Lua 5.2: Add lua_tonumberx() and lua_tointegerx().Mike Pall2017-04-071-0/+2
| | | | | | | | Contributed by François Perrad.
* | From Lua 5.3: Add lua_isyieldable().Mike Pall2017-04-071-0/+3
| | | | | | | | Contributed by François Perrad.
* | From Lua 5.2: Add lua_copy().Mike Pall2017-04-071-0/+1
| | | | | | | | Contributed by François Perrad.
* | From Lua 5.2: Add lua_version().Mike Pall2017-04-071-0/+1
| | | | | | | | Contributed by François Perrad.
* | Refactor with LUA_OK.Mike Pall2017-04-071-1/+2
| | | | | | | | Contributed by François Perrad.
* | Add collectgarbage("isrunning").Mike Pall2015-10-011-0/+1
|/
* Move load/dump functions to lj_load.c. Add load modes.Mike Pall2012-09-211-0/+2
|
* From Lua 5.2: Add debug.upvalueid() and debug.upvaluejoin().Mike Pall2012-09-201-1/+4
| | | | Ditto for lua_upvalueid() and lua_upvaluejoin().
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+388