提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy 74f1c3d025 small changes for "clean C" 25 年之前
  Roberto Ierusalimschy 99e340b2ba keep `top' in registers when running basic tasks (settable, getglobal, ...) 25 年之前
  Roberto Ierusalimschy 2877bad4c2 new debug API (first version) 25 年之前
  Roberto Ierusalimschy 46ec57cbc6 little change when calling tag methods 26 年之前
  Roberto Ierusalimschy 5cafe5af02 tag method must be a function 26 年之前
  Roberto Ierusalimschy acdb0b741e comments. 26 年之前
  Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 26 年之前
  Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 26 年之前
  Roberto Ierusalimschy 617be66015 better control (and error recovery) for begin/end blocks 26 年之前
  Roberto Ierusalimschy 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) 26 年之前
  Roberto Ierusalimschy fe237ad808 fixed stack; first version. 26 年之前
  Roberto Ierusalimschy 764e095d7f `object' and `string' are very busy names... 26 年之前
  Roberto Ierusalimschy 49af08e3e7 new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECT 26 年之前
  Roberto Ierusalimschy e5743adb21 macros `key', `val', and `node' don't need the state 26 年之前
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 26 年之前
  Roberto Ierusalimschy 573372665a new API function `lua_equalobj' 26 年之前
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) 26 年之前
  Roberto Ierusalimschy 4e9f2d13d5 new implementation of hash tables. 26 年之前
  Roberto Ierusalimschy c5fee7615e new implementation for string hashing, with chaining. 26 年之前
  Roberto Ierusalimschy 63ccf42397 new API function 'lua_type'. 26 年之前
  Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). 26 年之前
  Roberto Ierusalimschy 17374d2daa `put_luaObjectonTop' must be public (to be used by lfback.c), and so 26 年之前
  Roberto Ierusalimschy 04265655a8 compatibility with old fallback system now provided by external module 26 年之前
  Roberto Ierusalimschy c787dccd9b "const" !!! 26 年之前
  Roberto Ierusalimschy 521b38532a better interfaces for luaD_calln (x luaD_call) 26 年之前
  Roberto Ierusalimschy 36b6fe8d17 better treatment for arbitrary limits 26 年之前
  Roberto Ierusalimschy 34695d4f4a details (message text) 26 年之前
  Roberto Ierusalimschy 705eae9fe4 there is no need for a size for Cblocks 26 年之前
  Roberto Ierusalimschy 6eb1399a1c array Cblocks should grow dynamically 26 年之前
  Roberto Ierusalimschy a775a2d81a check first whether function is global. 26 年之前