Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy 43bfb60ac8 new auxiliary function 'luaI_printinst' (to print a single instruction) před 13 roky
  Roberto Ierusalimschy 01e5f358bd small improvement in lua_checkmemory (only allow dead objects in před 13 roky
  Roberto Ierusalimschy 69c775de21 update of 'lua_checkmemory' před 13 roky
  Roberto Ierusalimschy 3cadc37f47 no more 'Proto' objects on the stack. Protos are anchored on outer před 13 roky
  Roberto Ierusalimschy a4b96ce9a3 first implementation of long strings před 13 roky
  Roberto Ierusalimschy fd22ccd6d0 object tag keeps variant bits too -> no need for 'isC' field in před 13 roky
  Roberto Ierusalimschy e0e406ead3 extra argument to instruction 'checkstack' (in 'testC') před 13 roky
  Roberto Ierusalimschy 5645a84368 detail about 'trick' function (nil turn it off) před 14 roky
  Roberto Ierusalimschy 3dc5475e23 'nCcalls' should be local to each thread, as each thread may have its před 14 roky
  Roberto Ierusalimschy 88c29c0cd5 compilation warning about integer size x pointer size před 14 roky
  Roberto Ierusalimschy 29644366fc useless assignments removed (macros already do the assignment) před 14 roky
  Roberto Ierusalimschy 3b44821334 stricter control (using tag variants) over closure kinds (Lua x C) před 14 roky
  Roberto Ierusalimschy aa13c591f5 avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and před 14 roky
  Roberto Ierusalimschy e4076fe6d9 break long assertion in two shorter ones před 14 roky
  Roberto Ierusalimschy 19fbdf6cae 'luaL_findtable' -> 'luaL_getsubtable' před 14 roky
  Roberto Ierusalimschy 75d8470f0f new macro 'cast_uchar' před 14 roky
  Roberto Ierusalimschy 9b7a12c46d finalizers (__gc) for tables před 14 roky
  Roberto Ierusalimschy 50334faad6 no more compatibility with (veryyyy) old ref system před 14 roky
  Roberto Ierusalimschy d447945685 'module'/'luaL_register' and associates are deprecated před 15 roky
  Roberto Ierusalimschy 7192afafee new module policy: C modules do not create globals and do not register před 15 roky
  Roberto Ierusalimschy d9ea6eca7c macro 'key2tal' replaced by 'gkey' (as both were equal) před 15 roky
  Roberto Ierusalimschy bd262d591f 'coroutine' library separated from 'baselib' před 15 roky
  Roberto Ierusalimschy 3d80aeab5a lua_pushstring may reallocate the stack, making 'o' a dangling před 15 roky
  Roberto Ierusalimschy 69ba1ac441 new "instruction" 'absindex' před 15 roky
  Roberto Ierusalimschy de0f51a02c wrong type being assigned (not detected because of obj2gco macro) před 15 roky
  Roberto Ierusalimschy 0567221848 udata in 'tobefnz' list be have old bit on (it will be cleared před 15 roky
  Roberto Ierusalimschy fa2ddb070a details (to avoid too long strings in assertions) před 15 roky
  Roberto Ierusalimschy 9c1347e647 more tests in 'lua_checkmemory' + more information in function před 15 roky
  Roberto Ierusalimschy 8c583c61a3 more tests in 'lua_checkmemory' před 15 roky
  Roberto Ierusalimschy 0c27de2e7b no more 'finalize' phase in GC; finalizers are called along the před 15 roky