コミット履歴

作者 SHA1 メッセージ 日付
  Roberto Ierusalimschy 493b3fdd65 added an 'api_check' for negative sizes in 'lua_checkstack' 11 年 前
  Roberto Ierusalimschy 315c5bf7b7 bug: compiler could optimize away overflow check (+ changing indices 11 年 前
  Roberto Ierusalimschy 607be77ec8 some details to avoid warnings 11 年 前
  Roberto Ierusalimschy 0d745ed04c more precise estimation (GCestimate) for total bytes in use after 11 年 前
  Roberto Ierusalimschy 3d1c6730da detail ('1U' -> '1u', like other unsigned constants in the code) 11 年 前
  Roberto Ierusalimschy 66b7b9b582 math.abs, math.max, and math.min work for integers, too. 11 年 前
  Roberto Ierusalimschy 8ef9117924 fancier way to do sign extension 11 年 前
  Roberto Ierusalimschy ea69f17d98 macro 'tostring' is used only by 'luaV_concat' 11 年 前
  Roberto Ierusalimschy 420cc62fac missplelling in comments/function names (endianess -> endianness) 11 年 前
  Roberto Ierusalimschy 1a3ebc203a definition of LUA_REAL_* and LUA_INT_* moved to the beginning of 11 年 前
  Roberto Ierusalimschy 2d5e2212d4 native lua_Number may be neither float nor double (in pack/unpackfloat) 11 年 前
  Roberto Ierusalimschy da4811238a details (typos in comments) 11 年 前
  Roberto Ierusalimschy f96872a534 copyright year -> 2014 11 年 前
  Roberto Ierusalimschy 738b3b64af detail (to avoid warnings with '-O3') 11 年 前
  Roberto Ierusalimschy 363b525c23 does not create library when it is deprecated 11 年 前
  Roberto Ierusalimschy 469daa16ee configuration for Lua type corresponding to 'time_t' 11 年 前
  Roberto Ierusalimschy 7707f3e7c3 'posrelat' -> 'u_posrelat' (to avoid name conflict in 'one.c') 11 年 前
  Roberto Ierusalimschy 16f8e44924 with 64-bit integers, file offsets do not need to be floats 11 年 前
  Roberto Ierusalimschy 2f5f77788f removed function 'luaS_eqstr' (not used anywhere) 11 年 前
  Roberto Ierusalimschy ed795d5ff4 detail (removed unused prototype) 11 年 前
  Roberto Ierusalimschy 282d67d8fc bitlib has been deprecated 11 年 前
  Roberto Ierusalimschy 114d10cbc5 detail (comment) 11 年 前
  Roberto Ierusalimschy 9f3f5b6f41 details 11 年 前
  Roberto Ierusalimschy a39489194e changing prefix of configurable macros from "lua_" to "l_" 11 年 前
  Roberto Ierusalimschy a3addae036 lua_gettable and similars return type of gotten value 11 年 前
  Roberto Ierusalimschy ad40bb1181 detail in string.rep: allow large repetitions of the empty string (no 11 年 前
  Roberto Ierusalimschy 80fe8504f5 make all dumps/loads go trhough Load/DumpVector (so it is easier 11 年 前
  Roberto Ierusalimschy e976384213 keep chunk's headers compatible at least up to LUAC_VERSION (to be 11 年 前
  Roberto Ierusalimschy 68f4ccdd00 make sure that LUAC_INT is a lua_Integer and that LUAC_NUM is 11 年 前
  Roberto Ierusalimschy 342a936599 detail (breaking too long lines) 11 年 前