Commit History

作者 SHA1 備註 提交日期
  Roberto Ierusalimschy 383e8b9e77 use of a common `dummynode' for all empty tables 23 年之前
  Roberto Ierusalimschy 237969724f support for `light' userdata + simpler support for `boxed' udata 23 年之前
  Roberto Ierusalimschy 0b9b53e21c details 23 年之前
  Roberto Ierusalimschy 19ac0fadc9 don't need to mark the stacks twice ;-) 23 年之前
  Roberto Ierusalimschy ca2ceef659 simpler solution for finalizing udata 23 年之前
  Roberto Ierusalimschy 8f837e83b2 using `ci->top' to control acceptable indices in C calls 23 年之前
  Roberto Ierusalimschy 457d88eaaa configurable minimum size for the string table 23 年之前
  Roberto Ierusalimschy 1a3f175640 small optimization 23 年之前
  Roberto Ierusalimschy d6fd33e76f `eventtable' renamed to `metatable' 23 年之前
  Roberto Ierusalimschy 50e2952593 first version of dynamic stack 23 年之前
  Roberto Ierusalimschy d56d4cf776 distinct functions to create/destroy states and threads 24 年之前
  Roberto Ierusalimschy b3bb0f132b new interface for weak modes 24 年之前
  Roberto Ierusalimschy e04f7ed450 first version of Lua "stackless" 24 年之前
  Roberto Ierusalimschy 21259a50e1 run GC tag methods in protected mod 24 年之前
  Roberto Ierusalimschy 9aff171f3b new type `boolean' 24 年之前
  Roberto Ierusalimschy ed9be5e1f0 reentrant implementation of garbage collection 24 年之前
  Roberto Ierusalimschy 592a309177 tag system replaced by event tables 24 年之前
  Roberto Ierusalimschy 413fc7334b new implementation for lua upvalues (sugested by E.T.): simpler and solves 24 年之前
  Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 24 年之前
  Roberto Ierusalimschy 26bf2adace optimizations for space in LClosures and time cleanning weak tables 24 年之前
  Roberto Ierusalimschy af59848219 tables of globals accessible through pseudo-index in C API 24 年之前
  Roberto Ierusalimschy 21aa7e55f2 optimization for array part of a Table 24 年之前
  Roberto Ierusalimschy 1e81da51ba new API for registry and C upvalues + new implementation for references 24 年之前
  Roberto Ierusalimschy 15462edb0f new definitions for closure structures 24 年之前
  Roberto Ierusalimschy abdbe883a8 first implementation of unrestricted static scoping 24 年之前
  Roberto Ierusalimschy e1d072571e better syntax for type casts 24 年之前
  Roberto Ierusalimschy 770954510f rename of `kproto' to `p' 24 年之前
  Roberto Ierusalimschy 37f3a1c045 too much optimization to "break" keys in tables; keep them as TObjects... 24 年之前
  Roberto Ierusalimschy 777061e441 resurect userdata before calling its GC tag method 24 年之前
  Roberto Ierusalimschy 8e586c13fc cleaner way to ensure alignment for strings and userdata 24 年之前