summaryrefslogtreecommitdiff
path: root/lstate.h
Commit message (Expand)AuthorAgeFilesLines
* Details in some header filesRoberto Ierusalimschy2022-12-141-3/+8
* Stack indices changed to union'sRoberto Ierusalimschy2022-10-291-7/+7
* Fix debug information about finalizersRoberto Ierusalimschy2021-12-141-1/+1
* Bug: GC is not reentrantRoberto Ierusalimschy2021-12-131-1/+1
* Bug: yielding in '__close' mess up number of returnsRoberto Ierusalimschy2021-04-161-1/+1
* New control for reentrancy of emergency collectionsRoberto Ierusalimschy2021-02-261-0/+1
* '__close' methods can yield in the return of a C functionRoberto Ierusalimschy2021-02-121-4/+8
* New implementation for to-be-closed variablesRoberto Ierusalimschy2021-02-091-1/+1
* New macro 'completestate'Roberto Ierusalimschy2021-02-051-0/+6
* Janitorial workRoberto Ierusalimschy2021-01-251-0/+10
* Simpler handling of errors when creating tbc variablesRoberto Ierusalimschy2021-01-191-0/+1
* Allow yields in '__close' metamethods ater errorsRoberto Ierusalimschy2021-01-181-3/+19
* Reset thread before panickingRoberto Ierusalimschy2020-12-281-0/+1
* No more field 'lua_State.stacksize'Roberto Ierusalimschy2020-10-121-3/+10
* Correct handling of 'luaV_execute' invocationsRoberto Ierusalimschy2020-10-121-7/+8
* Revision of stackless implementationRoberto Ierusalimschy2020-10-121-46/+10
* Back to a stackless implementationRoberto Ierusalimschy2020-10-121-7/+0
* Details in comments and documentationRoberto Ierusalimschy2020-09-161-0/+11
* Open upvalues should be gray when entering gen. modeRoberto Ierusalimschy2020-08-071-6/+8
* Optimization in 'markold'Roberto Ierusalimschy2020-07-291-1/+17
* DetailsRoberto Ierusalimschy2020-07-291-6/+13
* Fixed bug: invalid 'oldpc' when returning to a functionRoberto Ierusalimschy2020-07-171-1/+1
* Improvements in the handling of signalsRoberto Ierusalimschy2020-05-221-2/+2
* Clearer distinction between types and tagsRoberto Ierusalimschy2020-01-311-7/+7
* Supressed errors in '__close' generate warningsRoberto Ierusalimschy2019-08-161-0/+1
* Tag LUA_TUPVALTBC replaced by a flagRoberto Ierusalimschy2019-07-191-2/+1
* Details (typos in comments)Roberto Ierusalimschy2019-07-051-4/+4
* New function 'setCstacklimit'Roberto Ierusalimschy2019-06-181-0/+5
* Revamp around 'L->nCcalls' countRoberto Ierusalimschy2019-06-121-17/+34
* DetailsRoberto Ierusalimschy2019-05-281-0/+16
* Changes in the warning systemRoberto Ierusalimschy2019-03-141-1/+1
* After a "bad collections", avoid switching back back to generationalRoberto Ierusalimschy2019-01-301-0/+1
* No more LUA_ERRGCMM errorsRoberto Ierusalimschy2019-01-011-0/+1
* Added a warning system to LuaRoberto Ierusalimschy2018-12-281-0/+2
* Changes in the control of C-stack overflowRoberto Ierusalimschy2018-12-271-10/+42
* Removed internal cache for closuresRoberto Ierusalimschy2018-11-011-3/+0
* Towards "to closed" local variablesRoberto Ierusalimschy2018-10-081-1/+2
* Deprecated the emulation of '__le' using '__lt'Roberto Ierusalimschy2018-08-241-3/+5
* Bug: wrong 'nCcalls' when resuming a coroutineRoberto Ierusalimschy2018-07-111-2/+18
* no need to check whether libraries and host use the same kernel;Roberto Ierusalimschy2018-06-181-2/+1
* new field 'nilvalue' in struct 'global_State' to avoid the use ofRoberto Ierusalimschy2018-06-151-1/+2
* 'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer'Roberto Ierusalimschy2018-03-161-3/+3
* added check in 'obj2gco' to prevent its use in non Lua-object pointersRoberto Ierusalimschy2018-02-251-3/+6
* two new fields 'fTransfer'/'nTransfer' in 'lua_Debug' structureRoberto Ierusalimschy2018-02-171-2/+7
* no more 'nfield' stringRoberto Ierusalimschy2018-02-151-2/+2
* vararg back to '...' (but with another implementation)Roberto Ierusalimschy2018-02-091-1/+2
* new macro 'isLuacode' (to distinguish regular Lua code fromRoberto Ierusalimschy2017-12-191-3/+7
* no more 'stackless' implementation; 'luaV_execute' calls itselfRoberto Ierusalimschy2017-11-231-9/+8
* using 'trap' to stop 'luaV_execute' when necessary (tracing andRoberto Ierusalimschy2017-11-131-1/+2
* back to 'CallInfo' (no gains with its removal)Roberto Ierusalimschy2017-11-071-10/+40