aboutsummaryrefslogtreecommitdiff
path: root/lstate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleaning of llimits.hRoberto Ierusalimschy2024-06-201-0/+21
* Some 'unsigned int' changed to 'unsigned'Roberto Ierusalimschy2024-03-221-1/+1
* Removed deprecated function 'setcstacklimit'Roberto Ierusalimschy2024-02-071-6/+0
* Clear interface between references and predefinesRoberto Ierusalimschy2024-01-151-0/+3
* Removed uses of LUA_NUMTAGSRoberto Ierusalimschy2024-01-131-1/+1
* New option "setparms" for 'collectgarbage'Roberto Ierusalimschy2023-12-221-6/+6
* GC parameters encoded as floating-point bytesRoberto Ierusalimschy2023-12-201-6/+6
* First criteria for shifts minor<->majorRoberto Ierusalimschy2023-12-071-1/+2
* Comments detailing the ages for generational GCRoberto Ierusalimschy2023-11-291-2/+3
* Merge branch 'newarray' into nextversionRoberto Ierusalimschy2023-11-071-2/+5
|\
| * Merge branch 'master' into newarrayRoberto Ierusalimschy2023-11-031-3/+3
| |\
| * | Full abstraction for representation of array valuesRoberto Ierusalimschy2023-10-301-2/+5
* | | Merge branch 'master' into nextversionRoberto Ierusalimschy2023-08-231-1/+1
|\ \ \ | | |/ | |/|
| * | More disciplined use of 'getstr' and 'tsslen'Roberto Ierusalimschy2023-08-171-1/+1
* | | Merge branch 'master' into nextversionRoberto Ierusalimschy2023-06-221-3/+3
|\| |
| * | Several functions turned 'static'Roberto Ierusalimschy2023-05-221-2/+2
| |/
| * "Emergency" new version 5.4.6v5.4.6Roberto Ierusalimschy2023-05-021-1/+9
* | New function 'luaL_makeseed'Roberto Ierusalimschy2023-03-201-33/+2
* | Changed signal of GC debtRoberto Ierusalimschy2022-12-131-3/+3
* | Revamp of GC parametersRoberto Ierusalimschy2022-12-131-4/+4
* | Simpler control for major collectionsRoberto Ierusalimschy2022-11-291-1/+0
* | 'l_mem' renamed to 'l_obj' to count objectsRoberto Ierusalimschy2022-11-231-2/+2
* | First version of GC counting objects for controlRoberto Ierusalimschy2022-11-231-7/+8
* | Added a counter of the total number of existing objectsRoberto Ierusalimschy2022-11-031-0/+2
|/
* Threads are created like other objectsRoberto Ierusalimschy2022-11-011-8/+4
* Stack indices changed to union'sRoberto Ierusalimschy2022-10-291-21/+21
* Bug: stack overflow with nesting of coroutine.closeRoberto Ierusalimschy2022-10-251-1/+2
* Bug: GC is not reentrantRoberto Ierusalimschy2021-12-131-2/+2
* Bug: Lua stack still active when closing a stateRoberto Ierusalimschy2021-12-101-0/+1
* Bug: Wrong status in coroutine during resetRoberto Ierusalimschy2021-11-081-2/+2
* DetailsRoberto Ierusalimschy2021-03-291-1/+1
* New control for reentrancy of emergency collectionsRoberto Ierusalimschy2021-02-261-0/+1
* Broadening the use of branch hintsRoberto Ierusalimschy2021-02-241-1/+1
* New implementation for to-be-closed variablesRoberto Ierusalimschy2021-02-091-6/+9
* New macro 'completestate'Roberto Ierusalimschy2021-02-051-4/+2
* Simpler handling of errors when creating tbc variablesRoberto Ierusalimschy2021-01-191-2/+2
* Allow yields inside '__close' metamethodsRoberto Ierusalimschy2021-01-131-1/+1
* Reset thread before panickingRoberto Ierusalimschy2020-12-281-9/+13
* Cleaner handling of errors in '__close' metamethodsRoberto Ierusalimschy2020-12-281-5/+5
* 'coroutine.close'/'lua_resetthread' report original errorsRoberto Ierusalimschy2020-12-181-3/+5
* Changed access to global table in the registryRoberto Ierusalimschy2020-11-261-6/+3
* Bug when growing a stackRoberto Ierusalimschy2020-11-081-1/+1
* Hash always use all characters in a long stringRoberto Ierusalimschy2020-10-121-1/+1
* No more field 'lua_State.stacksize'Roberto Ierusalimschy2020-10-121-5/+3
* Correct handling of 'luaV_execute' invocationsRoberto Ierusalimschy2020-10-121-1/+1
* Revision of stackless implementationRoberto Ierusalimschy2020-10-121-20/+25
* Back to a stackless implementationRoberto Ierusalimschy2020-10-121-41/+2
* Optimization in 'markold'Roberto Ierusalimschy2020-07-291-1/+1
* DetailsRoberto Ierusalimschy2020-07-291-2/+2
* Fixed bug: invalid 'oldpc' when returning to a functionRoberto Ierusalimschy2020-07-171-0/+1