Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 413a393e62 Stack indices changed to union's il y a 2 ans
  Roberto Ierusalimschy 196bb94d66 Bug: 'lua_settop' may use an invalid pointer to stack il y a 3 ans
  Roberto Ierusalimschy 4e47f81188 New implementation for to-be-closed variables il y a 4 ans
  Roberto Ierusalimschy b07fc10e91 Allow yields inside '__close' metamethods il y a 4 ans
  Roberto Ierusalimschy 7af27ef59d Cleaner handling of errors in '__close' metamethods il y a 4 ans
  Roberto Ierusalimschy 5f83fb6582 Details il y a 5 ans
  Roberto Ierusalimschy 9e6807c3c9 Do not collect open upvalues il y a 6 ans
  Roberto Ierusalimschy 440a5ee78c Fixed bug for emergency collection in upvalue creation il y a 6 ans
  Roberto Ierusalimschy fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' il y a 6 ans
  Roberto Ierusalimschy 3c7dc52909 Handling of memory errors when creating to-be-closed upvalues il y a 6 ans
  Roberto Ierusalimschy bd96330d03 First "complete" implementation of to-be-closed variables il y a 6 ans
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings il y a 7 ans
  Roberto Ierusalimschy 38d3bc8909 using 'offsetof' to compute the size of parts of a structure il y a 7 ans
  Roberto Ierusalimschy e2b15aa21d janitor work on casts il y a 7 ans
  Roberto Ierusalimschy f96497397a new type 'StackValue' for stack elements il y a 8 ans
  Roberto Ierusalimschy 2376eb6347 barrier for prototype's cache (with new gray list 'protogray' to keep il y a 8 ans
  Roberto Ierusalimschy a3d36fe283 Upvalues collected like everything else (with mark-sweep) instead il y a 8 ans
  Roberto Ierusalimschy cdd26700e8 definition for 'MAXUPVAL' moved for a more "private" place and its il y a 10 ans
  Roberto Ierusalimschy 89b56e7d84 more precision between closure types ('LClosure' x 'CClosure') il y a 11 ans
  Roberto Ierusalimschy d764cc5522 new list 'twups' to allow traversal of upvalues from dead threads il y a 11 ans
  Roberto Ierusalimschy ffa96d988d field 'op' renamed to 'open' il y a 11 ans
  Roberto Ierusalimschy 2e2c109daf type of 'refcount' changed to lu_mem (to ensure there will be no il y a 12 ans
  Roberto Ierusalimschy af35c7f398 upvalues collected by reference count il y a 12 ans
  Roberto Ierusalimschy 623e388bb4 double-linked list of all upvalues elliminated and changed to a il y a 12 ans
  Roberto Ierusalimschy 3cadc37f47 no more 'Proto' objects on the stack. Protos are anchored on outer il y a 13 ans
  Roberto Ierusalimschy fd22ccd6d0 object tag keeps variant bits too -> no need for 'isC' field in il y a 13 ans
  Roberto Ierusalimschy 545f43065f 'luaF_newLclosure' gets prototype of new closure as argument il y a 15 ans
  Roberto Ierusalimschy 064e406f67 no more fenvs! il y a 15 ans
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API il y a 20 ans
  Roberto Ierusalimschy 7d45a5f48f C functions and userdata also have environments il y a 20 ans