Roberto Ierusalimschy
|
8d3dd04137
clearing some old compatibility code
|
18 years ago |
Roberto Ierusalimschy
|
d3c304e92e
BUG: setfenv accepts invalid argument
|
18 years ago |
Roberto Ierusalimschy
|
cf86576a83
new function luaL_tostring
|
18 years ago |
Roberto Ierusalimschy
|
be822a5f1c
xpcall now may get arguments to function to be called
|
19 years ago |
Roberto Ierusalimschy
|
fc875334fd
detail
|
19 years ago |
Roberto Ierusalimschy
|
afa0d0ac0d
new constant LUA_OK
|
19 years ago |
Roberto Ierusalimschy
|
cedd2092eb
'coroutine.running' should return nil (instead of nothing) for main thread
|
19 years ago |
Roberto Ierusalimschy
|
475b0ecbf1
new macro LUA_RELEASE
|
19 years ago |
Roberto Ierusalimschy
|
414359b2f1
new version number
|
19 years ago |
Roberto Ierusalimschy
|
baffc37f5c
detail
|
19 years ago |
Roberto Ierusalimschy
|
bfdcbbcd76
small optimizations (lua_newtable -> lua_createtable)
|
19 years ago |
Roberto Ierusalimschy
|
6a516878e9
collectgarbage"count" returns kilobytes (where K = 1024)
|
19 years ago |
Roberto Ierusalimschy
|
053e873145
new macro luaL_opt to avoid evaluating defaults when no needed
|
20 years ago |
Roberto Ierusalimschy
|
9f4211310f
more precision for gc count
|
20 years ago |
Roberto Ierusalimschy
|
5fc92cce12
registry._LOADED created "on demand" and baselib created as module _G
|
20 years ago |
Roberto Ierusalimschy
|
c8c2e06899
'select' accepts negative indices
|
20 years ago |
Roberto Ierusalimschy
|
3390f9a35a
detail
|
20 years ago |
Roberto Ierusalimschy
|
5e8a9e324c
luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar
|
20 years ago |
Roberto Ierusalimschy
|
a569099b70
no more path for loadfile + function lists sorted
|
20 years ago |
Roberto Ierusalimschy
|
bbf2cea9a1
more "polite" way to change a thread's environment
|
20 years ago |
Roberto Ierusalimschy
|
e8a7ecb982
luaL_findstring -> luaL_checkoption
|
20 years ago |
Roberto Ierusalimschy
|
f21e9c172f
details
|
20 years ago |
Roberto Ierusalimschy
|
67578ec51f
several small details
|
20 years ago |
Roberto Ierusalimschy
|
c2bb9abcec
better quotes for strings in error messages
|
20 years ago |
Roberto Ierusalimschy
|
da32450c3d
new API function `lua_tolstring'
|
20 years ago |
Roberto Ierusalimschy
|
ade585bdf9
no more LUA_FIRSTINDEX
|
20 years ago |
Roberto Ierusalimschy
|
390256edf7
better name for GC pause
|
20 years ago |
Roberto Ierusalimschy
|
9ffae705ee
new "primitive" getn
|
20 years ago |
Roberto Ierusalimschy
|
6bfef60e77
bug: rawset/rawget do not ignore extra arguments
|
20 years ago |
Roberto Ierusalimschy
|
dcabf721f8
"coroutine.current" -> "running" (compatible with "running" status)
|
20 years ago |