summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Details (do not affect regular code)Roberto Ierusalimschy2020-12-074-3/+31
* Changes in the API of 'luaH_set' and related functionsRoberto Ierusalimschy2020-12-046-40/+58
* Added test cases for error messages about goto/labelRoberto Ierusalimschy2020-12-031-0/+21
* n Windows, 'popen' accepts "[rw][bt]?" as valid modesRoberto Ierusalimschy2020-12-031-6/+12
* Avoid "bad programming habits" in the reference systemRoberto Ierusalimschy2020-12-031-6/+18
* 'lua_assert' moved from 'lualib.h' to 'lauxlib.h'Roberto Ierusalimschy2020-12-032-6/+12
* DetailsRoberto Ierusalimschy2020-12-025-32/+32
* Changed access to global table in the registryRoberto Ierusalimschy2020-11-262-14/+20
* Avoid using 'signal' when 'sigaction' is availableRoberto Ierusalimschy2020-11-241-3/+23
* Optimization for 'n^2'v5.4.2Roberto Ierusalimschy2020-11-131-1/+2
* Compiler optimization back to '-O2'Roberto Ierusalimschy2020-11-111-10/+0
* Removed optimization for «if ... then goto»Roberto Ierusalimschy2020-11-112-66/+6
* Bug when growing a stackRoberto Ierusalimschy2020-11-083-4/+4
* 'luaL_newstate' should not allocate extra memoryRoberto Ierusalimschy2020-11-033-26/+50
* DetailsRoberto Ierusalimschy2020-10-304-18/+30
* _PROMPT can have non-string valuesRoberto Ierusalimschy2020-10-262-6/+37
* CommentsRoberto Ierusalimschy2020-10-223-26/+34
* Fixed wrong trace of vararg functionsRoberto Ierusalimschy2020-10-192-20/+35
* Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8Roberto Ierusalimschy2020-10-191-1/+1
* Fixed bug of keys removed from tables vs 'next'Roberto Ierusalimschy2020-10-144-27/+67
* New release number (5.4.2)Roberto Ierusalimschy2020-10-121-1/+1
* 'lua_upvalueid' returns NULL on invalid upvalue indexRoberto Ierusalimschy2020-10-124-15/+33
* Hash always use all characters in a long stringRoberto Ierusalimschy2020-10-124-20/+6
* DetailsRoberto Ierusalimschy2020-10-124-14/+45
* 'recover' finish of 'luaD_pcall' should follow the originalRoberto Ierusalimschy2020-10-122-7/+25
* No more field 'lua_State.stacksize'Roberto Ierusalimschy2020-10-126-26/+29
* Avoid shrinking stacks to oftenRoberto Ierusalimschy2020-10-122-17/+87
* No need for 'volatile' in string.pack/unpackRoberto Ierusalimschy2020-10-121-10/+7
* Avoid GCs when testing stack overflowRoberto Ierusalimschy2020-10-121-6/+14
* Correct handling of 'luaV_execute' invocationsRoberto Ierusalimschy2020-10-125-32/+37
* Revision of stackless implementationRoberto Ierusalimschy2020-10-1212-283/+127
* Back to a stackless implementationRoberto Ierusalimschy2020-10-1211-95/+72
* Wrong cast in 'str_unpack'Roberto Ierusalimschy2020-09-301-1/+1
* 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