Commit History

作者 SHA1 備註 提交日期
  Roberto Ierusalimschy 19f8c87375 compatibility code moved to luaconf.h 16 年之前
  Roberto Ierusalimschy 5bcfe0c700 new debug info 'isvararg' and 'nparams' 16 年之前
  Roberto Ierusalimschy 25189b420d field 'nups' in struct 'lua_Debug' changed from 'int' to 'unsigned 16 年之前
  Roberto Ierusalimschy cb3f95d516 'lua_cpcall' is deprecated 16 年之前
  Roberto Ierusalimschy f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible 16 年之前
  Roberto Ierusalimschy ec0fc1a13b missing parentheses around 'lua_version' + moving typdef's before 16 年之前
  Roberto Ierusalimschy c3a6f3fa1c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' 16 年之前
  Roberto Ierusalimschy 2e51792596 avoid using deprecated macros lua_[gs]etglobal 16 年之前
  Roberto Ierusalimschy 3c4d970a7b comment typos 16 年之前
  Roberto Ierusalimschy b0f2b288a6 new scheme for debug info about tail calls: no more 'fake' stack entries, 16 年之前
  Roberto Ierusalimschy 7fe405739c renaming: 'lua_upvaladdr' -> 'lua_upvalueid', 16 年之前
  Roberto Ierusalimschy 1ce819333d new option 'isrunning' for 'lua_gc' (and 'collectgarbage') 16 年之前
  Roberto Ierusalimschy b7d5f18d71 api functions to manipulate upvalues do not need to check their 16 年之前
  Roberto Ierusalimschy 5598b2bc55 new functions to identify and join upvalues 16 年之前
  Roberto Ierusalimschy 916587508c parser keeps list of active local variables in a single dynamic array, 16 年之前
  Roberto Ierusalimschy a5382b763c new function lua_copy 16 年之前
  Roberto Ierusalimschy a650378822 'cpcall' reimplemented as a predefined value in the registry 16 年之前
  Roberto Ierusalimschy 67cae2854c 'lua_mainthread' replaced by new preregistered value LUA_RIDX_MAINTHREAD 16 年之前
  Roberto Ierusalimschy 0e45ffb8e4 first implementation of 'lua_yieldk' (yield with continuation) 16 年之前
  Roberto Ierusalimschy f76f4cb79d new way to control stack overflow, controling only total size of the stack 16 年之前
  Roberto Ierusalimschy 1d6ebce296 new function 'lua_version' (so that 'checkversion' can be implemented 16 年之前
  Roberto Ierusalimschy 6980cb1aa7 new functions 'lua_arith' and 'lua_compare' 16 年之前
  Roberto Ierusalimschy a21c89ddc8 new API function 'lua_mainthread' 16 年之前
  Roberto Ierusalimschy 019ebcb85f errors in finalizers are propagated with code LUA_ERRGCMM (ERRor in 16 年之前
  Roberto Ierusalimschy 4f88418170 'CallInfo' stack implemented as double-linked list instead of an array 17 年之前
  Roberto Ierusalimschy 70a63fa5ad first implementation of yieldable 'pcall' 17 年之前
  Roberto Ierusalimschy 6d0ae11c57 'context' added to suspendable calls 17 年之前
  Roberto Ierusalimschy ba484b9eb1 yielding across lua_call (first version) 17 年之前
  Roberto Ierusalimschy d2ebdc045b new macro 'lua_checkversion' to check whether core and application are 17 年之前
  Roberto Ierusalimschy d69aa51088 added missing parentheses around function names 17 年之前