summaryrefslogtreecommitdiff
path: root/manual
Commit message (Expand)AuthorAgeFilesLines
...
* Multiple errors in '__toclose' report the first oneRoberto Ierusalimschy2019-06-051-6/+15
* Function 'warn' is varargRoberto Ierusalimschy2019-06-041-5/+3
* 'coroutine.kill' renamed 'coroutine.close'Roberto Ierusalimschy2019-06-031-14/+15
* DetailsRoberto Ierusalimschy2019-06-031-3/+2
* DetailsRoberto Ierusalimschy2019-05-281-5/+8
* First implementation for 'const' variablesRoberto Ierusalimschy2019-05-171-8/+20
* Flag for to-be-closed variables changed to '<toclose>'Roberto Ierusalimschy2019-05-091-2/+2
* Coroutines do not unwind the stack in case of errorsRoberto Ierusalimschy2019-05-091-8/+25
* New function 'luaL_addgsub'Roberto Ierusalimschy2019-04-241-2/+33
* 'require' returns where module was foundRoberto Ierusalimschy2019-04-171-11/+27
* Added an optional parameter to 'coroutine.isyieldable'Roberto Ierusalimschy2019-04-101-3/+4
* 'print' does not call 'tostring' to format its argumentsRoberto Ierusalimschy2019-04-101-2/+11
* Thorough revision of the reference manualRoberto Ierusalimschy2019-04-101-341/+351
* Year in copyright notice updated to 2019Roberto Ierusalimschy2019-03-251-1/+1
* Name 'nonstrict' in the UTF-8 library changed to 'lax'Roberto Ierusalimschy2019-03-191-4/+4
* New semantics for the integer 'for' loopRoberto Ierusalimschy2019-03-191-70/+54
* Changes in the validation of UTF-8Roberto Ierusalimschy2019-03-151-4/+39
* Finalizers must be callableRoberto Ierusalimschy2019-03-141-4/+19
* Changes in the warning systemRoberto Ierusalimschy2019-03-141-13/+13
* 'math.randomseed()' sets a somewhat random seedRoberto Ierusalimschy2019-03-131-9/+14
* New conversion specifier '%p' for 'string.format'Roberto Ierusalimschy2019-03-131-3/+10
* DetailsRoberto Ierusalimschy2019-03-131-22/+32
* Optional 'init' argument to 'string.gmatch'Roberto Ierusalimschy2019-01-081-19/+23
* No more to-be-closed functionsRoberto Ierusalimschy2019-01-041-20/+14
* No more LUA_ERRGCMM errorsRoberto Ierusalimschy2019-01-011-17/+9
* Added a warning system to LuaRoberto Ierusalimschy2018-12-281-8/+48
* Detailsalternative-versionalt-versionRoberto Ierusalimschy2018-12-171-8/+8
* New functions 'lua_resetthread' and 'coroutine.kill'Roberto Ierusalimschy2018-12-131-4/+30
* Better error messages for some polymorphic functionsRoberto Ierusalimschy2018-12-101-0/+26
* Calls cannot be tail in the scope of a to-be-closed variableRoberto Ierusalimschy2018-12-041-9/+8
* A to-be-closed variable must have a closable value (or be nil)Roberto Ierusalimschy2018-11-291-9/+16
* Documentation for to-be-closed variablesRoberto Ierusalimschy2018-11-131-26/+122
* Removed resource-related "emergency collections"Roberto Ierusalimschy2018-10-311-14/+0
* Small improvements in the manualRoberto Ierusalimschy2018-10-221-8/+18
* Deprecated the emulation of '__le' using '__lt'Roberto Ierusalimschy2018-08-241-12/+9
* Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'Roberto Ierusalimschy2018-07-271-0/+14
* Small improvements in the manualRoberto Ierusalimschy2018-07-251-5/+7
* Improvements in the manualRoberto Ierusalimschy2018-07-101-14/+17
* Added manual and tests for version 5.4-w2Roberto Ierusalimschy2018-07-092-0/+9222