Commit History

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