summaryrefslogtreecommitdiff
path: root/manual
Commit message (Expand)AuthorAgeFilesLines
...
* Manual corrected with the new syntax for attributesRoberto Ierusalimschy2019-08-161-5/+5
* Added macro 'luaL_pushfail'Roberto Ierusalimschy2019-08-162-36/+52
* Supressed errors in '__close' generate warningsRoberto Ierusalimschy2019-08-161-1/+1
* Added control messages to warningsRoberto Ierusalimschy2019-08-151-7/+22
* Detail in the manual (method 'file:setvbuf')Roberto Ierusalimschy2019-08-121-16/+8
* Correction in the documentation of 'io.lines'Roberto Ierusalimschy2019-07-311-6/+4
* To-be-closed variables must be closed on initializationRoberto Ierusalimschy2019-07-311-8/+11
* 'math.randomseed' always returns the two seed componentsRoberto Ierusalimschy2019-07-191-2/+4
* 'math.randomseed()' returns the seeds it usedRoberto Ierusalimschy2019-07-171-0/+3
* '__close' method may be called again in case of errorRoberto Ierusalimschy2019-07-161-5/+6
* First implementation of constant propagationRoberto Ierusalimschy2019-07-121-12/+19
* Local attributes can be used in list of local variablesRoberto Ierusalimschy2019-07-031-26/+34
* New function 'setCstacklimit'Roberto Ierusalimschy2019-06-181-0/+42
* Detail in the manualRoberto Ierusalimschy2019-06-101-5/+6
* Updated the documentation for the API function 'lua_gc'v5.4-alphaRoberto Ierusalimschy2019-06-061-53/+62
* 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