| Commit message (Expand) | Author | Age | Files | Lines |
* | No more field 'lua_State.stacksize' | Roberto Ierusalimschy | 2020-10-12 | 1 | -3/+10 |
* | Correct handling of 'luaV_execute' invocations | Roberto Ierusalimschy | 2020-10-12 | 1 | -7/+8 |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -46/+10 |
* | Back to a stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -7/+0 |
* | Details in comments and documentation | Roberto Ierusalimschy | 2020-09-16 | 1 | -0/+11 |
* | Open upvalues should be gray when entering gen. mode | Roberto Ierusalimschy | 2020-08-07 | 1 | -6/+8 |
* | Optimization in 'markold' | Roberto Ierusalimschy | 2020-07-29 | 1 | -1/+17 |
* | Details | Roberto Ierusalimschy | 2020-07-29 | 1 | -6/+13 |
* | Fixed bug: invalid 'oldpc' when returning to a function | Roberto Ierusalimschy | 2020-07-17 | 1 | -1/+1 |
* | Improvements in the handling of signals | Roberto Ierusalimschy | 2020-05-22 | 1 | -2/+2 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -7/+7 |
* | Supressed errors in '__close' generate warnings | Roberto Ierusalimschy | 2019-08-16 | 1 | -0/+1 |
* | Tag LUA_TUPVALTBC replaced by a flag | Roberto Ierusalimschy | 2019-07-19 | 1 | -2/+1 |
* | Details (typos in comments) | Roberto Ierusalimschy | 2019-07-05 | 1 | -4/+4 |
* | New function 'setCstacklimit' | Roberto Ierusalimschy | 2019-06-18 | 1 | -0/+5 |
* | Revamp around 'L->nCcalls' count | Roberto Ierusalimschy | 2019-06-12 | 1 | -17/+34 |
* | Details | Roberto Ierusalimschy | 2019-05-28 | 1 | -0/+16 |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 1 | -1/+1 |
* | After a "bad collections", avoid switching back back to generational | Roberto Ierusalimschy | 2019-01-30 | 1 | -0/+1 |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 1 | -0/+1 |
* | Added a warning system to Lua | Roberto Ierusalimschy | 2018-12-28 | 1 | -0/+2 |
* | Changes in the control of C-stack overflow | Roberto Ierusalimschy | 2018-12-27 | 1 | -10/+42 |
* | Removed internal cache for closures | Roberto Ierusalimschy | 2018-11-01 | 1 | -3/+0 |
* | Towards "to closed" local variables | Roberto Ierusalimschy | 2018-10-08 | 1 | -1/+2 |
* | Deprecated the emulation of '__le' using '__lt' | Roberto Ierusalimschy | 2018-08-24 | 1 | -3/+5 |
* | Bug: wrong 'nCcalls' when resuming a coroutine | Roberto Ierusalimschy | 2018-07-11 | 1 | -2/+18 |
* | no need to check whether libraries and host use the same kernel; | Roberto Ierusalimschy | 2018-06-18 | 1 | -2/+1 |
* | new field 'nilvalue' in struct 'global_State' to avoid the use of | Roberto Ierusalimschy | 2018-06-15 | 1 | -1/+2 |
* | 'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer' | Roberto Ierusalimschy | 2018-03-16 | 1 | -3/+3 |
* | added check in 'obj2gco' to prevent its use in non Lua-object pointers | Roberto Ierusalimschy | 2018-02-25 | 1 | -3/+6 |
* | two new fields 'fTransfer'/'nTransfer' in 'lua_Debug' structure | Roberto Ierusalimschy | 2018-02-17 | 1 | -2/+7 |
* | no more 'nfield' string | Roberto Ierusalimschy | 2018-02-15 | 1 | -2/+2 |
* | vararg back to '...' (but with another implementation) | Roberto Ierusalimschy | 2018-02-09 | 1 | -1/+2 |
* | new macro 'isLuacode' (to distinguish regular Lua code from | Roberto Ierusalimschy | 2017-12-19 | 1 | -3/+7 |
* | no more 'stackless' implementation; 'luaV_execute' calls itself | Roberto Ierusalimschy | 2017-11-23 | 1 | -9/+8 |
* | using 'trap' to stop 'luaV_execute' when necessary (tracing and | Roberto Ierusalimschy | 2017-11-13 | 1 | -1/+2 |
* | back to 'CallInfo' (no gains with its removal) | Roberto Ierusalimschy | 2017-11-07 | 1 | -10/+40 |
* | no more 'CallInfo' structure | Roberto Ierusalimschy | 2017-11-04 | 1 | -14/+1 |
* | no more useful fields in CallInfo | Roberto Ierusalimschy | 2017-11-03 | 1 | -15/+1 |
* | more fields moved out of 'CallInfo' | Roberto Ierusalimschy | 2017-11-03 | 1 | -13/+9 |
* | new API for 'lua_resume' + cleaning the uses of the 'extra' field in | Roberto Ierusalimschy | 2017-11-02 | 1 | -8/+5 |
* | baby steps to remove 'CallInfo': keeping 'L->func' correct | Roberto Ierusalimschy | 2017-10-31 | 1 | -1/+2 |
* | no more reference 'memerrmsg' + new reference to "n" | Roberto Ierusalimschy | 2017-07-27 | 1 | -2/+2 |
* | no more 'DEADKEY'. Table traversals do not need to consider dead keys; | Roberto Ierusalimschy | 2017-06-12 | 1 | -3/+2 |
* | revamping the incremental collector | Roberto Ierusalimschy | 2017-05-26 | 1 | -5/+4 |
* | no more field 'base' in CallInfo (base is always equal to 'func + 1', | Roberto Ierusalimschy | 2017-05-13 | 1 | -2/+1 |
* | barrier for prototype's cache (with new gray list 'protogray' to keep | Roberto Ierusalimschy | 2017-05-04 | 1 | -2/+4 |
* | 'KGC_NORMAL' -> 'KGC_INC' + emergency GC signalled by flag (instead | Roberto Ierusalimschy | 2017-04-24 | 1 | -3/+3 |
* | first version of control for the generational collector | Roberto Ierusalimschy | 2017-04-19 | 1 | -1/+3 |
* | Upvalues collected like everything else (with mark-sweep) instead | Roberto Ierusalimschy | 2017-04-11 | 1 | -1/+3 |