Histórico de commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 4f88418170 'CallInfo' stack implemented as double-linked list instead of an array 16 anos atrás
  Roberto Ierusalimschy 311e9f3ceb 'nresults' is saved in CallInfo from the caller, not the called 16 anos atrás
  Roberto Ierusalimschy 70a63fa5ad first implementation of yieldable 'pcall' 16 anos atrás
  Roberto Ierusalimschy 3dbf305408 no more support for old-style varargs 16 anos atrás
  Roberto Ierusalimschy 6d0ae11c57 'context' added to suspendable calls 16 anos atrás
  Roberto Ierusalimschy ba484b9eb1 yielding across lua_call (first version) 16 anos atrás
  Roberto Ierusalimschy 1817dfc301 initial separation, in CallInfo, of what is relevant only to Lua 16 anos atrás
  Roberto Ierusalimschy 910310d3ba if thread has no error handling, try main thread handler before panicking 16 anos atrás
  Roberto Ierusalimschy 2b579b4b83 panic mode does not reset stack (so that panic function can gather 16 anos atrás
  Roberto Ierusalimschy b472098493 concat TM can yield 17 anos atrás
  Roberto Ierusalimschy 84b3daebbd generic for coded as two dedicated instructions to simplify resumption 17 anos atrás
  Roberto Ierusalimschy f6978173e0 yields accross metamethods and for iterators (except for __concat) 17 anos atrás
  Roberto Ierusalimschy f94cd2201c better control of call status through CallInfo 17 anos atrás
  Roberto Ierusalimschy fdbb243ff9 first steps towards yielding through longjump 17 anos atrás
  Roberto Ierusalimschy e7c989baf1 avoid calling "tail return" hooks if the hook itself turns off the event 17 anos atrás
  Roberto Ierusalimschy 5f4f0d4a63 no more optimization to avoid LOADNIL at function start 18 anos atrás
  Roberto Ierusalimschy afa0d0ac0d new constant LUA_OK 19 anos atrás
  Roberto Ierusalimschy d1ef7e0ec6 avoid local "pc" in interpreter loop (tricky optimization with no real gain) 19 anos atrás
  Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces 19 anos atrás
  Roberto Ierusalimschy c473818017 avoid "too complex" conditional expression (some compilers get confused...) 19 anos atrás
  Roberto Ierusalimschy 93bf618504 BUG: there is only one C stack, so nCcalls must be global 19 anos atrás
  Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) 19 anos atrás
  Roberto Ierusalimschy a62fca1ebb BUG: debug hooks may get wrong when mixed with coroutines 19 anos atrás
  Roberto Ierusalimschy c505f341d6 small changes in casts 19 anos atrás
  Roberto Ierusalimschy 201288b4df small bug 20 anos atrás
  Roberto Ierusalimschy b3f81f1d1d small bug when debugging dead threads 20 anos atrás
  Roberto Ierusalimschy 37b49aa451 detail 20 anos atrás
  Roberto Ierusalimschy 2d2f955763 detail 20 anos atrás
  Roberto Ierusalimschy 98296f6b45 some bugs related to stack reallocation 20 anos atrás
  Roberto Ierusalimschy 23b79c5945 small changes to facilitate external C coroutines 20 anos atrás