aboutsummaryrefslogtreecommitdiff
path: root/src/lua.sym
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua.sym')
-rw-r--r--src/lua.sym45
1 files changed, 37 insertions, 8 deletions
diff --git a/src/lua.sym b/src/lua.sym
index 18ab3d6c..a2ce7548 100644
--- a/src/lua.sym
+++ b/src/lua.sym
@@ -3,6 +3,7 @@ luaL_addstring
luaL_addvalue
luaL_argerror
luaL_buffinit
+luaL_buffinitsize
luaL_callmeta
luaL_checkany
luaL_checkinteger
@@ -12,39 +13,55 @@ luaL_checkoption
luaL_checkstack
luaL_checktype
luaL_checkudata
+luaL_checkunsigned
+luaL_checkversion
luaL_error
+luaL_execresult
+luaL_fileresult
luaL_findtable
luaL_getmetafield
+luaL_getsubtable
luaL_gsub
+luaL_len
luaL_loadbuffer
luaL_loadfile
luaL_loadstring
+luaL_newlibtable
luaL_newmetatable
luaL_newstate
luaL_openlibs
luaL_optinteger
luaL_optlstring
luaL_optnumber
+luaL_optunsigned
luaL_prepbuffer
+luaL_prepbuffersize
luaL_pushresult
+luaL_pushresultsize
luaL_ref
-luaL_register
-luaL_typerror
+luaL_requiref
+luaL_setfuncs
+luaL_setmetatable
+luaL_testudata
+luaL_tostring
+luaL_traceback
luaL_unref
luaL_where
+lua_absindex
+lua_arith
lua_atpanic
lua_call
+lua_callk
lua_checkstack
lua_close
lua_concat
-lua_cpcall
+lua_copy
lua_createtable
lua_dump
-lua_equal
lua_error
lua_gc
lua_getallocf
-lua_getfenv
+lua_getctx
lua_getfield
lua_gethook
lua_gethookcount
@@ -56,20 +73,21 @@ lua_getstack
lua_gettable
lua_gettop
lua_getupvalue
+lua_getuservalue
lua_ident
lua_insert
lua_iscfunction
lua_isnumber
lua_isstring
lua_isuserdata
-lua_lessthan
+lua_len
lua_load
lua_newstate
lua_newthread
lua_newuserdata
lua_next
-lua_objlen
lua_pcall
+lua_pcallk
lua_pushboolean
lua_pushcclosure
lua_pushfstring
@@ -85,13 +103,13 @@ lua_pushvfstring
lua_rawequal
lua_rawget
lua_rawgeti
+lua_rawlen
lua_rawset
lua_rawseti
lua_remove
lua_replace
lua_resume
lua_setallocf
-lua_setfenv
lua_setfield
lua_sethook
lua_setlevel
@@ -100,20 +118,31 @@ lua_setmetatable
lua_settable
lua_settop
lua_setupvalue
+lua_setuservalue
lua_status
lua_toboolean
lua_tocfunction
lua_tointeger
+lua_tointegerx
lua_tolstring
lua_tonumber
+lua_tonumberx
lua_topointer
lua_tothread
+lua_tounsigned
+lua_tounsignedx
lua_touserdata
+lua_upvalueid
+lua_upvaluejoin
lua_type
lua_typename
+lua_version
lua_xmove
lua_yield
+lua_yieldk
luaopen_base
+luaopen_bitlib
+luaopen_coroutine
luaopen_debug
luaopen_io
luaopen_math