Roberto Ierusalimschy
|
c5da4f4cd0
unused variable removed
|
13 年之前 |
Roberto Ierusalimschy
|
e21b26a964
avoid 'return' "to avoid warnings"
|
13 年之前 |
Roberto Ierusalimschy
|
3617e04e97
'lua_load' has an extra argument 'mode'
|
13 年之前 |
Roberto Ierusalimschy
|
fded7bef19
options for 'collectgarbage' renamed: "inc" -> "incremental";
|
13 年之前 |
Roberto Ierusalimschy
|
6cce5c0601
new function 'luaL_loadfilex'
|
13 年之前 |
Roberto Ierusalimschy
|
7133e20c94
make treatment of 'pcall' and 'xpcall' more similar
|
13 年之前 |
Roberto Ierusalimschy
|
888d39ea75
refactoring of common parts of 'pcall' and 'xpcall' + avoids
|
13 年之前 |
Roberto Ierusalimschy
|
162ce8256e
lint (unused struct field)
|
14 年之前 |
Roberto Ierusalimschy
|
43c873895f
tonumber: base 10 is not special, no base is
|
14 年之前 |
Roberto Ierusalimschy
|
79cbc3468c
removed and deprecated functions really removed from the code base
|
14 年之前 |
Roberto Ierusalimschy
|
2f125ebc33
'deprecated' x 'removed' (they are not the same thing)
|
14 年之前 |
Roberto Ierusalimschy
|
22e1c5ebad
avoid conversion from 'const char*' to 'void *' (warning about 'const')
|
14 年之前 |
Roberto Ierusalimschy
|
ee7d0c2649
new macro 'luai_writeline' to print newlines (and flush 'stdout')
|
14 年之前 |
Roberto Ierusalimschy
|
98816d0ce5
small problems with 'luaone.c'
|
14 年之前 |
Roberto Ierusalimschy
|
c4ea0c3b29
detail (cleaning trailing spaces)
|
14 年之前 |
Roberto Ierusalimschy
|
511679313f
new function 'rawlen'
|
14 年之前 |
Roberto Ierusalimschy
|
aa6faa6331
own implementation of 'tunumber', so that it works correctly with
|
14 年之前 |
Roberto Ierusalimschy
|
d51743b0c7
removed 'newproxy'
|
14 年之前 |
Roberto Ierusalimschy
|
b83b6ba015
'loadin' -> 'load'
|
14 年之前 |
Roberto Ierusalimschy
|
81646af13b
'loadstring' deprecated; use 'load' instead
|
14 年之前 |
Roberto Ierusalimschy
|
233b71c092
comment
|
14 年之前 |
Roberto Ierusalimschy
|
c79b4a97aa
using 'strspn' to skip spaces in 'tonumber'
|
14 年之前 |
Roberto Ierusalimschy
|
e642cc4206
correct handling of negative numbers in non-10 bases by 'tonumber'
|
14 年之前 |
Roberto Ierusalimschy
|
a289a62717
'loadin' should not check whether upvalue is called '_ENV',
|
15 年之前 |
Roberto Ierusalimschy
|
0df2238063
name "_ENV" configurable through 'luaconf.h'
|
15 年之前 |
Roberto Ierusalimschy
|
6828f6d427
new parameter 'majorinc' to control frequency of major collections
|
15 年之前 |
Roberto Ierusalimschy
|
daa5fe3e31
'loadin' should accept any value for the environment (not only tables) +
|
15 年之前 |
Roberto Ierusalimschy
|
7192afafee
new module policy: C modules do not create globals and do not register
|
15 年之前 |
Roberto Ierusalimschy
|
b98de30b8f
'ipair' is back
|
15 年之前 |
Roberto Ierusalimschy
|
bd262d591f
'coroutine' library separated from 'baselib'
|
15 年之前 |