提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy 3d0b5edfe4 using unsigned comparison in 'l_intfitsf' (avoids one comparison) 7 年之前
  Roberto Ierusalimschy 8d50a998e3 definition for LUA_UNSIGNEDBITS (number of bits in a LUA_UNSIGNED) 7 年之前
  Roberto Ierusalimschy bdd10a08b1 in 'random', uses high-order bits instead of low-order 7 年之前
  Roberto Ierusalimschy c5e3b2f814 in random/'project', remove the special case for "small" intervals; 7 年之前
  Roberto Ierusalimschy 6486762463 missing LUAI_FUNC in prototype for 'luaK_patchgoto' 7 年之前
  Roberto Ierusalimschy 4907444db9 'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer' 7 年之前
  Roberto Ierusalimschy c3cb31fa9a some extra goodies for 'readline' 7 年之前
  Roberto Ierusalimschy 0c7738240e FALLTHROUGH comment must be last "statement" 7 年之前
  Roberto Ierusalimschy 7b0b6b3b39 cannot use 'defined' inside a macro + 7 年之前
  Roberto Ierusalimschy 89da4168df avoid functions named 'pack' 7 年之前
  Roberto Ierusalimschy 6b01b6cf6a 'lu_int32' may not be 'int' 7 年之前
  Roberto Ierusalimschy e3388ebfad more explicit casts when converting an integer to a random float 7 年之前
  Roberto Ierusalimschy 9e3db70482 details (casts between 'lua_Number' and 'double') 7 年之前
  Roberto Ierusalimschy dbec41f34c random floats of different sizes get exactly needed number of random bits 7 年之前
  Roberto Ierusalimschy 0b3db69e41 slight simplification in 'xorshift128plus' 7 年之前
  Roberto Ierusalimschy 80ae1c1c16 fairer projection of random integers into an integer interval 7 年之前
  Roberto Ierusalimschy 40683b4934 added definition for LUA_MAXUNSIGNED 7 年之前
  Roberto Ierusalimschy 6480e73599 details (avoid using non-C89 '//' comment) 7 年之前
  Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' 7 年之前
  Roberto Ierusalimschy 464658b16a better modularization of the code for the REPL 7 年之前
  Roberto Ierusalimschy bdcde45d05 updated to use jump tables 7 年之前
  Roberto Ierusalimschy 8b0434e5e6 both 'fTransfer' and 'nTransfer' may not fit in a 'char' 7 年之前
  Roberto Ierusalimschy 8b0b675149 added casts (warnings in VS) 7 年之前
  Roberto Ierusalimschy 8c429311a3 typo in comment 7 年之前
  Roberto Ierusalimschy 66b7b075a6 'math.random' using the xorshift128+ algorithm 7 年之前
  Roberto Ierusalimschy 62a392ff46 using jump tables when available 7 年之前
  Roberto Ierusalimschy 893f382e94 Jump Table for the interpreter 7 年之前
  Roberto Ierusalimschy 0eb10c6303 'LUA_USE_READLINE' moved to the make file 7 年之前
  Roberto Ierusalimschy 00008b8ed0 back to one format per argument 7 年之前
  Roberto Ierusalimschy df49384516 year in copyright changed to 2018 7 年之前