summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revamp of 'lua_pushfstring' / 'luaO_pushvfstring'Roberto Ierusalimschy2019-04-244-44/+177
* Small correction in test about 'isdst'Roberto Ierusalimschy2019-04-221-1/+1
* 'require' returns where module was foundRoberto Ierusalimschy2019-04-174-34/+66
* Avoid using large buffers in 'string.format'Roberto Ierusalimschy2019-04-122-20/+29
* Small optimizations in 'string.gsub'Roberto Ierusalimschy2019-04-113-47/+115
* Added an optional parameter to 'coroutine.isyieldable'Roberto Ierusalimschy2019-04-103-6/+11
* 'print' does not call 'tostring' to format its argumentsRoberto Ierusalimschy2019-04-103-28/+16
* Thorough revision of the reference manualRoberto Ierusalimschy2019-04-101-341/+351
* Corrected tests around non-portable 'isdst' in datesRoberto Ierusalimschy2019-04-091-3/+7
* Syntax should not allow numbers touching identifiersRoberto Ierusalimschy2019-04-092-0/+11
* Fixed wrong error message in 'return math.seed(0)'Roberto Ierusalimschy2019-04-043-5/+11
* Added field 'srclen' to structure 'lua_Debug'Roberto Ierusalimschy2019-04-046-20/+31
* Avoid moving the collector while in 'GCSenteratomic' stateRoberto Ierusalimschy2019-04-011-2/+2
* Small optimizations in range checksRoberto Ierusalimschy2019-03-274-11/+20
* LUAI_MAXCCALLS renamed LUAI_MAXCSTACKRoberto Ierusalimschy2019-03-255-21/+27
* Year in copyright notice updated to 2019Roberto Ierusalimschy2019-03-252-3/+3
* Fixed small bugs/issuesRoberto Ierusalimschy2019-03-252-5/+9
* Keep correct type for immediate operands in comparisonsRoberto Ierusalimschy2019-03-2213-134/+237
* Details in the implementation of the integer 'for' loopRoberto Ierusalimschy2019-03-212-44/+49
* Small changes in the header of binary filesRoberto Ierusalimschy2019-03-194-31/+34
* Name 'nonstrict' in the UTF-8 library changed to 'lax'Roberto Ierusalimschy2019-03-192-13/+13
* New semantics for the integer 'for' loopRoberto Ierusalimschy2019-03-1910-187/+215
* Changes in the validation of UTF-8Roberto Ierusalimschy2019-03-156-72/+164
* Finalizers must be callableRoberto Ierusalimschy2019-03-142-5/+20
* Changes in the warning systemRoberto Ierusalimschy2019-03-1412-98/+79
* 'math.randomseed()' sets a somewhat random seedRoberto Ierusalimschy2019-03-133-20/+36
* Strings inside Lua are not fully alignedRoberto Ierusalimschy2019-03-132-10/+2
* New conversion specifier '%p' for 'string.format'Roberto Ierusalimschy2019-03-133-3/+31
* DetailsRoberto Ierusalimschy2019-03-138-51/+87
* After a "bad collections", avoid switching back back to generationalRoberto Ierusalimschy2019-01-306-50/+134
* Optional 'init' argument to 'string.gmatch'Roberto Ierusalimschy2019-01-086-52/+116
* No more to-be-closed functionsRoberto Ierusalimschy2019-01-048-68/+97
* No more LUA_ERRGCMM errorsRoberto Ierusalimschy2019-01-0110-111/+145
* Added a warning system to LuaRoberto Ierusalimschy2018-12-2810-15/+173
* Changes in the control of C-stack overflowRoberto Ierusalimschy2018-12-2712-74/+170
* DetailRoberto Ierusalimschy2018-12-272-3/+2
* 'all' script automatically 'make's everythingRoberto Ierusalimschy2018-12-193-6/+10
* Added directory 'testes/libs/P1' to the repositoryRoberto Ierusalimschy2018-12-171-0/+2
* DetailsRoberto Ierusalimschy2018-12-173-20/+22
* Added file 'testes/heavy.lua'Roberto Ierusalimschy2018-12-141-0/+173
* Bug: Long brackets with a huge number of '=' causes overflowRoberto Ierusalimschy2018-12-142-14/+35
* New functions 'lua_resetthread' and 'coroutine.kill'Roberto Ierusalimschy2018-12-1311-32/+195
* DetailsRoberto Ierusalimschy2018-12-112-17/+14
* 'math.rand()' uses higher bits to produce float valueRoberto Ierusalimschy2018-12-112-26/+46
* Better error messages for some polymorphic functionsRoberto Ierusalimschy2018-12-107-12/+41
* Calls cannot be tail in the scope of a to-be-closed variableRoberto Ierusalimschy2018-12-044-16/+21
* A to-be-closed variable must have a closable value (or be nil)Roberto Ierusalimschy2018-11-299-39/+83
* Auxiliary buffer cannot close box with 'lua_remove'Roberto Ierusalimschy2018-11-263-23/+49
* Some bugs with stack reallocation by 'luaF_close'Roberto Ierusalimschy2018-11-244-17/+17
* Added opcodes for arithmetic with K operandsRoberto Ierusalimschy2018-11-2311-87/+228