提交歷史

作者 SHA1 備註 提交日期
  Roberto Ierusalimschy 8e4ac679ff use a linear count for count hook 23 年之前
  Roberto Ierusalimschy 5016f43aa4 (much) cleaner way to control function states 23 年之前
  Roberto Ierusalimschy b6e2f1a86e small bugs when stack is reallocated 23 年之前
  Roberto Ierusalimschy 4e23699aa6 new implementation for error handling 23 年之前
  Roberto Ierusalimschy 79c8edb6c4 new names for light userdata operations 23 年之前
  Roberto Ierusalimschy e5146fb01f CallInfo has different fields for C functions and Lua functions 23 年之前
  Roberto Ierusalimschy 44752fc9ce hook count is quadratic 23 年之前
  Roberto Ierusalimschy 39b2d58c39 new interface for debug hooks 23 年之前
  Roberto Ierusalimschy f8279f6cd8 optimizations for gettable (temporary) 23 年之前
  Roberto Ierusalimschy 922f36a05b details 23 年之前
  Roberto Ierusalimschy ad41fc11eb details in arithmetic implementation 23 年之前
  Roberto Ierusalimschy e34f282365 `luaV_gettable' returns element position 23 年之前
  Roberto Ierusalimschy 3941af53ad first implementation of independent global table per function 23 年之前
  Roberto Ierusalimschy c31494df26 avoid gotos when possible 23 年之前
  Roberto Ierusalimschy 864c96f36c new fallback for equality `__eq' 23 年之前
  Roberto Ierusalimschy eeab473fc8 new fallback __le (less equal), for partial order 23 年之前
  Roberto Ierusalimschy 000d081fd0 warnings from other compilers 23 年之前
  Roberto Ierusalimschy fa23301251 defintions for lua_number2str and lua_str2number don't need to be public 23 年之前
  Roberto Ierusalimschy 5094c37988 `strconc' -> `concat' 23 年之前
  Roberto Ierusalimschy 46c471d7e9 new `__newindex' eventfield 23 年之前
  Roberto Ierusalimschy b7a0503c1d new format for error messages 23 年之前
  Roberto Ierusalimschy af19d55635 generic for also coded to make test at the end of the loop 23 年之前
  Roberto Ierusalimschy 78b40bf57d `skip' instructions must be followed by a jump 23 年之前
  Roberto Ierusalimschy 0dbf0c5953 new format for test intructions (handle NaN correctly) 23 年之前
  Roberto Ierusalimschy 9a0f0dcc77 precompiler may create functions without `lineinfo' 23 年之前
  Roberto Ierusalimschy 9b38a696d5 avoid names that differ only in capitalization 23 年之前
  Roberto Ierusalimschy f388ee4a82 new way to handle errors 23 年之前
  Roberto Ierusalimschy 6c7334a9ac line trace uses `savedpc' to save last `pc' seen 23 年之前
  Roberto Ierusalimschy 7b65328c8e new semantics for `generic for' (with state) 23 年之前
  Roberto Ierusalimschy 801aaf37b1 simpler implementation for line information 23 年之前