Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lua 5.3.5 ported to gitv5.3.5 | Roberto Ierusalimschy | 2018-12-17 | 1 | -1/+1 |
| | | | | | | | This is the first commit for the branch Lua 5.3. All source files were copied from the official distribution of 5.3.5 in the Lua site. The test files are the same of 5.3.4. The manual came from the previous RCS repository, revision 1.167.1.2. | ||||
* | does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining | Roberto Ierusalimschy | 2014-12-29 | 1 | -2/+8 |
| | | | | _XOPEN_SOURCE==0 undefines that macro | ||||
* | Definitions for Lua code that must come before any other header file | Roberto Ierusalimschy | 2014-11-03 | 1 | -0/+39 |