Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 88b306f495 some optimizations 25 years ago
  Roberto Ierusalimschy 3c9d999424 many details (most by lhf). 25 years ago
  Roberto Ierusalimschy 4d4e6f07c0 all order operators use a single tag method (<) 25 years ago
  Roberto Ierusalimschy 512b15b601 small optimizations (relational operators) 25 years ago
  Roberto Ierusalimschy 607012ece1 tag method must be a function 25 years ago
  Roberto Ierusalimschy aabefe9d68 details. 26 years ago
  Roberto Ierusalimschy acdb0b741e comments. 26 years ago
  Roberto Ierusalimschy 5b08fcd5a1 no more "lua" in error messages 26 years ago
  Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 26 years ago
  Roberto Ierusalimschy d61d5bef9d details 26 years ago
  Roberto Ierusalimschy 12b45c2df2 luaS_newfixedstring renamed to luaS_newfixed 26 years ago
  Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 26 years ago
  Roberto Ierusalimschy 544eeb1f9c details 26 years ago
  Roberto Ierusalimschy 533beedad2 new tests for begin/end blocks and multi-state 26 years ago
  Roberto Ierusalimschy c7119a93f0 new language for testC (debugging facility) 26 years ago
  Roberto Ierusalimschy 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) 26 years ago
  Roberto Ierusalimschy fe237ad808 fixed stack; first version. 26 years ago
  Roberto Ierusalimschy 3181dfefee details 26 years ago
  Roberto Ierusalimschy 49af08e3e7 new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECT 26 years ago
  Roberto Ierusalimschy 790690a223 new way to keep function arguments (with StkId instead of copy) 26 years ago
  Roberto Ierusalimschy 7d1499ba88 new macro luaL_openl 26 years ago
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
  Roberto Ierusalimschy 951897c093 last warnings in Visual C 26 years ago
  Roberto Ierusalimschy 573372665a new API function `lua_equalobj' 26 years ago
  Roberto Ierusalimschy a4628a02cf better ways to test lock mechanism 26 years ago
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) 26 years ago
  Roberto Ierusalimschy 5a48255c9f invariant tests over tables performed externally, through a built-in 26 years ago
  Roberto Ierusalimschy 910836fb53 warnings from Visual C++ 26 years ago
  Roberto Ierusalimschy 4e9f2d13d5 new implementation of hash tables. 26 years ago
  Roberto Ierusalimschy c5fee7615e new implementation for string hashing, with chaining. 26 years ago