Roberto Ierusalimschy
|
0f388193b3
'lUA' -> 'LUA'
|
13 年之前 |
Roberto Ierusalimschy
|
7948b8568e
when available, use '*_r' versions of 'gmtime' and 'localtime'
|
13 年之前 |
Roberto Ierusalimschy
|
61b1d9a466
another try to avoid warnings about unreachable 'return' after 'exit'
|
13 年之前 |
Roberto Ierusalimschy
|
43f13729a2
comment
|
14 年之前 |
Roberto Ierusalimschy
|
d806710ab5
returns for file-related functions and process-related functions
|
14 年之前 |
Roberto Ierusalimschy
|
c4ea0c3b29
detail (cleaning trailing spaces)
|
14 年之前 |
Roberto Ierusalimschy
|
8bc33a088c
'os.exit' acceps booleans as status (for EXIT_SUCESS and EXIT_FAILURE)
|
15 年之前 |
Roberto Ierusalimschy
|
a9dc7c8828
functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerx
|
15 年之前 |
Roberto Ierusalimschy
|
7192afafee
new module policy: C modules do not create globals and do not register
|
15 年之前 |
Roberto Ierusalimschy
|
b3b8dfaaea
yet more options moved from luaconf.h into internal files
|
15 年之前 |
Roberto Ierusalimschy
|
de6fc75d63
several configuration options that do not change often moved out of
|
15 年之前 |
Roberto Ierusalimschy
|
a6f465f558
new mark LUAMOD_API for all luaopen_* functions
|
15 年之前 |
Roberto Ierusalimschy
|
9a41506b8f
'os.exit' should close state only when second argument is true
|
15 年之前 |
Roberto Ierusalimschy
|
f096ab5421
correct way to check arguments to 'strftime'
|
16 年之前 |
Roberto Ierusalimschy
|
5d09be4832
by default, 'os.exit' closes current state
|
17 年之前 |
Roberto Ierusalimschy
|
6f8257ec5f
it seems useless trying to avoid this warning...
|
17 年之前 |
Roberto Ierusalimschy
|
9cb0607f6f
avoid warnings about exit; return
|
18 年之前 |
Roberto Ierusalimschy
|
e7fb0d8a6f
'os.date' checks arguments before passing them to 'strftime'
|
18 年之前 |
Roberto Ierusalimschy
|
d513c3c66b
bug: os.date throws error when result is the empty string
|
19 年之前 |
Roberto Ierusalimschy
|
c351392940
details
|
19 年之前 |
Roberto Ierusalimschy
|
44a9bd6a8c
detail
|
19 年之前 |
Roberto Ierusalimschy
|
8173688542
detail
|
19 年之前 |
Roberto Ierusalimschy
|
c505f341d6
small changes in casts
|
19 年之前 |
Roberto Ierusalimschy
|
43c61fc113
details
|
19 年之前 |
Roberto Ierusalimschy
|
053e873145
new macro luaL_opt to avoid evaluating defaults when no needed
|
20 年之前 |
Roberto Ierusalimschy
|
1e6a559b29
does not set isdst when undefined
|
20 年之前 |
Roberto Ierusalimschy
|
3390f9a35a
detail
|
20 年之前 |
Roberto Ierusalimschy
|
5e8a9e324c
luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar
|
20 年之前 |
Roberto Ierusalimschy
|
e8a7ecb982
luaL_findstring -> luaL_checkoption
|
20 年之前 |
Roberto Ierusalimschy
|
67578ec51f
several small details
|
20 年之前 |