aboutsummaryrefslogtreecommitdiff
path: root/lua.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-04Added field 'srclen' to structure 'lua_Debug'Roberto Ierusalimschy6-20/+31
2019-04-01Avoid moving the collector while in 'GCSenteratomic' stateRoberto Ierusalimschy1-2/+2
2019-03-27Small optimizations in range checksRoberto Ierusalimschy4-11/+20
2019-03-25LUAI_MAXCCALLS renamed LUAI_MAXCSTACKRoberto Ierusalimschy5-21/+27
2019-03-25Year in copyright notice updated to 2019Roberto Ierusalimschy2-3/+3
2019-03-25Fixed small bugs/issuesRoberto Ierusalimschy2-5/+9
2019-03-22Keep correct type for immediate operands in comparisonsRoberto Ierusalimschy13-134/+237
2019-03-21Details in the implementation of the integer 'for' loopRoberto Ierusalimschy2-44/+49
2019-03-19Small changes in the header of binary filesRoberto Ierusalimschy4-31/+34
2019-03-19Name 'nonstrict' in the UTF-8 library changed to 'lax'Roberto Ierusalimschy2-13/+13
2019-03-19New semantics for the integer 'for' loopRoberto Ierusalimschy10-187/+215
2019-03-15Changes in the validation of UTF-8Roberto Ierusalimschy6-72/+164
2019-03-14Finalizers must be callableRoberto Ierusalimschy2-5/+20
2019-03-14Changes in the warning systemRoberto Ierusalimschy12-98/+79
2019-03-13'math.randomseed()' sets a somewhat random seedRoberto Ierusalimschy3-20/+36
2019-03-13Strings inside Lua are not fully alignedRoberto Ierusalimschy2-10/+2
2019-03-13New conversion specifier '%p' for 'string.format'Roberto Ierusalimschy3-3/+31
2019-03-13DetailsRoberto Ierusalimschy8-51/+87
2019-01-30After a "bad collections", avoid switching back back to generationalRoberto Ierusalimschy6-50/+134
2019-01-08Optional 'init' argument to 'string.gmatch'Roberto Ierusalimschy6-52/+116
2019-01-04No more to-be-closed functionsRoberto Ierusalimschy8-68/+97
2019-01-01No more LUA_ERRGCMM errorsRoberto Ierusalimschy10-111/+145
2018-12-28Added a warning system to LuaRoberto Ierusalimschy10-15/+173
2018-12-27Changes in the control of C-stack overflowRoberto Ierusalimschy12-74/+170
2018-12-27DetailRoberto Ierusalimschy2-3/+2
2018-12-19'all' script automatically 'make's everythingRoberto Ierusalimschy3-6/+10