Commit History

Autor SHA1 Mensaxe Data
  Roberto Ierusalimschy 198be23f36 added structure for local-variable information to allow extra %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 24359ae294 'string.find' cannot find things after subject's end %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 6c84722afa make default GC behavior a little more agressive %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy facb0519a0 two bugs: invalid boolean values in constant table + too deep recursion %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy ffdca3522e 'table.sort' detects invalid order function before calling it %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 4d7469b610 avoid constant folding for -0 (to avoid it colapsing to 0) %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 2b84e36b93 patches for some bugs %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 85bda9eef5 bugs: precheck must use check (instead of assert) and ensures that %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy a4d3080fe3 SETLIST extra argument now is an "instruction" (OP_EXTRAARG) %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 5627d51e05 corrected error message ("too many constants" -> "too many functions") %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy e64b0cada8 several bugs related to precompiled code %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 7316d61a66 'coroutine.running' should work for the main thread too %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy e2b366c760 userdata with finalizers are kept in a separated list %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy fa19baab7f proxies must be created with a __gc field in their metatables to work %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 2f8351fe48 turn off optimizations when testing %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 32d42bdcdc bugs: lua_checkstack may have arithmetic overflow for large 'size' + %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 843d53aabb 'table.concat' may get confused with too large limits %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 5ac3386888 bug: unpack with maximum indices may crash due to arithmetic overflow %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 6d182faab6 bug: lua_checkstack may have arithmetic overflow for large 'size' %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy f86f4116c8 micro-optimization: avoid one API call in 'read_chars' %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 7f69f0efb0 remove of useless test in 'read_chars' (if n == 0 then the resulting %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy f6cab9666c corrected name of 'Patrick Donnelly' %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 3deb38814d added assertions checking maximum number of upvalues %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 3b5b14a085 LUAI_MAXCSTACK must be smaller than -LUA_REGISTRYINDEX + %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy aec671c126 maximum C stack should reserve some values for pseudo-indices %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy dd92af69db bug: pseudo-indices should be linked to maximum C stack size %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 015e973899 bug: auxresume should reserve stack space for boolean result %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 163f58dac5 in 'testC', booleans should be represented by booean values %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy dcee7d2fe0 new instructions 'newtable' and 'checkstack' in 'testC' %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 5f0a2f6248 more options for 'kinds' of Garbage Collection + more agressive %!s(int64=17) %!d(string=hai) anos