Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lua 5.3.5 ported to gitv5.3.5 | Roberto Ierusalimschy | 2018-12-17 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | detail (removing spaces at end of lines) | Roberto Ierusalimschy | 2016-12-22 | 1 | -2/+2 |
| | |||||
* | details (avoid some 'lint' warnings) | Roberto Ierusalimschy | 2015-03-28 | 1 | -5/+6 |
| | |||||
* | avoid using 'lua_pushliteral' in a non-zero-terminated string | Roberto Ierusalimschy | 2015-03-05 | 1 | -2/+2 |
| | |||||
* | added include for 'lprefix.h', for stuff that must be added before | Roberto Ierusalimschy | 2014-11-02 | 1 | -4/+6 |
| | | | | any other header file | ||||
* | 'charpatt' -> 'charpattern' | Roberto Ierusalimschy | 2014-10-15 | 1 | -3/+3 |
| | |||||
* | better to use 'long' to represent UTF-8 code points | Roberto Ierusalimschy | 2014-10-01 | 1 | -4/+4 |
| | |||||
* | detail (added placeholders for non-function fields to preallocate | Roberto Ierusalimschy | 2014-07-16 | 1 | -1/+3 |
| | | | | space for them) | ||||
* | missing macro 'LUAMOD_API' in function to open library | Roberto Ierusalimschy | 2014-05-14 | 1 | -2/+2 |
| | |||||
* | details in comments | Roberto Ierusalimschy | 2014-04-11 | 1 | -5/+6 |
| | |||||
* | several changes in 'utf8.offset' | Roberto Ierusalimschy | 2014-04-03 | 1 | -22/+27 |
| | |||||
* | new implementation for 'utf8.len' | Roberto Ierusalimschy | 2014-04-02 | 1 | -13/+18 |
| | |||||
* | some details to avoid warnings | Roberto Ierusalimschy | 2014-04-01 | 1 | -2/+2 |
| | |||||
* | detail (to avoid warnings with '-O3') | Roberto Ierusalimschy | 2014-03-20 | 1 | -3/+3 |
| | |||||
* | 'posrelat' -> 'u_posrelat' (to avoid name conflict in 'one.c') | Roberto Ierusalimschy | 2014-03-20 | 1 | -6/+6 |
| | |||||
* | added proper headers for a standard lib file | Roberto Ierusalimschy | 2014-02-06 | 1 | -4/+11 |
| | |||||
* | new library: utf8 | Roberto Ierusalimschy | 2014-02-06 | 1 | -0/+233 |