Commit History

Autor SHA1 Mensaxe Data
  Roberto Ierusalimschy 3b8dba5279 added patches for two bugs (5.3.4-2 and 5.3.4-3) %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 892aff2a07 avoid circular inclusion between ltm.h <-> lstate.h %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 02ed0b2c30 in 'luaD_poscall', there is no need to compute 'firstResult' when 'nres==0' %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy de53c2ec7e using some weak "randomness" (time and memory address) to initialize %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 80bd4a8940 correction on xoshiro256** algorithm %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 3e7415e846 reorganization of '#if's for sellecting a type for 'Rand64' + %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy e64e20ac81 minimizing the code ran by 'vmfetch' + no more 'vra' %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy deb807837c 'luaO_pushvfstring' does not need to reallocate stack %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 26eb144541 no need to define 'luaP_opnames' in regular builds %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy f9c3d6fdbe use test mode to test the interpreter without jump tables %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 762baf0548 detail (trim constants are unsigned) %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy b8a04658b2 PRNG changed from 'xoroshiro128+' to 'xoshiro256**' + "I' renamed 'Rand64' %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy b44787652b using 'xoroshiro128+' for PRNG %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 3d0b5edfe4 using unsigned comparison in 'l_intfitsf' (avoids one comparison) %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 8d50a998e3 definition for LUA_UNSIGNEDBITS (number of bits in a LUA_UNSIGNED) %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy bdd10a08b1 in 'random', uses high-order bits instead of low-order %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy c5e3b2f814 in random/'project', remove the special case for "small" intervals; %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 6486762463 missing LUAI_FUNC in prototype for 'luaK_patchgoto' %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 4907444db9 'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer' %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy c3cb31fa9a some extra goodies for 'readline' %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 0c7738240e FALLTHROUGH comment must be last "statement" %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 7b0b6b3b39 cannot use 'defined' inside a macro + %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 89da4168df avoid functions named 'pack' %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 6b01b6cf6a 'lu_int32' may not be 'int' %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy e3388ebfad more explicit casts when converting an integer to a random float %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 9e3db70482 details (casts between 'lua_Number' and 'double') %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy dbec41f34c random floats of different sizes get exactly needed number of random bits %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 0b3db69e41 slight simplification in 'xorshift128plus' %!s(int64=7) %!d(string=hai) anos
  Roberto Ierusalimschy 80ae1c1c16 fairer projection of random integers into an integer interval %!s(int64=7) %!d(string=hai) anos