summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Detailsalternative-versionalt-versionRoberto Ierusalimschy2018-12-173-20/+22
* Added file 'testes/heavy.lua'Roberto Ierusalimschy2018-12-141-0/+173
* Bug: Long brackets with a huge number of '=' causes overflowRoberto Ierusalimschy2018-12-142-14/+35
* New functions 'lua_resetthread' and 'coroutine.kill'Roberto Ierusalimschy2018-12-1311-32/+195
* DetailsRoberto Ierusalimschy2018-12-112-17/+14
* 'math.rand()' uses higher bits to produce float valueRoberto Ierusalimschy2018-12-112-26/+46
* Better error messages for some polymorphic functionsRoberto Ierusalimschy2018-12-107-12/+41
* Calls cannot be tail in the scope of a to-be-closed variableRoberto Ierusalimschy2018-12-044-16/+21
* A to-be-closed variable must have a closable value (or be nil)Roberto Ierusalimschy2018-11-299-39/+83
* Auxiliary buffer cannot close box with 'lua_remove'Roberto Ierusalimschy2018-11-263-23/+49
* Some bugs with stack reallocation by 'luaF_close'Roberto Ierusalimschy2018-11-244-17/+17
* Added opcodes for arithmetic with K operandsRoberto Ierusalimschy2018-11-2311-87/+228
* DetailsRoberto Ierusalimschy2018-11-223-39/+93
* Documentation for to-be-closed variablesRoberto Ierusalimschy2018-11-131-26/+122
* Visibility of non-API functions changed to "internal"Roberto Ierusalimschy2018-11-131-1/+1
* String buffer using to-be-closed variableRoberto Ierusalimschy2018-11-132-11/+47
* 'lua_toclose' gets the index to be closed as an argumentRoberto Ierusalimschy2018-11-124-13/+22
* New implementation for 'luaL_addvalue'Roberto Ierusalimschy2018-11-091-22/+59
* To-be-closed variable in 'for' loop separated from the stateRoberto Ierusalimschy2018-11-076-29/+76
* New syntax for to-be-closed variablesRoberto Ierusalimschy2018-11-078-47/+48
* New macros for arithmetic/bitwise operations in 'luaV_execute'Roberto Ierusalimschy2018-11-055-220/+156
* Removed internal cache for closuresRoberto Ierusalimschy2018-11-019-123/+10
* Removed resource-related "emergency collections"Roberto Ierusalimschy2018-10-315-80/+2
* State in generic 'for' acts as a to-be-closed variableRoberto Ierusalimschy2018-10-315-24/+111
* Better error messages for invalid operands in numeric 'for'Roberto Ierusalimschy2018-10-304-4/+22
* Back with optimization for 'if cond then goto'Roberto Ierusalimschy2018-10-303-20/+100
* Big revamp in the implmentation of labels/gotosRoberto Ierusalimschy2018-10-298-182/+131
* More uniformity in code generation for 'for' loopsRoberto Ierusalimschy2018-10-266-10/+14
* To-be-closed variables in the C APIRoberto Ierusalimschy2018-10-256-16/+122
* Closing methods should not interfere with returning valuesRoberto Ierusalimschy2018-10-254-42/+98
* Added a '__close' metamethod to file handlesRoberto Ierusalimschy2018-10-232-22/+36
* Detail: bad assertion in 'luaM_free_'Roberto Ierusalimschy2018-10-231-1/+1
* Removed extra information from RCS keyword strings in testsRoberto Ierusalimschy2018-10-226-4/+4
* Small improvements in the manualRoberto Ierusalimschy2018-10-221-8/+18
* Complete implementation of to-be-closed variablesscopedvarsRoberto Ierusalimschy2018-10-223-12/+39
* Handling of memory errors when creating to-be-closed upvaluesRoberto Ierusalimschy2018-10-184-40/+148
* First "complete" implementation of to-be-closed variablesRoberto Ierusalimschy2018-10-1713-26/+145
* Towards "to closed" local variablesRoberto Ierusalimschy2018-10-0815-22/+81
* Added "cost" for the use of C stack by a coroutine invocation.Roberto Ierusalimschy2018-09-111-2/+8
* Details (comments)Roberto Ierusalimschy2018-09-113-4/+11
* Corrections in the implementation of '%' for floats.Roberto Ierusalimschy2018-08-285-18/+87
* Deprecated the emulation of '__le' using '__lt'Roberto Ierusalimschy2018-08-248-40/+44
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-2351-51/+51
* detailsRoberto Ierusalimschy2018-08-171-6/+6
* Removed use of 'rl_inhibit_completion' in 'lua.c'Roberto Ierusalimschy2018-08-161-3/+2
* Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'Roberto Ierusalimschy2018-07-275-50/+71
* Added directory to test file names in '$Id:'Roberto Ierusalimschy2018-07-2529-29/+29
* Small improvements in the manualRoberto Ierusalimschy2018-07-251-5/+7
* File operations try an "emergency collection" when failingRoberto Ierusalimschy2018-07-252-6/+65
* Comments about OLD0/OLD1 agesRoberto Ierusalimschy2018-07-181-24/+30