Roberto Ierusalimschy
|
fb6796ba06
removed useless initializations
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
5fbd40dbe5
'x//y' extended to floats
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
81c39a5244
no need to cast '*s' to unsigned char when we know it is a digit +
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
28fdbcf393
added include for 'lprefix.h', for stuff that must be added before
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
59fbbf0a65
small simplifications in code for 'lua_strx2number'
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
4870194380
small reorganization of tests around LUA_USE_C99
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
bdf566a8a3
`name' in comments changed to 'name'
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
ff9ca88aa6
added some casts to avoid warnings in some compilers
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
f97c64d7bf
macros 'LUA_QL'/'LUA_QL' deprecated
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
56d4537879
'$c' in 'lua_pushfstring' prints non-printable characters with
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
c5cae9362c
added two casts to avoid warnings in VS
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
34b6664dcb
better to use 'long' to represent UTF-8 code points
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
f5c690b684
details in comments
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
34ac039fb8
new macro 'cvt2str' to better control whether numbers are convertible
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
b9dcf9974d
detail (typos in comments)
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
45c430eac0
addition of '.0' to float representation done by the kernel
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
27d9219cf3
no more integer exponentiation
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
c549d4fe64
'lua_strtonum' (and 'luaO_str2num') now return string size, instead of
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
5388aa9fc0
'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
ffa43df3cd
'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue')
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
e98ba351ce
n^-m gives float result (instead of error)
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
037a70dfea
cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable from
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
8f961da3db
macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
d99ffa920d
new type 'LUAI_UACINT' (result of an 'usual argument conversion' of
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
a8aede68c7
new definition for 'luai_nummod' (using 'fmod')
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
da4811238a
details (typos in comments)
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
5ff1c18a71
back with 'L' for macros 'luai_num*', but now with a new macro
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
c6c41e85b2
more uniformity for defining system-dependent features
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
4ea60463f5
UTF-8 encoding exported as format '%U' in 'lua_pushfstring'
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
86dd8bf3f5
no more 'L' in macros "luai_num*" (several places that use those macros
|
%!s(int64=11) %!d(string=hai) anos |