summaryrefslogtreecommitdiff
path: root/lutf8lib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lua 5.3.5 ported to gitv5.3.5Roberto Ierusalimschy2018-12-171-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 Ierusalimschy2016-12-221-2/+2
|
* details (avoid some 'lint' warnings)Roberto Ierusalimschy2015-03-281-5/+6
|
* avoid using 'lua_pushliteral' in a non-zero-terminated stringRoberto Ierusalimschy2015-03-051-2/+2
|
* added include for 'lprefix.h', for stuff that must be added beforeRoberto Ierusalimschy2014-11-021-4/+6
| | | | any other header file
* 'charpatt' -> 'charpattern'Roberto Ierusalimschy2014-10-151-3/+3
|
* better to use 'long' to represent UTF-8 code pointsRoberto Ierusalimschy2014-10-011-4/+4
|
* detail (added placeholders for non-function fields to preallocateRoberto Ierusalimschy2014-07-161-1/+3
| | | | space for them)
* missing macro 'LUAMOD_API' in function to open libraryRoberto Ierusalimschy2014-05-141-2/+2
|
* details in commentsRoberto Ierusalimschy2014-04-111-5/+6
|
* several changes in 'utf8.offset'Roberto Ierusalimschy2014-04-031-22/+27
|
* new implementation for 'utf8.len'Roberto Ierusalimschy2014-04-021-13/+18
|
* some details to avoid warningsRoberto Ierusalimschy2014-04-011-2/+2
|
* detail (to avoid warnings with '-O3')Roberto Ierusalimschy2014-03-201-3/+3
|
* 'posrelat' -> 'u_posrelat' (to avoid name conflict in 'one.c')Roberto Ierusalimschy2014-03-201-6/+6
|
* added proper headers for a standard lib fileRoberto Ierusalimschy2014-02-061-4/+11
|
* new library: utf8Roberto Ierusalimschy2014-02-061-0/+233