Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated há 10 anos atrás
  Roberto Ierusalimschy 56d4537879 '$c' in 'lua_pushfstring' prints non-printable characters with há 10 anos atrás
  Roberto Ierusalimschy c5cae9362c added two casts to avoid warnings in VS há 10 anos atrás
  Roberto Ierusalimschy 34b6664dcb better to use 'long' to represent UTF-8 code points há 10 anos atrás
  Roberto Ierusalimschy f5c690b684 details in comments há 11 anos atrás
  Roberto Ierusalimschy 34ac039fb8 new macro 'cvt2str' to better control whether numbers are convertible há 11 anos atrás
  Roberto Ierusalimschy b9dcf9974d detail (typos in comments) há 11 anos atrás
  Roberto Ierusalimschy 45c430eac0 addition of '.0' to float representation done by the kernel há 11 anos atrás
  Roberto Ierusalimschy 27d9219cf3 no more integer exponentiation 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 5388aa9fc0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts há 11 anos atrás
  Roberto Ierusalimschy ffa43df3cd 'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue') há 11 anos atrás
  Roberto Ierusalimschy e98ba351ce n^-m gives float result (instead of error) 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 d99ffa920d new type 'LUAI_UACINT' (result of an 'usual argument conversion' of há 11 anos atrás
  Roberto Ierusalimschy a8aede68c7 new definition for 'luai_nummod' (using 'fmod') há 11 anos atrás
  Roberto Ierusalimschy da4811238a details (typos in comments) há 11 anos atrás
  Roberto Ierusalimschy 5ff1c18a71 back with 'L' for macros 'luai_num*', but now with a new macro há 11 anos atrás
  Roberto Ierusalimschy c6c41e85b2 more uniformity for defining system-dependent features há 11 anos atrás
  Roberto Ierusalimschy 4ea60463f5 UTF-8 encoding exported as format '%U' in 'lua_pushfstring' há 11 anos atrás
  Roberto Ierusalimschy 86dd8bf3f5 no more 'L' in macros "luai_num*" (several places that use those macros há 11 anos atrás
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) há 11 anos atrás
  Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), há 11 anos atrás
  Roberto Ierusalimschy a8f8c7fd80 integer exponentiation with negative exponent is invalid há 11 anos atrás
  Roberto Ierusalimschy 2f8c51a552 use unsigneds for unary minus, too há 12 anos atrás
  Roberto Ierusalimschy e39da66c8c macro 'lua_strx2number' does not need to be global há 12 anos atrás
  Roberto Ierusalimschy 6fb0b11350 string contatenation handles conversion of integers to strings + há 12 anos atrás
  Roberto Ierusalimschy ee865b9fe7 new implementation for 'lua_strx2number' to correct small há 12 anos atrás
  Roberto Ierusalimschy c75cca0559 detail (case '%d' of 'luaO_pushvfstring' should use integers) há 12 anos atrás