Roberto Ierusalimschy
|
54ac5960a8
LUA_MAXUNSIGNED was only used to define 2.0^intnumbits (and that
|
před 11 roky |
Roberto Ierusalimschy
|
5784331768
new items in default path for Windows
|
před 11 roky |
Roberto Ierusalimschy
|
11aefa4478
details (comments)
|
před 11 roky |
Roberto Ierusalimschy
|
84db17b6fc
more "religious" definition for 'lua_numtointeger'
|
před 11 roky |
Roberto Ierusalimschy
|
c98f195eb9
function 'luaV_numtointeger' changed to a global macro
|
před 11 roky |
Roberto Ierusalimschy
|
e966e53791
no more use of 'scanf' for reading numbers
|
před 11 roky |
Roberto Ierusalimschy
|
15e8405731
'LUA_COMPAT_ALL' -> 'LUA_COMPAT_5_1'/'LUA_COMPAT_5_2' + "@*" in
|
před 11 roky |
Roberto Ierusalimschy
|
ec11d132db
comments
|
před 11 roky |
Roberto Ierusalimschy
|
0172c9552c
comment
|
před 11 roky |
Roberto Ierusalimschy
|
c27ef1b79c
correct integer limits for Windows + small adjustments for short
|
před 11 roky |
Roberto Ierusalimschy
|
f767f29d87
using predefined limits (instead of computing min/max values for each
|
před 11 roky |
Roberto Ierusalimschy
|
ab964ad7c6
new macro LUA_MAXUNSIGNED + support for 'short' integers (for tests only)
|
před 11 roky |
Roberto Ierusalimschy
|
d99ffa920d
new type 'LUAI_UACINT' (result of an 'usual argument conversion' of
|
před 11 roky |
Roberto Ierusalimschy
|
a8aede68c7
new definition for 'luai_nummod' (using 'fmod')
|
před 11 roky |
Roberto Ierusalimschy
|
be52f784d9
new macros LUA_MAXINTEGER/LUA_MININTEGER
|
před 11 roky |
Roberto Ierusalimschy
|
1a3ebc203a
definition of LUA_REAL_* and LUA_INT_* moved to the beginning of
|
před 11 roky |
Roberto Ierusalimschy
|
282d67d8fc
bitlib has been deprecated
|
před 11 roky |
Roberto Ierusalimschy
|
5ff1c18a71
back with 'L' for macros 'luai_num*', but now with a new macro
|
před 11 roky |
Roberto Ierusalimschy
|
c6c41e85b2
more uniformity for defining system-dependent features
|
před 11 roky |
Roberto Ierusalimschy
|
86dd8bf3f5
no more 'L' in macros "luai_num*" (several places that use those macros
|
před 11 roky |
Roberto Ierusalimschy
|
73c5515e00
details (comments)
|
před 11 roky |
Roberto Ierusalimschy
|
124598917f
"./?/init.lua" added to default path
|
před 12 roky |
Roberto Ierusalimschy
|
b5f5fcd782
use different constants (instead of different values for the same constant)
|
před 12 roky |
Roberto Ierusalimschy
|
2b4975dca7
LUA_SMALL_* changed to LUA_*SIZE + added support for long double + better
|
před 12 roky |
Roberto Ierusalimschy
|
45f3797a5b
'long' may have more than 32 bits in some machines; use 'int' for
|
před 12 roky |
Roberto Ierusalimschy
|
453450d687
new macro 'l_floor' (allows 'floorf' even when other math operations
|
před 12 roky |
Roberto Ierusalimschy
|
0beeb4f6fa
configuration of number sizes goes "mainstream"
|
před 12 roky |
Roberto Ierusalimschy
|
3563b3f519
first version of control for number sizes (still in 'local' section)
|
před 12 roky |
Roberto Ierusalimschy
|
d46ed54646
no more IEEE tricks
|
před 12 roky |
Roberto Ierusalimschy
|
8fff05f6d0
integer division operates only on integers
|
před 12 roky |