Roberto Ierusalimschy
|
84db17b6fc
more "religious" definition for 'lua_numtointeger'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
456806f25c
no more 'math.ifloor' + new semantics for 'math.floor'/'math.ceil'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
c98f195eb9
function 'luaV_numtointeger' changed to a global macro
|
11 vuotta sitten |
Roberto Ierusalimschy
|
4d696c45b9
simpler handling of 'GCScallfin' state + more comments
|
11 vuotta sitten |
Roberto Ierusalimschy
|
36715ab7c1
detail (comment)
|
11 vuotta sitten |
Roberto Ierusalimschy
|
e966e53791
no more use of 'scanf' for reading numbers
|
11 vuotta sitten |
Roberto Ierusalimschy
|
c4eff10322
small improvements concerning 'check_next'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
8a0acf0898
comments
|
11 vuotta sitten |
Roberto Ierusalimschy
|
e2be310a85
better(?) implementation for 'pcall'/'xpcall' (regarding the insertion
|
11 vuotta sitten |
Roberto Ierusalimschy
|
17159b491c
more direct implementation of 'table.pack'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
0aa32fa0cb
small changes in field order in some structs to reduce padding
|
11 vuotta sitten |
Roberto Ierusalimschy
|
8927c14317
removed macro 'luai_checknum' (as NaN trick is not doable now)
|
11 vuotta sitten |
Roberto Ierusalimschy
|
3e977f02ac
added a few comments
|
11 vuotta sitten |
Roberto Ierusalimschy
|
a73da6112d
deprecated library throws an error if called (instead of silently
|
11 vuotta sitten |
Roberto Ierusalimschy
|
6a5d87771f
added lots of new comments + small changes in code
|
11 vuotta sitten |
Roberto Ierusalimschy
|
15e8405731
'LUA_COMPAT_ALL' -> 'LUA_COMPAT_5_1'/'LUA_COMPAT_5_2' + "@*" in
|
11 vuotta sitten |
Roberto Ierusalimschy
|
fd1672ba98
avoid non-conformant pointer arithmetic in api check for 'lua_rotate'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
1ddb251d86
using a more conventional handling of stack space in 'io_readline'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
f8daddba50
added a compat option (although it will be off by default) to
|
11 vuotta sitten |
Roberto Ierusalimschy
|
e58ef8d0bb
missing macro 'LUAMOD_API' in function to open library
|
11 vuotta sitten |
Roberto Ierusalimschy
|
e3b9569e04
function 'reverse' uses appropriate variants of 'setobj' for better
|
11 vuotta sitten |
Roberto Ierusalimschy
|
8b66040e34
several functions deprecated (cosh, sinh, atanh, pow, frexp, ldexp)
|
11 vuotta sitten |
Roberto Ierusalimschy
|
965993da07
comments added to 'lua_rotate'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
5a5a834975
new API function 'lua_rotate'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
45c430eac0
addition of '.0' to float representation done by the kernel
|
11 vuotta sitten |
Roberto Ierusalimschy
|
27d9219cf3
no more integer exponentiation
|
11 vuotta sitten |
Roberto Ierusalimschy
|
12bd01c567
added comments to several functions
|
11 vuotta sitten |
Roberto Ierusalimschy
|
626124d2d8
old POSIX systems need '<sys/types.h>' for 'off_t'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
5018104a60
better error message for unfinished long strings/comments
|
11 vuotta sitten |
Roberto Ierusalimschy
|
ec11d132db
comments
|
11 vuotta sitten |