提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy 7b84f9e65c lower-case for macros with arguments 24 年之前
  Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 年之前
  Roberto Ierusalimschy 5f37134e64 avoid '...' and "..." inside comments 24 年之前
  Roberto Ierusalimschy 888f91fa24 code check for upvalues 24 年之前
  Roberto Ierusalimschy 099442c41f better separation between basic types 24 年之前
  Roberto Ierusalimschy 7178a5e34a new way to handle top x L->top 24 年之前
  Roberto Ierusalimschy 1f9e3731d1 back to the basics (well-behaved variant record...) 24 年之前
  Roberto Ierusalimschy 42224ca553 loop of 'dostring' may never reclaim memory 24 年之前
  Roberto Ierusalimschy 426d3e43bd lock/unlock may use L + better structure for internal debug stuff 24 年之前
  Roberto Ierusalimschy e506b864cd no need for tags in boxed values :-( 24 年之前
  Roberto Ierusalimschy 63a822c8e1 all boxed types start with their tags 24 年之前
  Roberto Ierusalimschy 6b71a9cfe5 smaller tables for machines with 8-bit alignment 24 年之前
  Roberto Ierusalimschy 9b45439860 details 24 年之前
  Roberto Ierusalimschy 7959f3aebb easier way to erase 'dead' keys 24 年之前
  Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 年之前
  Roberto Ierusalimschy 6fda6a5302 support for multiple stacks sharing the same global environment 24 年之前
  Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state 24 年之前
  Roberto Ierusalimschy f2c451d745 all accesses to TObjects done through macros 24 年之前
  Roberto Ierusalimschy 0183b8030c `free' gets size of the block: complete control over memory use 25 年之前
  Roberto Ierusalimschy 8c49e19865 explicit control of size for growing vectors 25 年之前
  Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 25 年之前
  Roberto Ierusalimschy b892f0a877 new API function `createuserdata' 25 年之前
  Roberto Ierusalimschy 046a3d6173 tag methods are always functions, so don't need to store a whole object 25 年之前
  Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 25 年之前
  Roberto Ierusalimschy 78bc8e553d new API for garbage collector 25 年之前
  Roberto Ierusalimschy dad808a73a new way to count `nblocks' for GC (try to count bytes). 25 年之前
  Roberto Ierusalimschy c9c6f9747c GC may crash when checking C closures 25 年之前
  Roberto Ierusalimschy 5ed3bcd4ea warnings in Solaris 25 年之前
  Roberto Ierusalimschy 787a78f83e new scheme for buffers 25 年之前
  Roberto Ierusalimschy 9fdf73bc9a first version for new API 25 年之前