提交歷史

作者 SHA1 備註 提交日期
  Roberto Ierusalimschy f59e6a93c0 opening functions must be exported! 7 年之前
  Roberto Ierusalimschy 6683f83b51 several details 7 年之前
  Roberto Ierusalimschy a314409dba in generational mode, an emergency collection can turn any object black 7 年之前
  Roberto Ierusalimschy 15ce8d0904 in generational mode, an emergency collection can turn any object black 7 年之前
  Roberto Ierusalimschy b43300c14f change in 'LUAI_DDEC' to allow variables to be static in 'onelua' 7 年之前
  Roberto Ierusalimschy af70905246 no need to check whether libraries and host use the same kernel; 7 年之前
  Roberto Ierusalimschy b95e466218 new field 'nilvalue' in struct 'global_State' to avoid the use of 7 年之前
  Roberto Ierusalimschy d406d3d05f removed unused macros 'isstackindex'/'api_checkstackindex' + 7 年之前
  Roberto Ierusalimschy b6780ee41b detail (removed unused definition for 'LUA_QS') 7 年之前
  Roberto Ierusalimschy 2c107e13a8 warning (comparison between signed and unsigned integers) 7 年之前
  Roberto Ierusalimschy 6e600695f8 field 'sizearray' in struct 'Table' changed to 'alimit', which can 7 年之前
  Roberto Ierusalimschy 06127927ff new macro 'ispow2' 7 年之前
  Roberto Ierusalimschy aedcfb9414 type 'Rand64' may not be long long, so it should not use 'LL' in its 7 年之前
  Roberto Ierusalimschy 992b6d2712 no more 'TESTGRAYBIT' (to free this bit for real uses) 7 年之前
  Roberto Ierusalimschy 588dfa4ce5 detail in comment 7 年之前
  Roberto Ierusalimschy 6f2b8e21c4 added 'const' to 'Proto*' when possible 7 年之前
  Roberto Ierusalimschy c5dc521d65 added patch for bug 5.3.4-7 7 年之前
  Roberto Ierusalimschy 505fc91222 no more 'luaO_nilobject' to avoid comparison of global variable addresses 7 年之前
  Roberto Ierusalimschy fb8fa66136 no more 'luaH_emptyobject' and comparisons of addresses of global variables 7 年之前
  Roberto Ierusalimschy b397064955 avoid craches when loading tampered code with NULL as a string constant 7 年之前
  Roberto Ierusalimschy 34aa0c5bd7 new macros 'likely'/'unlikely' with hints for jump predictions 7 年之前
  Roberto Ierusalimschy 97e394ba18 macro 'luai_makeseed' now controls the whole process of making the seed 7 年之前
  Roberto Ierusalimschy 950fbcb971 detail ('l_castU2S' should only be used over lua_Unsigned values) 7 年之前
  Roberto Ierusalimschy b2d4d06428 avoid possible overflows when checking sizes in 'string.unpack' 7 年之前
  Roberto Ierusalimschy 3b8dba5279 added patches for two bugs (5.3.4-2 and 5.3.4-3) 7 年之前
  Roberto Ierusalimschy 892aff2a07 avoid circular inclusion between ltm.h <-> lstate.h 7 年之前
  Roberto Ierusalimschy 02ed0b2c30 in 'luaD_poscall', there is no need to compute 'firstResult' when 'nres==0' 7 年之前
  Roberto Ierusalimschy de53c2ec7e using some weak "randomness" (time and memory address) to initialize 7 年之前
  Roberto Ierusalimschy 80bd4a8940 correction on xoshiro256** algorithm 7 年之前
  Roberto Ierusalimschy 3e7415e846 reorganization of '#if's for sellecting a type for 'Rand64' + 7 年之前