Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy 34ac039fb8 new macro 'cvt2str' to better control whether numbers are convertible před 11 roky
  Roberto Ierusalimschy b9dcf9974d detail (typos in comments) před 11 roky
  Roberto Ierusalimschy 45c430eac0 addition of '.0' to float representation done by the kernel před 11 roky
  Roberto Ierusalimschy 27d9219cf3 no more integer exponentiation před 11 roky
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of před 11 roky
  Roberto Ierusalimschy 5388aa9fc0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts před 11 roky
  Roberto Ierusalimschy ffa43df3cd 'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue') před 11 roky
  Roberto Ierusalimschy e98ba351ce n^-m gives float result (instead of error) před 11 roky
  Roberto Ierusalimschy 037a70dfea cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable from před 11 roky
  Roberto Ierusalimschy 8f961da3db macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that 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 da4811238a details (typos in comments) 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 4ea60463f5 UTF-8 encoding exported as format '%U' in 'lua_pushfstring' 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 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) před 11 roky
  Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), před 11 roky
  Roberto Ierusalimschy a8f8c7fd80 integer exponentiation with negative exponent is invalid před 11 roky
  Roberto Ierusalimschy 2f8c51a552 use unsigneds for unary minus, too před 12 roky
  Roberto Ierusalimschy e39da66c8c macro 'lua_strx2number' does not need to be global před 12 roky
  Roberto Ierusalimschy 6fb0b11350 string contatenation handles conversion of integers to strings + před 12 roky
  Roberto Ierusalimschy ee865b9fe7 new implementation for 'lua_strx2number' to correct small před 12 roky
  Roberto Ierusalimschy c75cca0559 detail (case '%d' of 'luaO_pushvfstring' should use integers) před 12 roky
  Roberto Ierusalimschy 36e8771076 'luaO_str2int' more generic: accepts white spaces around the numeral před 12 roky
  Roberto Ierusalimschy 67532d5a10 constant folding and API arithmetic with integers před 12 roky
  Roberto Ierusalimschy 00744a2729 'luaO_arith' -> 'luaO_numarith' před 12 roky
  Roberto Ierusalimschy 9c43d6a24e new format "%I" in 'lua_pushfstring' for lua_Integer před 12 roky
  Roberto Ierusalimschy 1294b09d8e first implementation of literal integers (no constant folding yet) před 12 roky