Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 69371c4b84 'KGC_NORMAL' -> 'KGC_INC' + emergency GC signalled by flag (instead hace 8 años
  Roberto Ierusalimschy 7ae180f8e8 corrected some checks about colors of old objects + new test function hace 8 años
  Roberto Ierusalimschy 4679294796 memory check adapted to generational mode hace 8 años
  Roberto Ierusalimschy f5f3df3bd1 generational collection: new attempt (still incomplete) hace 8 años
  Roberto Ierusalimschy b2aa2ba046 using constants for "_LOADED" and "PRELOAD" hace 8 años
  Roberto Ierusalimschy 7b1fba69b7 using 'lastfree == NULL' to signal that table is using the dummy hace 8 años
  Roberto Ierusalimschy 880f82d089 '*' as a number means stack size, so that "return *" returns hace 10 años
  Roberto Ierusalimschy 53be1451a8 new definition for macro 'checkliveness' hace 10 años
  Roberto Ierusalimschy 2de3361c6c detail hace 10 años
  Roberto Ierusalimschy cbe05b48bb using 'lua_longassert' to avoid warnings hace 10 años
  Roberto Ierusalimschy 4998e852ec new function 'log2' to test 'luaO_ceillog2' (if needed) hace 10 años
  Roberto Ierusalimschy 331632e8d8 code detail ('if' -> '?:') hace 10 años
  Roberto Ierusalimschy 0cf3b6495a 'ci_func' don't need to be exported hace 10 años
  Roberto Ierusalimschy 7e2015a46d size of short strings stored in a single byte, to reduce the size hace 10 años
  Roberto Ierusalimschy 77e786d436 stupid bug in T.stacklevel (not in use by the tests) hace 10 años
  Roberto Ierusalimschy 741ad97e92 new parameter for testC instruction 'pcall' (error handler) hace 10 años
  Roberto Ierusalimschy 177807f21e casts ('(int)' -> 'cast_int') hace 10 años
  Roberto Ierusalimschy fd179ab4b8 clearer notation for "compare" instruction hace 10 años
  Roberto Ierusalimschy 5bdfefd3a5 allows calling luaL_checkstack with no message (in runC) hace 10 años
  Roberto Ierusalimschy 6624ccff26 independent code for 'printstack' + test for panic function can hace 10 años
  Roberto Ierusalimschy 79b0d05480 new function 'T.checkpanic' (to check panic errors) hace 10 años
  Roberto Ierusalimschy b6911c177d luaL_loadbuffer replaced by luaL_loadstring (to test luaL_loadstring) hace 10 años
  Roberto Ierusalimschy a113e1498d when checking thread consistency, check its entire stack (always hace 10 años
  Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before hace 10 años
  Roberto Ierusalimschy 4542fb9f78 comments (a few extra quotes around identifiers) hace 10 años
  Roberto Ierusalimschy 7314acaa80 'T.limits' reports some more useful limits hace 10 años
  Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' hace 10 años
  Roberto Ierusalimschy 2a21f6c894 'lua_Kcontext' -> 'lua_KContext' hace 11 años
  Roberto Ierusalimschy e14a02c24f when thread yields, real "func" is in field 'extra', not in 'func' hace 11 años
  Roberto Ierusalimschy 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) hace 11 años