Commit History

Автор SHA1 Съобщение Дата
  Roberto Ierusalimschy 85bda9eef5 bugs: precheck must use check (instead of assert) and ensures that преди 17 години
  Roberto Ierusalimschy a4d3080fe3 SETLIST extra argument now is an "instruction" (OP_EXTRAARG) преди 17 години
  Roberto Ierusalimschy 5627d51e05 corrected error message ("too many constants" -> "too many functions") преди 17 години
  Roberto Ierusalimschy e64b0cada8 several bugs related to precompiled code преди 17 години
  Roberto Ierusalimschy 7316d61a66 'coroutine.running' should work for the main thread too преди 17 години
  Roberto Ierusalimschy e2b366c760 userdata with finalizers are kept in a separated list преди 17 години
  Roberto Ierusalimschy fa19baab7f proxies must be created with a __gc field in their metatables to work преди 17 години
  Roberto Ierusalimschy 2f8351fe48 turn off optimizations when testing преди 17 години
  Roberto Ierusalimschy 32d42bdcdc bugs: lua_checkstack may have arithmetic overflow for large 'size' + преди 17 години
  Roberto Ierusalimschy 843d53aabb 'table.concat' may get confused with too large limits преди 17 години
  Roberto Ierusalimschy 5ac3386888 bug: unpack with maximum indices may crash due to arithmetic overflow преди 17 години
  Roberto Ierusalimschy 6d182faab6 bug: lua_checkstack may have arithmetic overflow for large 'size' преди 17 години
  Roberto Ierusalimschy f86f4116c8 micro-optimization: avoid one API call in 'read_chars' преди 17 години
  Roberto Ierusalimschy 7f69f0efb0 remove of useless test in 'read_chars' (if n == 0 then the resulting преди 17 години
  Roberto Ierusalimschy f6cab9666c corrected name of 'Patrick Donnelly' преди 17 години
  Roberto Ierusalimschy 3deb38814d added assertions checking maximum number of upvalues преди 17 години
  Roberto Ierusalimschy 3b5b14a085 LUAI_MAXCSTACK must be smaller than -LUA_REGISTRYINDEX + преди 17 години
  Roberto Ierusalimschy aec671c126 maximum C stack should reserve some values for pseudo-indices преди 17 години
  Roberto Ierusalimschy dd92af69db bug: pseudo-indices should be linked to maximum C stack size преди 17 години
  Roberto Ierusalimschy 015e973899 bug: auxresume should reserve stack space for boolean result преди 17 години
  Roberto Ierusalimschy 163f58dac5 in 'testC', booleans should be represented by booean values преди 17 години
  Roberto Ierusalimschy dcee7d2fe0 new instructions 'newtable' and 'checkstack' in 'testC' преди 17 години
  Roberto Ierusalimschy 5f0a2f6248 more options for 'kinds' of Garbage Collection + more agressive преди 17 години
  Roberto Ierusalimschy a73930228a more options for 'kinds' of Garbage Collection преди 17 години
  Roberto Ierusalimschy a76fa25199 'ceillog2' now is exported (other modules may need it) преди 17 години
  Roberto Ierusalimschy dd3519ab89 comment (LUA_GLOBALSINDEX does not need write barrier in lua_replace) преди 17 години
  Roberto Ierusalimschy 3a515df086 debug.sethook/gethook may overflow the thread's stack преди 17 години
  Roberto Ierusalimschy 74897bc52f bug: debug.sethook/gethook may overflow thread's stack преди 17 години
  Roberto Ierusalimschy e7c989baf1 avoid calling "tail return" hooks if the hook itself turns off the event преди 17 години
  Roberto Ierusalimschy 7a3c8314ac small bug (see http://lua-users.org/lists/lua-l/2007-08/msg00350.html) преди 17 години