Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optional 'init' argument to 'string.gmatch' | Roberto Ierusalimschy | 2019-01-08 | 1 | -2/+0 |
| | | | | | | | | | The function 'string.gmatch' now has an optional 'init' argument, similar to 'string.find' and 'string.match'. Moreover, there was some reorganization in the manipulation of indices in the string library. This commit also includes small janitorial work in the manual and in comments in the interpreter loop. | ||||
* | Added directory to test file names in '$Id:' | Roberto Ierusalimschy | 2018-07-25 | 1 | -1/+1 |
| | | | | | | | From the point of view of 'git', all names are relative to the root directory of the project. So, file names in '$Id:' also should be relative to that directory: the proper name for test file 'all.lua' is 'testes/all.lua'. | ||||
* | Added manual and tests for version 5.4-w2 | Roberto Ierusalimschy | 2018-07-09 | 1 | -0/+324 |