커밋 기록

작성자 SHA1 메시지 날짜
  Roberto Ierusalimschy e0f9d1c8f5 removed export of function only for coco 15 년 전
  Roberto Ierusalimschy b0f2b288a6 new scheme for debug info about tail calls: no more 'fake' stack entries, 15 년 전
  Roberto Ierusalimschy b40a38a8ac remove declaration of removed function 15 년 전
  Roberto Ierusalimschy f76f4cb79d new way to control stack overflow, controling only total size of the stack 16 년 전
  Roberto Ierusalimschy abb85fc059 new definition for 'luaD_checkstack' to avoid possible overflows 16 년 전
  Roberto Ierusalimschy 4a67e48611 new macro 'condmovestack' instead of 'condhardstacktests' 16 년 전
  Roberto Ierusalimschy 4f88418170 'CallInfo' stack implemented as double-linked list instead of an array 16 년 전
  Roberto Ierusalimschy ba484b9eb1 yielding across lua_call (first version) 16 년 전
  Roberto Ierusalimschy fdbb243ff9 first steps towards yielding through longjump 17 년 전
  Roberto Ierusalimschy 2a84c29bc3 comment about exported function not used by Lua 17 년 전
  Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) 19 년 전
  Roberto Ierusalimschy 98296f6b45 some bugs related to stack reallocation 20 년 전
  Roberto Ierusalimschy 23b79c5945 small changes to facilitate external C coroutines 20 년 전
  Roberto Ierusalimschy 6fcd334ca0 small improvements 20 년 전
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API 20 년 전
  Roberto Ierusalimschy 0de2065f4e tighter tests for stack overflow 21 년 전
  Roberto Ierusalimschy 0bda88e6cd small steps towards yields in iterators and tag methods 21 년 전
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions 21 년 전
  Roberto Ierusalimschy 8332d5c8a5 parser fully reentrant(!) 22 년 전
  Roberto Ierusalimschy 9fcc485176 zio does not keep "source" name (nobody uses it) 22 년 전
  Roberto Ierusalimschy 0bb8eb5151 new function `lua_cpcall' 23 년 전
  Roberto Ierusalimschy 007f229568 detail 23 년 전
  Roberto Ierusalimschy 5142e630bf new macro `condhardstacktests' to control hard stack tests 23 년 전
  Roberto Ierusalimschy 010bbd9d9c simpler definition for incr_top 23 년 전
  Roberto Ierusalimschy 7c0ccdfd61 avoid the use of "enum" in the API, as they do not have a fixed representation 23 년 전
  Roberto Ierusalimschy c1c100a0c0 warnings in other compilers 23 년 전
  Roberto Ierusalimschy a2fa48a570 new (old?) error handling scheme 23 년 전
  Roberto Ierusalimschy 4e23699aa6 new implementation for error handling 23 년 전
  Roberto Ierusalimschy 39b2d58c39 new interface for debug hooks 23 년 전
  Roberto Ierusalimschy 6ee2dbdfe9 traceback stops at first protected call 23 년 전