Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy e506b864cd no need for tags in boxed values :-( 24 years ago
  Roberto Ierusalimschy 63a822c8e1 all boxed types start with their tags 24 years ago
  Roberto Ierusalimschy 6b71a9cfe5 smaller tables for machines with 8-bit alignment 24 years ago
  Roberto Ierusalimschy b82242d4c4 detail 24 years ago
  Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 years ago
  Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state 24 years ago
  Roberto Ierusalimschy f2c451d745 all accesses to TObjects done through macros 24 years ago
  Roberto Ierusalimschy 0183b8030c `free' gets size of the block: complete control over memory use 24 years ago
  Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 25 years ago
  Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 25 years ago
  Roberto Ierusalimschy d1c689af40 subtelties in layout of TString 25 years ago
  Roberto Ierusalimschy 37e9c2e744 macro DEBUG renamed to LUA_DEBUG 25 years ago
  Roberto Ierusalimschy b892f0a877 new API function `createuserdata' 25 years ago
  Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 25 years ago
  Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type 25 years ago
  Roberto Ierusalimschy dad808a73a new way to count `nblocks' for GC (try to count bytes). 25 years ago
  Roberto Ierusalimschy 8060193702 `lauxlib' is now part of the libraries (not used by core Lua) 25 years ago
  Roberto Ierusalimschy 787a78f83e new scheme for buffers 25 years ago
  Roberto Ierusalimschy c85162be27 new way to store local-variable information. 25 years ago
  Roberto Ierusalimschy bd39db46ed details 25 years ago
  Roberto Ierusalimschy f90bc248b3 new structure for line information 25 years ago
  Roberto Ierusalimschy d9e61e8cea new algorithm for traversing in GC to avoid deep recursion calls 25 years ago
  Roberto Ierusalimschy cfba572076 remove dummy argument in LUA_ASSERT 25 years ago
  Roberto Ierusalimschy 014a09c509 better error messages 25 years ago
  Roberto Ierusalimschy afef009fce new version of debug system 25 years ago
  Roberto Ierusalimschy 8ca9534d04 access to `values' in TObject always through macros 25 years ago
  Roberto Ierusalimschy 7e30900def better field name 25 years ago
  Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 years ago
  Roberto Ierusalimschy 330e51bed3 string hash uses one single hash table 25 years ago
  Roberto Ierusalimschy 91f34fb05c lua.h should not use names without prefix lua_ (`TObject', for instance) 25 years ago