summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated the documentation for the API function 'lua_gc'v5.4-alphaRoberto Ierusalimschy2019-06-061-53/+62
* Detail in makefileRoberto Ierusalimschy2019-06-051-1/+1
* Multiple errors in '__toclose' report the first oneRoberto Ierusalimschy2019-06-055-28/+56
* Function 'warn' is varargRoberto Ierusalimschy2019-06-044-20/+43
* 'coroutine.kill' renamed 'coroutine.close'Roberto Ierusalimschy2019-06-033-28/+29
* bug in 5.4 alpha rc1: to-be-closed x vararg functionsRoberto Ierusalimschy2019-06-032-1/+10
* DetailsRoberto Ierusalimschy2019-06-038-23/+23
* Improvements in 'testes/cstack.lua'Roberto Ierusalimschy2019-06-031-12/+32
* Improvements in 'luaL_traceback'Roberto Ierusalimschy2019-05-281-24/+29
* DetailsRoberto Ierusalimschy2019-05-289-23/+46
* First implementation for 'const' variablesRoberto Ierusalimschy2019-05-177-56/+205
* Define LUA_MAXUNSIGNED as a preprocessor constantRoberto Ierusalimschy2019-05-142-3/+10
* DetailsRoberto Ierusalimschy2019-05-135-11/+13
* A few changes in tests about number of bits in integersRoberto Ierusalimschy2019-05-136-18/+19
* 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