Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy b6780ee41b detail (removed unused definition for 'LUA_QS') hace 7 años
  Roberto Ierusalimschy 2c107e13a8 warning (comparison between signed and unsigned integers) hace 7 años
  Roberto Ierusalimschy 6e600695f8 field 'sizearray' in struct 'Table' changed to 'alimit', which can hace 7 años
  Roberto Ierusalimschy 06127927ff new macro 'ispow2' hace 7 años
  Roberto Ierusalimschy aedcfb9414 type 'Rand64' may not be long long, so it should not use 'LL' in its hace 7 años
  Roberto Ierusalimschy 992b6d2712 no more 'TESTGRAYBIT' (to free this bit for real uses) hace 7 años
  Roberto Ierusalimschy 588dfa4ce5 detail in comment hace 7 años
  Roberto Ierusalimschy 6f2b8e21c4 added 'const' to 'Proto*' when possible hace 7 años
  Roberto Ierusalimschy c5dc521d65 added patch for bug 5.3.4-7 hace 7 años
  Roberto Ierusalimschy 505fc91222 no more 'luaO_nilobject' to avoid comparison of global variable addresses hace 7 años
  Roberto Ierusalimschy fb8fa66136 no more 'luaH_emptyobject' and comparisons of addresses of global variables hace 7 años
  Roberto Ierusalimschy b397064955 avoid craches when loading tampered code with NULL as a string constant hace 7 años
  Roberto Ierusalimschy 34aa0c5bd7 new macros 'likely'/'unlikely' with hints for jump predictions hace 7 años
  Roberto Ierusalimschy 97e394ba18 macro 'luai_makeseed' now controls the whole process of making the seed hace 7 años
  Roberto Ierusalimschy 950fbcb971 detail ('l_castU2S' should only be used over lua_Unsigned values) hace 7 años
  Roberto Ierusalimschy b2d4d06428 avoid possible overflows when checking sizes in 'string.unpack' hace 7 años
  Roberto Ierusalimschy 3b8dba5279 added patches for two bugs (5.3.4-2 and 5.3.4-3) hace 7 años
  Roberto Ierusalimschy 892aff2a07 avoid circular inclusion between ltm.h <-> lstate.h hace 7 años
  Roberto Ierusalimschy 02ed0b2c30 in 'luaD_poscall', there is no need to compute 'firstResult' when 'nres==0' hace 7 años
  Roberto Ierusalimschy de53c2ec7e using some weak "randomness" (time and memory address) to initialize hace 7 años
  Roberto Ierusalimschy 80bd4a8940 correction on xoshiro256** algorithm hace 7 años
  Roberto Ierusalimschy 3e7415e846 reorganization of '#if's for sellecting a type for 'Rand64' + hace 7 años
  Roberto Ierusalimschy e64e20ac81 minimizing the code ran by 'vmfetch' + no more 'vra' hace 7 años
  Roberto Ierusalimschy deb807837c 'luaO_pushvfstring' does not need to reallocate stack hace 7 años
  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