Roberto Ierusalimschy
|
de6fc75d63
several configuration options that do not change often moved out of
|
15 年之前 |
Roberto Ierusalimschy
|
2e51792596
avoid using deprecated macros lua_[gs]etglobal
|
15 年之前 |
Roberto Ierusalimschy
|
2b25489b47
'notail' -> 'noextrachars' ('notail' may confuse with tail calls)
|
15 年之前 |
Roberto Ierusalimschy
|
bc439e21cd
avoid an unprotected call to 'lua_tostring' which theoretically may
|
16 年之前 |
Roberto Ierusalimschy
|
5bff2aaf47
calls with LUA_MULTRET may leave no free slots in the stack
|
16 年之前 |
Roberto Ierusalimschy
|
4a818f068a
'checkversion' implemented in the auxiliary library
|
16 年之前 |
Roberto Ierusalimschy
|
f36e319658
'fputs' changed to 'luai_writestring' + use of 'lua_checkversion'
|
16 年之前 |
Roberto Ierusalimschy
|
f9dec5fc84
do not use compatibility macros in Lua
|
17 年之前 |
Roberto Ierusalimschy
|
9e7de9473c
message from -v option goes to stdout, as it is not an error message
|
17 年之前 |
Roberto Ierusalimschy
|
1527d8f00d
GC called after errors now are called after showing error message (to
|
17 年之前 |
Roberto Ierusalimschy
|
c676f13e1a
stand-alone error-message details
|
18 年之前 |
Roberto Ierusalimschy
|
72c2f75648
detail (LUA_COPYRIGHT includes release number)
|
18 年之前 |
Roberto Ierusalimschy
|
3f78748ef3
traceback function moved to auxlib
|
18 年之前 |
Roberto Ierusalimschy
|
4eb49163c6
error handler in 'lua.c' tries '__tostring' metamethod if error
|
18 年之前 |
Roberto Ierusalimschy
|
afa0d0ac0d
new constant LUA_OK
|
19 年之前 |
Roberto Ierusalimschy
|
d22526ec30
'lua_strlen' is for compatibility only
|
19 年之前 |
Roberto Ierusalimschy
|
a7c9e45c64
avoid trailing white spaces
|
19 年之前 |
Roberto Ierusalimschy
|
74832b2a10
detail
|
19 年之前 |
Roberto Ierusalimschy
|
475b0ecbf1
new macro LUA_RELEASE
|
19 年之前 |
Roberto Ierusalimschy
|
20f4bbdc3a
does not accept garbage after options (e.g., -ixxx)
|
19 年之前 |
Roberto Ierusalimschy
|
672bb67ee6
environment variable names should be configurable
|
19 年之前 |
Roberto Ierusalimschy
|
bfdcbbcd76
small optimizations (lua_newtable -> lua_createtable)
|
19 年之前 |
Roberto Ierusalimschy
|
30eebb2d1c
detail (stop collector while openning libraries)
|
19 年之前 |
Roberto Ierusalimschy
|
3592c08a2c
avoid printing two copyright messages with '-v -i' options
|
19 年之前 |
Roberto Ierusalimschy
|
ff7638b0ed
VC warnings
|
20 年之前 |
Roberto Ierusalimschy
|
7f376e6ea8
do a complete garbage collection in case of errors
|
20 年之前 |
Roberto Ierusalimschy
|
86704cffe9
detail in usage message
|
20 年之前 |
Roberto Ierusalimschy
|
fa41fafa6e
reorganization of argument handling
|
20 年之前 |
Roberto Ierusalimschy
|
506c89cef8
just in case, flush all output
|
20 年之前 |
Roberto Ierusalimschy
|
9273fbd131
no more 'luaL_get/setfield' (replaced by more direct luaL_findtable)
|
20 年之前 |