aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Some improvements in 'luaconf.h'Roberto Ierusalimschy2019-05-133-36/+65
* Flag for to-be-closed variables changed to '<toclose>'Roberto Ierusalimschy2019-05-098-38/+40
* Test for dead coroutine moved to 'lua_resume'Roberto Ierusalimschy2019-05-092-4/+2
* Coroutines do not unwind the stack in case of errorsRoberto Ierusalimschy2019-05-096-26/+80
* File 'lib2-v2.so' generated from its own sourceRoberto Ierusalimschy2019-05-033-3/+28
* A few more improvements in 'luaO_pushvfstring'Roberto Ierusalimschy2019-05-034-35/+52
* Avoid the creation of too many strings in 'package'Roberto Ierusalimschy2019-05-034-41/+79
* Some more small improvements to 'luaO_pushvfstring'Roberto Ierusalimschy2019-04-262-54/+71
* Fixed bug with to-be-closed variables in base C levelRoberto Ierusalimschy2019-04-261-0/+2
* New function 'luaL_addgsub'Roberto Ierusalimschy2019-04-243-13/+58
* 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