aboutsummaryrefslogtreecommitdiff
path: root/manual/manual.of (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'Roberto Ierusalimschy2018-07-271-0/+14
| | | | | | | | These operations also can give errors for lack of resources, so they also will try "emergency collections" in case of resource errors. Because there are now two libraries with that kind of handling, 'resourcetryagain' was moved to the auxiliary library to be shared by the libraries.
* Small improvements in the manualRoberto Ierusalimschy2018-07-251-5/+7
|
* Improvements in the manualRoberto Ierusalimschy2018-07-101-14/+17
| | | | | | - More precise use of 'argument' x 'parameter'. - Clarification about what the lexer considers 'letter', 'space', and 'digit'.
* Added manual and tests for version 5.4-w2Roberto Ierusalimschy2018-07-091-0/+8704