Roberto Ierusalimschy
|
73ebc5d8f6
compat code should keep compatibility
|
19 年之前 |
Roberto Ierusalimschy
|
bfdcbbcd76
small optimizations (lua_newtable -> lua_createtable)
|
19 年之前 |
Roberto Ierusalimschy
|
053e873145
new macro luaL_opt to avoid evaluating defaults when no needed
|
20 年之前 |
Roberto Ierusalimschy
|
515d556832
access to metamethods and metafields should be raw
|
20 年之前 |
Roberto Ierusalimschy
|
ed7039024d
avoid some warnings
|
20 年之前 |
Roberto Ierusalimschy
|
e41fb9a604
registry._LOADED created "on demand"
|
20 年之前 |
Roberto Ierusalimschy
|
5fa6604f00
detail
|
20 年之前 |
Roberto Ierusalimschy
|
3390f9a35a
detail
|
20 年之前 |
Roberto Ierusalimschy
|
9273fbd131
no more 'luaL_get/setfield' (replaced by more direct luaL_findtable)
|
20 年之前 |
Roberto Ierusalimschy
|
39cdbce23e
no more '-w' option + new way to check module existence
|
20 年之前 |
Roberto Ierusalimschy
|
027e9e99ca
simpler implementation for userdata types
|
20 年之前 |
Roberto Ierusalimschy
|
3b828d9e48
luaL_setfield does a non-raw set
|
20 年之前 |
Roberto Ierusalimschy
|
68548a02d3
fancier code ;)
|
20 年之前 |
Roberto Ierusalimschy
|
2f2b4a42a9
luaL_checkudata raises an error if value is not correct
|
20 年之前 |
Roberto Ierusalimschy
|
16ddf86168
luaL_openlib -> luaL_register and new function luaL_loadstring
|
20 年之前 |
Roberto Ierusalimschy
|
39c0f391c6
detail
|
20 年之前 |
Roberto Ierusalimschy
|
f01a95d4a0
detail
|
20 年之前 |
Roberto Ierusalimschy
|
d6ff5d9f46
searchpath is "private affair" of loadlib
|
20 年之前 |
Roberto Ierusalimschy
|
20131e54d3
no more "getc" when testing if file exists
|
20 年之前 |
Roberto Ierusalimschy
|
3d08aa591d
details
|
20 年之前 |
Roberto Ierusalimschy
|
e86dab2dae
details
|
20 年之前 |
Roberto Ierusalimschy
|
d628795940
lua_objsize -> lua_objlen (more compatible with use of `len´ in other
|
20 年之前 |
Roberto Ierusalimschy
|
05348d834b
better error message
|
20 年之前 |
Roberto Ierusalimschy
|
90de38bf1f
warnings in VS .Net
|
20 年之前 |
Roberto Ierusalimschy
|
e8a7ecb982
luaL_findstring -> luaL_checkoption
|
20 年之前 |
Roberto Ierusalimschy
|
67578ec51f
several small details
|
20 年之前 |
Roberto Ierusalimschy
|
c2bb9abcec
better quotes for strings in error messages
|
20 年之前 |
Roberto Ierusalimschy
|
da32450c3d
new API function `lua_tolstring'
|
20 年之前 |
Roberto Ierusalimschy
|
9ffae705ee
new "primitive" getn
|
20 年之前 |
Roberto Ierusalimschy
|
d55bb795fa
details
|
20 年之前 |