Roberto Ierusalimschy
|
a0d4f0fc8a
template for 'mkstemp' is configurable (via LUA_TMPNAMTEMPLATE)
|
11 лет назад |
Roberto Ierusalimschy
|
68616c6669
using lua_Unsigned (instead of lua_Integer) for bit manipulation
|
11 лет назад |
Roberto Ierusalimschy
|
e98ba351ce
n^-m gives float result (instead of error)
|
11 лет назад |
Roberto Ierusalimschy
|
cbe4998bc2
'math.random(n,m)' interval restricted in size, to avoid using conversion
|
11 лет назад |
Roberto Ierusalimschy
|
0172c9552c
comment
|
11 лет назад |
Roberto Ierusalimschy
|
3d4913f703
back to larger sizes for 'dumpint/undumpint' (small Lua should
|
11 лет назад |
Roberto Ierusalimschy
|
c27ef1b79c
correct integer limits for Windows + small adjustments for short
|
11 лет назад |
Roberto Ierusalimschy
|
4422b97472
keep 'luaL_checkversion_' with its signature in version 5.2, for
|
11 лет назад |
Roberto Ierusalimschy
|
2f02d264e9
initial '*' in 'io.read' formats is deprecated
|
11 лет назад |
Roberto Ierusalimschy
|
037a70dfea
cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable from
|
11 лет назад |
Roberto Ierusalimschy
|
8f961da3db
macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that
|
11 лет назад |
Roberto Ierusalimschy
|
5c46b7b8cf
instructions in 'runC' sorted alphabetically + new instructions
|
11 лет назад |
Roberto Ierusalimschy
|
a2c094fe2d
size of strings in 'string.rep' should be limited by the size of
|
11 лет назад |
Roberto Ierusalimschy
|
f767f29d87
using predefined limits (instead of computing min/max values for each
|
11 лет назад |
Roberto Ierusalimschy
|
675530c4d8
maximum size of array part of a table now is restricted not only by
|
11 лет назад |
Roberto Ierusalimschy
|
ab964ad7c6
new macro LUA_MAXUNSIGNED + support for 'short' integers (for tests only)
|
11 лет назад |
Roberto Ierusalimschy
|
ef789d4161
new global macro 'LUA_MAXUNSIGNED'
|
11 лет назад |
Roberto Ierusalimschy
|
b390d7c168
detail (avoid "casting down" in case lua_Integer is smaller than int)
|
11 лет назад |
Roberto Ierusalimschy
|
218f358461
errors like 1e100 << "2" were giving wrong messages
|
11 лет назад |
Roberto Ierusalimschy
|
bf06e22b6a
correct definition for 'MAX_SIZE' (using singed integers as the limit,
|
11 лет назад |
Roberto Ierusalimschy
|
d99ffa920d
new type 'LUAI_UACINT' (result of an 'usual argument conversion' of
|
11 лет назад |
Roberto Ierusalimschy
|
2771050dfa
'MIN/MAX_INTEGER' replaced by 'LUA_MIN/MAXINTEGER'
|
11 лет назад |
Roberto Ierusalimschy
|
e1daf10e4c
details in comments
|
11 лет назад |
Roberto Ierusalimschy
|
115fa77009
maximum size for dump of integers is size of lua_Integer (which
|
11 лет назад |
Roberto Ierusalimschy
|
561030c211
pack/unpack functions renamed dump/undump
|
11 лет назад |
Roberto Ierusalimschy
|
5336cc9d6a
math.random: use 'random' when available + changes to work correctly
|
11 лет назад |
Roberto Ierusalimschy
|
fdd137276b
more precision for PI + no more RADIANS_PER_DEGREE +
|
11 лет назад |
Roberto Ierusalimschy
|
a8aede68c7
new definition for 'luai_nummod' (using 'fmod')
|
11 лет назад |
Roberto Ierusalimschy
|
c7859a046d
using 'volatile' in 'tofloat' to ensure result has the same precision
|
11 лет назад |
Roberto Ierusalimschy
|
4a24883674
'GCmemtrav' does not need to track the entire collection, only each
|
11 лет назад |