Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 26eb144541 no need to define 'luaP_opnames' in regular builds hace 7 años
  Roberto Ierusalimschy f9c3d6fdbe use test mode to test the interpreter without jump tables hace 7 años
  Roberto Ierusalimschy 762baf0548 detail (trim constants are unsigned) hace 7 años
  Roberto Ierusalimschy b8a04658b2 PRNG changed from 'xoroshiro128+' to 'xoshiro256**' + "I' renamed 'Rand64' hace 7 años
  Roberto Ierusalimschy b44787652b using 'xoroshiro128+' for PRNG hace 7 años
  Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table hace 7 años
  Roberto Ierusalimschy 3d0b5edfe4 using unsigned comparison in 'l_intfitsf' (avoids one comparison) hace 7 años
  Roberto Ierusalimschy 8d50a998e3 definition for LUA_UNSIGNEDBITS (number of bits in a LUA_UNSIGNED) hace 7 años
  Roberto Ierusalimschy bdd10a08b1 in 'random', uses high-order bits instead of low-order hace 7 años
  Roberto Ierusalimschy c5e3b2f814 in random/'project', remove the special case for "small" intervals; hace 7 años
  Roberto Ierusalimschy 6486762463 missing LUAI_FUNC in prototype for 'luaK_patchgoto' hace 7 años
  Roberto Ierusalimschy 4907444db9 'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer' hace 7 años
  Roberto Ierusalimschy c3cb31fa9a some extra goodies for 'readline' hace 7 años
  Roberto Ierusalimschy 0c7738240e FALLTHROUGH comment must be last "statement" hace 7 años
  Roberto Ierusalimschy 7b0b6b3b39 cannot use 'defined' inside a macro + hace 7 años
  Roberto Ierusalimschy 89da4168df avoid functions named 'pack' hace 7 años
  Roberto Ierusalimschy 6b01b6cf6a 'lu_int32' may not be 'int' hace 7 años
  Roberto Ierusalimschy e3388ebfad more explicit casts when converting an integer to a random float hace 7 años
  Roberto Ierusalimschy 9e3db70482 details (casts between 'lua_Number' and 'double') hace 7 años
  Roberto Ierusalimschy dbec41f34c random floats of different sizes get exactly needed number of random bits hace 7 años
  Roberto Ierusalimschy 0b3db69e41 slight simplification in 'xorshift128plus' hace 7 años
  Roberto Ierusalimschy 80ae1c1c16 fairer projection of random integers into an integer interval hace 7 años
  Roberto Ierusalimschy 40683b4934 added definition for LUA_MAXUNSIGNED hace 7 años
  Roberto Ierusalimschy 6480e73599 details (avoid using non-C89 '//' comment) hace 7 años
  Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' hace 7 años
  Roberto Ierusalimschy 464658b16a better modularization of the code for the REPL hace 7 años
  Roberto Ierusalimschy bdcde45d05 updated to use jump tables hace 7 años
  Roberto Ierusalimschy 8b0434e5e6 both 'fTransfer' and 'nTransfer' may not fit in a 'char' hace 7 años
  Roberto Ierusalimschy 8b0b675149 added casts (warnings in VS) hace 7 años
  Roberto Ierusalimschy 8c429311a3 typo in comment hace 7 años