Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 7fe405739c renaming: 'lua_upvaladdr' -> 'lua_upvalueid', il y a 15 ans
  Roberto Ierusalimschy 1ce819333d new option 'isrunning' for 'lua_gc' (and 'collectgarbage') il y a 15 ans
  Roberto Ierusalimschy b7d5f18d71 api functions to manipulate upvalues do not need to check their il y a 15 ans
  Roberto Ierusalimschy 5598b2bc55 new functions to identify and join upvalues il y a 15 ans
  Roberto Ierusalimschy 916587508c parser keeps list of active local variables in a single dynamic array, il y a 16 ans
  Roberto Ierusalimschy a5382b763c new function lua_copy il y a 16 ans
  Roberto Ierusalimschy a650378822 'cpcall' reimplemented as a predefined value in the registry il y a 16 ans
  Roberto Ierusalimschy 67cae2854c 'lua_mainthread' replaced by new preregistered value LUA_RIDX_MAINTHREAD il y a 16 ans
  Roberto Ierusalimschy 0e45ffb8e4 first implementation of 'lua_yieldk' (yield with continuation) il y a 16 ans
  Roberto Ierusalimschy f76f4cb79d new way to control stack overflow, controling only total size of the stack il y a 16 ans
  Roberto Ierusalimschy 1d6ebce296 new function 'lua_version' (so that 'checkversion' can be implemented il y a 16 ans
  Roberto Ierusalimschy 6980cb1aa7 new functions 'lua_arith' and 'lua_compare' il y a 16 ans
  Roberto Ierusalimschy a21c89ddc8 new API function 'lua_mainthread' il y a 16 ans
  Roberto Ierusalimschy 019ebcb85f errors in finalizers are propagated with code LUA_ERRGCMM (ERRor in il y a 16 ans
  Roberto Ierusalimschy 4f88418170 'CallInfo' stack implemented as double-linked list instead of an array il y a 16 ans
  Roberto Ierusalimschy 70a63fa5ad first implementation of yieldable 'pcall' il y a 16 ans
  Roberto Ierusalimschy 6d0ae11c57 'context' added to suspendable calls il y a 16 ans
  Roberto Ierusalimschy ba484b9eb1 yielding across lua_call (first version) il y a 16 ans
  Roberto Ierusalimschy d2ebdc045b new macro 'lua_checkversion' to check whether core and application are il y a 16 ans
  Roberto Ierusalimschy d69aa51088 added missing parentheses around function names il y a 17 ans
  Roberto Ierusalimschy 4db2cddeee LUA_COMPAT -> LUA_COMPAT_API (more specific) il y a 17 ans
  Roberto Ierusalimschy 6b8725b0ee new macro LUA_COMPAT to control some compatibility macros il y a 17 ans
  Roberto Ierusalimschy 5fa55df2ca updated years in some comments/strings il y a 17 ans
  Roberto Ierusalimschy dd92af69db bug: pseudo-indices should be linked to maximum C stack size il y a 17 ans
  Roberto Ierusalimschy 72c2f75648 detail (LUA_COPYRIGHT includes release number) il y a 18 ans
  Roberto Ierusalimschy 619be354c8 lua_pushstring/pushlstring return string il y a 18 ans
  Roberto Ierusalimschy a7861d9d66 new year... il y a 18 ans
  Roberto Ierusalimschy c36e2265d9 detail (tab->space) il y a 18 ans
  Roberto Ierusalimschy 3182ac69a7 towards 5.2 + detail in authors + avoiding reverse plicks il y a 19 ans
  Roberto Ierusalimschy afa0d0ac0d new constant LUA_OK il y a 19 ans