Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy 8efaf8af81 added a comment about warnings for __attribute__(visibility) in some před 17 roky
  Roberto Ierusalimschy c3525610fe bug: when closing the state, 'luaC_separateudata' might mark před 17 roky
  Roberto Ierusalimschy 7ba62e2985 code reorganization (only changed comments and order of functions) před 17 roky
  Roberto Ierusalimschy 8fd28611d5 outdated comment před 17 roky
  Roberto Ierusalimschy 93869acb2c "test trick" seems more useful with pointers instead of integers před 17 roky
  Roberto Ierusalimschy 480a1da34a when error is 'bad self' original message probably makes no sense, so před 17 roky
  Roberto Ierusalimschy 59e2973335 removed static variable lua_state (not used) před 17 roky
  Roberto Ierusalimschy 5d09be4832 by default, 'os.exit' closes current state před 17 roky
  Roberto Ierusalimschy 860e285f31 'luaL_gsub' moved into 'testC' (all auxlib should be tested through 'testC') před 17 roky
  Roberto Ierusalimschy eb8ac6e2a0 'luaL_testudata' does not leave garbage on the stack in case of failure před 17 roky
  Roberto Ierusalimschy b1203e036d 'posrelat' avoids problems with -(-2^31) před 17 roky
  Roberto Ierusalimschy 92a0d4c67f extra options in 'testC' for newmetatable and testudata před 17 roky
  Roberto Ierusalimschy 5fa55df2ca updated years in some comments/strings před 17 roky
  Roberto Ierusalimschy a3af42de8e patch for "blow stack" bug před 17 roky
  Roberto Ierusalimschy 198be23f36 added structure for local-variable information to allow extra před 17 roky
  Roberto Ierusalimschy 24359ae294 'string.find' cannot find things after subject's end před 17 roky
  Roberto Ierusalimschy 6c84722afa make default GC behavior a little more agressive před 17 roky
  Roberto Ierusalimschy facb0519a0 two bugs: invalid boolean values in constant table + too deep recursion před 17 roky
  Roberto Ierusalimschy ffdca3522e 'table.sort' detects invalid order function before calling it před 17 roky
  Roberto Ierusalimschy 4d7469b610 avoid constant folding for -0 (to avoid it colapsing to 0) před 17 roky
  Roberto Ierusalimschy 2b84e36b93 patches for some bugs před 17 roky
  Roberto Ierusalimschy 85bda9eef5 bugs: precheck must use check (instead of assert) and ensures that před 17 roky
  Roberto Ierusalimschy a4d3080fe3 SETLIST extra argument now is an "instruction" (OP_EXTRAARG) před 17 roky
  Roberto Ierusalimschy 5627d51e05 corrected error message ("too many constants" -> "too many functions") před 17 roky
  Roberto Ierusalimschy e64b0cada8 several bugs related to precompiled code před 17 roky
  Roberto Ierusalimschy 7316d61a66 'coroutine.running' should work for the main thread too před 17 roky
  Roberto Ierusalimschy e2b366c760 userdata with finalizers are kept in a separated list před 17 roky
  Roberto Ierusalimschy fa19baab7f proxies must be created with a __gc field in their metatables to work před 17 roky
  Roberto Ierusalimschy 2f8351fe48 turn off optimizations when testing před 17 roky
  Roberto Ierusalimschy 32d42bdcdc bugs: lua_checkstack may have arithmetic overflow for large 'size' + před 17 roky