Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy c6f7181e91 No more LUA_ERRGCMM errors il y a 6 ans
  Roberto Ierusalimschy 437a5b07d4 Added a warning system to Lua il y a 6 ans
  Roberto Ierusalimschy ba7da13ec5 Changes in the control of C-stack overflow il y a 6 ans
  Roberto Ierusalimschy e8c779736f Removed internal cache for closures il y a 6 ans
  Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables il y a 7 ans
  Roberto Ierusalimschy 8c8a91f2ef Deprecated the emulation of '__le' using '__lt' il y a 7 ans
  Roberto Ierusalimschy 96f9643f33 Bug: wrong 'nCcalls' when resuming a coroutine il y a 7 ans
  Roberto Ierusalimschy af70905246 no need to check whether libraries and host use the same kernel; il y a 7 ans
  Roberto Ierusalimschy b95e466218 new field 'nilvalue' in struct 'global_State' to avoid the use of il y a 7 ans
  Roberto Ierusalimschy 4907444db9 'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer' il y a 7 ans
  Roberto Ierusalimschy f055a9dffd added check in 'obj2gco' to prevent its use in non Lua-object pointers il y a 7 ans
  Roberto Ierusalimschy 422318f677 two new fields 'fTransfer'/'nTransfer' in 'lua_Debug' structure il y a 7 ans
  Roberto Ierusalimschy c7a8cba745 no more 'nfield' string il y a 7 ans
  Roberto Ierusalimschy b1379936cf vararg back to '...' (but with another implementation) il y a 7 ans
  Roberto Ierusalimschy 4dc0be950a new macro 'isLuacode' (to distinguish regular Lua code from il y a 7 ans
  Roberto Ierusalimschy 196c87c9ce no more 'stackless' implementation; 'luaV_execute' calls itself il y a 7 ans
  Roberto Ierusalimschy 5440b42f43 using 'trap' to stop 'luaV_execute' when necessary (tracing and il y a 7 ans
  Roberto Ierusalimschy ad0704e40c back to 'CallInfo' (no gains with its removal) il y a 7 ans
  Roberto Ierusalimschy 93fd67b793 no more 'CallInfo' structure il y a 7 ans
  Roberto Ierusalimschy 472c560705 no more useful fields in CallInfo il y a 7 ans
  Roberto Ierusalimschy 54eb35a8aa more fields moved out of 'CallInfo' il y a 7 ans
  Roberto Ierusalimschy ba36180fd7 new API for 'lua_resume' + cleaning the uses of the 'extra' field in il y a 7 ans
  Roberto Ierusalimschy c5482468fd baby steps to remove 'CallInfo': keeping 'L->func' correct il y a 7 ans
  Roberto Ierusalimschy 6d998055c8 no more reference 'memerrmsg' + new reference to "n" il y a 8 ans
  Roberto Ierusalimschy 73ec04fcf3 no more 'DEADKEY'. Table traversals do not need to consider dead keys; il y a 8 ans
  Roberto Ierusalimschy 72d82a296c revamping the incremental collector il y a 8 ans
  Roberto Ierusalimschy 6d95de83c6 no more field 'base' in CallInfo (base is always equal to 'func + 1', 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 69371c4b84 'KGC_NORMAL' -> 'KGC_INC' + emergency GC signalled by flag (instead il y a 8 ans
  Roberto Ierusalimschy c7bdc0e0e8 first version of control for the generational collector il y a 8 ans