Roberto Ierusalimschy
|
2d7a81a204
missing parentheses in declaration
|
15 éve |
Roberto Ierusalimschy
|
376e939ef6
missing parentheses around 'luaL_pushresultsize' declaration
|
15 éve |
Roberto Ierusalimschy
|
afdb19ac82
no more 'ccall' nor 'cpcall' functions. (With light C functions they
|
15 éve |
Roberto Ierusalimschy
|
9100f7479a
new implementation for Generic Buffer manipulation (using userdata as
|
15 éve |
Roberto Ierusalimschy
|
1514e49d43
avoid using function environments in C libraries (as it probably will
|
15 éve |
Roberto Ierusalimschy
|
4f5f2fe367
new function 'luaL_cpcall'
|
15 éve |
Roberto Ierusalimschy
|
55d3138397
removed old prototype for 'luaI_openlib' (which does not exist anymore)
|
15 éve |
Roberto Ierusalimschy
|
f3a6815000
compatibility code removed or moved to luaconf.h
|
15 éve |
Roberto Ierusalimschy
|
c3a6f3fa1c
'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'
|
15 éve |
Roberto Ierusalimschy
|
4a818f068a
'checkversion' implemented in the auxiliary library
|
16 éve |
Roberto Ierusalimschy
|
547e47649f
'luaL_typeerror' spelled right
|
16 éve |
Roberto Ierusalimschy
|
daddc57abd
luaL_tostring -> luaL_tolstring (more generic)
|
17 éve |
Roberto Ierusalimschy
|
ffc5f78229
detail
|
18 éve |
Roberto Ierusalimschy
|
3f78748ef3
traceback function moved to auxlib
|
18 éve |
Roberto Ierusalimschy
|
8d3dd04137
clearing some old compatibility code
|
18 éve |
Roberto Ierusalimschy
|
01fa1bc114
luaL_testudata (a luaL_checkudata that does not raise errors) is
|
18 éve |
Roberto Ierusalimschy
|
cf86576a83
new function luaL_tostring
|
18 éve |
Roberto Ierusalimschy
|
18330b6091
lua_dostring/lua_dofile should return any values returned by the chunk
|
19 éve |
Roberto Ierusalimschy
|
bfdcbbcd76
small optimizations (lua_newtable -> lua_createtable)
|
19 éve |
Roberto Ierusalimschy
|
053e873145
new macro luaL_opt to avoid evaluating defaults when no needed
|
20 éve |
Roberto Ierusalimschy
|
ce67a9be31
avoid exporting undefined functions
|
20 éve |
Roberto Ierusalimschy
|
3390f9a35a
detail
|
20 éve |
Roberto Ierusalimschy
|
9273fbd131
no more 'luaL_get/setfield' (replaced by more direct luaL_findtable)
|
20 éve |
Roberto Ierusalimschy
|
027e9e99ca
simpler implementation for userdata types
|
20 éve |
Roberto Ierusalimschy
|
16ddf86168
luaL_openlib -> luaL_register and new function luaL_loadstring
|
20 éve |
Roberto Ierusalimschy
|
d6ff5d9f46
searchpath is "private affair" of loadlib
|
20 éve |
Roberto Ierusalimschy
|
d628795940
lua_objsize -> lua_objlen (more compatible with use of `len´ in other
|
20 éve |
Roberto Ierusalimschy
|
90de38bf1f
warnings in VS .Net
|
20 éve |
Roberto Ierusalimschy
|
e8a7ecb982
luaL_findstring -> luaL_checkoption
|
20 éve |
Roberto Ierusalimschy
|
38da9d568a
better use defined/undefined as flag values for macros
|
20 éve |