Commit History

Autor SHA1 Mensaxe Data
  Roberto Ierusalimschy f5c690b684 details in comments %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy d861706620 new macro 'cvt2num' to better control whether strings are convertible %!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 c98f195eb9 function 'luaV_numtointeger' changed to a global macro %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 27d9219cf3 no more integer exponentiation %!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 ea69f17d98 macro 'tostring' is used only by 'luaV_concat' %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy a8f8c7fd80 integer exponentiation with negative exponent is invalid %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 6920a7f2e3 new macro 'intop' (to perform integer arithmetic on unsigned types) %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy 88bf2f83c0 new function 'tointeger' + 'luaV_arith' replaced by 'luaT_trybinTM' %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy 4abe99dc34 new interface for 'tonumber' %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy e381c582de integer handling for order comparisons, power, and modulo operations %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy 07f861385e first steps in the support of integers: basic representation + table indexing + basic API ops (tointeger/pushinteger) + equality + a few extra stuff %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy 0730a56d38 detail %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy 821bd7025e more uniform names for 'equalobj'-related functions %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 9b7dddad7d no need for two different implementations for equality (one raw and %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 5286650894 new macro 'ttisequal' %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy c3a6f3fa1c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' %!s(int64=15) %!d(string=hai) anos
  Roberto Ierusalimschy b4c1824824 'luaV_arith' must be marked 'LUAI_FUNC' (as all non-static functions) %!s(int64=15) %!d(string=hai) anos
  Roberto Ierusalimschy 155dd01163 avoid using 'ttype' when there is an explicit test %!s(int64=15) %!d(string=hai) anos
  Roberto Ierusalimschy 59a59fafc6 exports luaV_arith to be used by lua_arith %!s(int64=16) %!d(string=hai) anos
  Roberto Ierusalimschy 77fd93188e 'lessequal' renamed 'luaV_lessequal' and exported to be used by %!s(int64=16) %!d(string=hai) anos
  Roberto Ierusalimschy 57f8414de1 small bug in 'luaV_concat' (L->top was left incorrect in some cases) %!s(int64=16) %!d(string=hai) anos
  Roberto Ierusalimschy ba484b9eb1 yielding across lua_call (first version) %!s(int64=16) %!d(string=hai) anos
  Roberto Ierusalimschy f94cd2201c better control of call status through CallInfo %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 08f902cf49 better documentation for auxiliary functions (that should be called only %!s(int64=18) %!d(string=hai) anos
  Roberto Ierusalimschy 6fcd334ca0 small improvements %!s(int64=20) %!d(string=hai) anos