aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/lua/luav5.4.1Roberto Ierusalimschy2020-09-291-0/+7
|\
| * Create README.mdlhf2020-09-281-0/+7
* | Details in the manualRoberto Ierusalimschy2020-09-251-6/+9
|/
* Details in comments and documentationRoberto Ierusalimschy2020-09-162-0/+21
* DetailRoberto Ierusalimschy2020-09-152-2/+7
* New release number (5.4.1)Roberto Ierusalimschy2020-09-151-1/+1
* Better documentation for the GC of strings in the C APIRoberto Ierusalimschy2020-09-091-20/+58
* Better documentation for 'lctype.h'Roberto Ierusalimschy2020-09-031-4/+10
* Fixed bug of long strings in binary chunksRoberto Ierusalimschy2020-08-182-1/+18
* Better control of gray objectsRoberto Ierusalimschy2020-08-171-44/+50
* Small changes in macros that change GC colorsRoberto Ierusalimschy2020-08-133-39/+40
* TOUCHED2 objects are not always blackRoberto Ierusalimschy2020-08-132-8/+19
* Open upvalues should be gray when entering gen. modeRoberto Ierusalimschy2020-08-072-14/+21
* Better tests for gray listsRoberto Ierusalimschy2020-08-073-10/+37
* Free bit 7 of GC 'marked' fieldRoberto Ierusalimschy2020-08-076-7/+31
* Detail (in asserts)Roberto Ierusalimschy2020-08-032-5/+3
* Threads don't need to always go to 'grayagain'Roberto Ierusalimschy2020-08-031-18/+29
* Clearer handling of gray lists when entering generational modeRoberto Ierusalimschy2020-08-033-18/+79
* Optimization in 'markold'Roberto Ierusalimschy2020-07-294-19/+76
* DetailsRoberto Ierusalimschy2020-07-294-25/+32
* OLD1 ages advanced by 'markold'Roberto Ierusalimschy2020-07-291-5/+6
* Same changes around 'correctgraylist'Roberto Ierusalimschy2020-07-281-53/+66
* Fixed bug: line hooks in stripped functionsRoberto Ierusalimschy2020-07-272-2/+21
* Fixed bug: Negation overflow in getlocal/setlocalRoberto Ierusalimschy2020-07-271-3/+3
* All objects are kept 'new' in incremental GCRoberto Ierusalimschy2020-07-272-19/+24
* Function 'printobj' in 'ltests.c' made publicRoberto Ierusalimschy2020-07-272-1/+11
* Fixed bug: barriers cannot be active during sweepRoberto Ierusalimschy2020-07-272-17/+59
* Fixed bug: 'luaD_callnoyield' called twice in a rowRoberto Ierusalimschy2020-07-171-5/+4
* Fixed bug: invalid 'oldpc' when returning to a functionRoberto Ierusalimschy2020-07-176-21/+36
* Fixed bug: invalid mode can crash 'io.popen'Roberto Ierusalimschy2020-07-152-0/+22
* Fixed bug: wrong stack limit when entering a coroutineRoberto Ierusalimschy2020-07-132-1/+17
* Added test for fix 127e7a6c894Roberto Ierusalimschy2020-07-131-0/+30
* Fixed bug of old finalized objects in the GCRoberto Ierusalimschy2020-07-101-6/+4
* Macro LUAI_ASSERT eases turning assertions onRoberto Ierusalimschy2020-07-083-4/+11
* Change in macro HARDMEMTESTS for testing GCRoberto Ierusalimschy2020-07-082-2/+4
* Fixed bug of access violation in finalizersRoberto Ierusalimschy2020-07-081-4/+3
* Fixed bugs of stack reallocation x GCRoberto Ierusalimschy2020-07-074-11/+14
* Avoid any code before locks in the APIRoberto Ierusalimschy2020-07-063-12/+22
* Make sure that main thread is non yieldableRoberto Ierusalimschy2020-07-063-4/+18
* Keep minimum size when shrinking a stackRoberto Ierusalimschy2020-07-061-3/+2
* Keep memory errors as memory errorsRoberto Ierusalimschy2020-07-064-23/+75
* Avoid memory allocation in some functions from 'ltests.c'Roberto Ierusalimschy2020-07-045-17/+30
* DetailsRoberto Ierusalimschy2020-07-032-17/+23
* 'luaV_concat' can "concat" one single valueRoberto Ierusalimschy2020-07-033-14/+9
* Simplification and smaller buffers for 'lua_pushfstring'Roberto Ierusalimschy2020-07-032-11/+17
* Added '.gitignore' to the repositoryRoberto Ierusalimschy2020-07-021-0/+12
* Fixed detail in 'loadUpvalues'Roberto Ierusalimschy2020-06-303-7/+24
* Detailsv5.4.0Roberto Ierusalimschy2020-06-182-2/+13
* Detail in 'lua_resetthread'Roberto Ierusalimschy2020-06-171-5/+4
* Fixed missing GC barriers in compiler and undumpRoberto Ierusalimschy2020-06-162-14/+22