summaryrefslogtreecommitdiff
path: root/lprefix.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-05Detail in makefileRoberto Ierusalimschy1-1/+1
2019-06-05Multiple errors in '__toclose' report the first oneRoberto Ierusalimschy5-28/+56
2019-06-04Function 'warn' is varargRoberto Ierusalimschy4-20/+43
2019-06-03'coroutine.kill' renamed 'coroutine.close'Roberto Ierusalimschy3-28/+29
2019-06-03bug in 5.4 alpha rc1: to-be-closed x vararg functionsRoberto Ierusalimschy2-1/+10
2019-06-03DetailsRoberto Ierusalimschy8-23/+23
2019-06-03Improvements in 'testes/cstack.lua'Roberto Ierusalimschy1-12/+32
2019-05-28Improvements in 'luaL_traceback'Roberto Ierusalimschy1-24/+29
2019-05-28DetailsRoberto Ierusalimschy9-23/+46
2019-05-17First implementation for 'const' variablesRoberto Ierusalimschy7-56/+205
2019-05-14Define LUA_MAXUNSIGNED as a preprocessor constantRoberto Ierusalimschy2-3/+10
2019-05-13DetailsRoberto Ierusalimschy5-11/+13
2019-05-13A few changes in tests about number of bits in integersRoberto Ierusalimschy6-18/+19
2019-05-13Some improvements in 'luaconf.h'Roberto Ierusalimschy3-36/+65
2019-05-09Flag for to-be-closed variables changed to '<toclose>'Roberto Ierusalimschy8-38/+40
2019-05-09Test for dead coroutine moved to 'lua_resume'Roberto Ierusalimschy2-4/+2
2019-05-09Coroutines do not unwind the stack in case of errorsRoberto Ierusalimschy6-26/+80
2019-05-03File 'lib2-v2.so' generated from its own sourceRoberto Ierusalimschy3-3/+28
2019-05-03A few more improvements in 'luaO_pushvfstring'Roberto Ierusalimschy4-35/+52
2019-05-03Avoid the creation of too many strings in 'package'Roberto Ierusalimschy4-41/+79
2019-04-26Some more small improvements to 'luaO_pushvfstring'Roberto Ierusalimschy2-54/+71
2019-04-26Fixed bug with to-be-closed variables in base C levelRoberto Ierusalimschy1-0/+2
2019-04-24New function 'luaL_addgsub'Roberto Ierusalimschy3-13/+58
2019-04-24Revamp of 'lua_pushfstring' / 'luaO_pushvfstring'Roberto Ierusalimschy4-44/+177
2019-04-22Small correction in test about 'isdst'Roberto Ierusalimschy1-1/+1
2019-04-17'require' returns where module was foundRoberto Ierusalimschy4-34/+66
2019-04-12Avoid using large buffers in 'string.format'Roberto Ierusalimschy2-20/+29
2019-04-11Small optimizations in 'string.gsub'Roberto Ierusalimschy3-47/+115
2019-04-10Added an optional parameter to 'coroutine.isyieldable'Roberto Ierusalimschy3-6/+11
2019-04-10'print' does not call 'tostring' to format its argumentsRoberto Ierusalimschy3-28/+16
2019-04-10Thorough revision of the reference manualRoberto Ierusalimschy1-341/+351
2019-04-09Corrected tests around non-portable 'isdst' in datesRoberto Ierusalimschy1-3/+7
2019-04-09Syntax should not allow numbers touching identifiersRoberto Ierusalimschy2-0/+11
2019-04-04Fixed wrong error message in 'return math.seed(0)'Roberto Ierusalimschy3-5/+11
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