aboutsummaryrefslogtreecommitdiff
path: root/all (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-14Bug: Long brackets with a huge number of '=' causes overflowRoberto Ierusalimschy2-14/+35
2018-12-13New functions 'lua_resetthread' and 'coroutine.kill'Roberto Ierusalimschy11-32/+195
2018-12-11DetailsRoberto Ierusalimschy2-17/+14
2018-12-11'math.rand()' uses higher bits to produce float valueRoberto Ierusalimschy2-26/+46
2018-12-10Better error messages for some polymorphic functionsRoberto Ierusalimschy7-12/+41
2018-12-04Calls cannot be tail in the scope of a to-be-closed variableRoberto Ierusalimschy4-16/+21
2018-11-29A to-be-closed variable must have a closable value (or be nil)Roberto Ierusalimschy9-39/+83
2018-11-26Auxiliary buffer cannot close box with 'lua_remove'Roberto Ierusalimschy3-23/+49
2018-11-24Some bugs with stack reallocation by 'luaF_close'Roberto Ierusalimschy4-17/+17
2018-11-23Added opcodes for arithmetic with K operandsRoberto Ierusalimschy11-87/+228
2018-11-22DetailsRoberto Ierusalimschy3-39/+93
2018-11-13Documentation for to-be-closed variablesRoberto Ierusalimschy1-26/+122
2018-11-13Visibility of non-API functions changed to "internal"Roberto Ierusalimschy1-1/+1
2018-11-13String buffer using to-be-closed variableRoberto Ierusalimschy2-11/+47
2018-11-12'lua_toclose' gets the index to be closed as an argumentRoberto Ierusalimschy4-13/+22
2018-11-09New implementation for 'luaL_addvalue'Roberto Ierusalimschy1-22/+59
2018-11-07To-be-closed variable in 'for' loop separated from the stateRoberto Ierusalimschy6-29/+76
2018-11-07New syntax for to-be-closed variablesRoberto Ierusalimschy8-47/+48
2018-11-05New macros for arithmetic/bitwise operations in 'luaV_execute'Roberto Ierusalimschy5-220/+156
2018-11-01Removed internal cache for closuresRoberto Ierusalimschy9-123/+10
2018-10-31Removed resource-related "emergency collections"Roberto Ierusalimschy5-80/+2
2018-10-31State in generic 'for' acts as a to-be-closed variableRoberto Ierusalimschy5-24/+111
2018-10-30Better error messages for invalid operands in numeric 'for'Roberto Ierusalimschy4-4/+22
2018-10-30Back with optimization for 'if cond then goto'Roberto Ierusalimschy3-20/+100
2018-10-29Big revamp in the implmentation of labels/gotosRoberto Ierusalimschy8-182/+131
2018-10-26More uniformity in code generation for 'for' loopsRoberto Ierusalimschy6-10/+14
2018-10-25To-be-closed variables in the C APIRoberto Ierusalimschy6-16/+122
2018-10-25Closing methods should not interfere with returning valuesRoberto Ierusalimschy4-42/+98
2018-10-23Added a '__close' metamethod to file handlesRoberto Ierusalimschy2-22/+36
2018-10-23Detail: bad assertion in 'luaM_free_'Roberto Ierusalimschy1-1/+1
2018-10-22Removed extra information from RCS keyword strings in testsRoberto Ierusalimschy6-4/+4
2018-10-22Small improvements in the manualRoberto Ierusalimschy1-8/+18
2018-10-22Complete implementation of to-be-closed variablesRoberto Ierusalimschy3-12/+39
2018-10-18Handling of memory errors when creating to-be-closed upvaluesRoberto Ierusalimschy4-40/+148
2018-10-17First "complete" implementation of to-be-closed variablesRoberto Ierusalimschy13-26/+145
2018-10-08Towards "to closed" local variablesRoberto Ierusalimschy15-22/+81
2018-09-11Added "cost" for the use of C stack by a coroutine invocation.Roberto Ierusalimschy1-2/+8
2018-09-11Details (comments)Roberto Ierusalimschy3-4/+11
2018-08-28Corrections in the implementation of '%' for floats.Roberto Ierusalimschy5-18/+87
2018-08-24Deprecated the emulation of '__le' using '__lt'Roberto Ierusalimschy8-40/+44
2018-08-23Removed extra information from RCS keyword stringsRoberto Ierusalimschy51-51/+51
2018-08-17detailsRoberto Ierusalimschy1-6/+6
2018-08-16Removed use of 'rl_inhibit_completion' in 'lua.c'Roberto Ierusalimschy1-3/+2
2018-07-27Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'Roberto Ierusalimschy5-50/+71
2018-07-25Added directory to test file names in '$Id:'Roberto Ierusalimschy29-29/+29
2018-07-25Small improvements in the manualRoberto Ierusalimschy1-5/+7
2018-07-25File operations try an "emergency collection" when failingRoberto Ierusalimschy2-6/+65
2018-07-18Comments about OLD0/OLD1 agesRoberto Ierusalimschy1-24/+30
2018-07-13Fixed bug in generational collection of userdataRoberto Ierusalimschy4-15/+102
2018-07-12Avoid using 'int' for UTF-8 valuesRoberto Ierusalimschy1-11/+22