Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 4fe11ae232 'lua_getuservalue' returns type of user value há 11 anos atrás
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of há 11 anos atrás
  Roberto Ierusalimschy ddff6ecf30 function 'limittointeger' no needed (now that 'tointeger_aux' handles há 11 anos atrás
  Roberto Ierusalimschy 6b630c0fa0 debug.numbits replaced by debug.Csize há 11 anos atrás
  Roberto Ierusalimschy 1a6ef098b0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' plus proper há 11 anos atrás
  Roberto Ierusalimschy 5388aa9fc0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts há 11 anos atrás
  Roberto Ierusalimschy b123a88673 merge of common parts from 'limittointeger' and 'luaV_tointeger_' há 11 anos atrás
  Roberto Ierusalimschy ffa43df3cd 'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue') há 11 anos atrás
  Roberto Ierusalimschy 9c4398de8f 'for' loop tries to convert limit to integer when initial value and há 11 anos atrás
  Roberto Ierusalimschy a0d4f0fc8a template for 'mkstemp' is configurable (via LUA_TMPNAMTEMPLATE) há 11 anos atrás
  Roberto Ierusalimschy 68616c6669 using lua_Unsigned (instead of lua_Integer) for bit manipulation há 11 anos atrás
  Roberto Ierusalimschy e98ba351ce n^-m gives float result (instead of error) há 11 anos atrás
  Roberto Ierusalimschy cbe4998bc2 'math.random(n,m)' interval restricted in size, to avoid using conversion há 11 anos atrás
  Roberto Ierusalimschy 0172c9552c comment há 11 anos atrás
  Roberto Ierusalimschy 3d4913f703 back to larger sizes for 'dumpint/undumpint' (small Lua should há 11 anos atrás
  Roberto Ierusalimschy c27ef1b79c correct integer limits for Windows + small adjustments for short há 11 anos atrás
  Roberto Ierusalimschy 4422b97472 keep 'luaL_checkversion_' with its signature in version 5.2, for há 11 anos atrás
  Roberto Ierusalimschy 2f02d264e9 initial '*' in 'io.read' formats is deprecated há 11 anos atrás
  Roberto Ierusalimschy 037a70dfea cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable from há 11 anos atrás
  Roberto Ierusalimschy 8f961da3db macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that há 11 anos atrás
  Roberto Ierusalimschy 5c46b7b8cf instructions in 'runC' sorted alphabetically + new instructions há 11 anos atrás
  Roberto Ierusalimschy a2c094fe2d size of strings in 'string.rep' should be limited by the size of há 11 anos atrás
  Roberto Ierusalimschy f767f29d87 using predefined limits (instead of computing min/max values for each há 11 anos atrás
  Roberto Ierusalimschy 675530c4d8 maximum size of array part of a table now is restricted not only by há 11 anos atrás
  Roberto Ierusalimschy ab964ad7c6 new macro LUA_MAXUNSIGNED + support for 'short' integers (for tests only) há 11 anos atrás
  Roberto Ierusalimschy ef789d4161 new global macro 'LUA_MAXUNSIGNED' há 11 anos atrás
  Roberto Ierusalimschy b390d7c168 detail (avoid "casting down" in case lua_Integer is smaller than int) há 11 anos atrás
  Roberto Ierusalimschy 218f358461 errors like 1e100 << "2" were giving wrong messages há 11 anos atrás
  Roberto Ierusalimschy bf06e22b6a correct definition for 'MAX_SIZE' (using singed integers as the limit, há 11 anos atrás
  Roberto Ierusalimschy d99ffa920d new type 'LUAI_UACINT' (result of an 'usual argument conversion' of há 11 anos atrás