This repository was archived by the owner on Apr 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
79 lines (75 loc) · 1.12 KB
/
Copy pathTODO
File metadata and controls
79 lines (75 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Detect C types for lua_integer, lua_number, etc.
Test entire API.
Complete missing subprograms.
lua_cpcall
lua_dump
lua_gc
lua_getallocf
lua_getglobal
lua_getinfo
lua_getlocal
lua_getstack
lua_getupvalue
lua_newstate
lua_newuserdata
lua_pushcclosure
lua_pushcfunction
lua_pushfstring
lua_pushinteger
lua_pushlightuserdata
lua_pushliteral
lua_pushthread
lua_pushvfstring
lua_register
lua_setallocf
lua_setglobal
lua_setlocal
lua_setupvalue
lua_status
lua_tolstring
lua_topointer
lua_touserdata
lua_upvalueindex
lua_xmove
luaL_addchar
luaL_addlstring
luaL_addsize
luaL_addstring
luaL_addvalue
luaL_argcheck
luaL_argerror
luaL_buffinit
luaL_callmeta
luaL_checkany
luaL_checkint
luaL_checkinteger
luaL_checklong
luaL_checklstring
luaL_checknumber
luaL_checkoption
luaL_checkstack
luaL_checkstring
luaL_checktype
luaL_checkudata
luaL_dofile
luaL_dostring
luaL_error
luaL_getmetafield
luaL_getmetatable
luaL_gsub
luaL_loadbuffer
luaL_loadfile
luaL_loadstring
luaL_newmetatable
luaL_optint
luaL_optinteger
luaL_optlong
luaL_optlstring
luaL_optnumber
luaL_optstring
luaL_prepbuffer
luaL_pushresult
luaL_register
luaL_typename
luaL_typerror
luaL_where