summaryrefslogtreecommitdiff
path: root/lutf8lib.c
Commit message (Expand)AuthorAgeFilesLines
* Bug: 'utf8.codes' accepts spurious continuation bytesRoberto Ierusalimschy2022-09-231-11/+16
* Avoid overflows when incrementing parameters in CRoberto Ierusalimschy2021-09-221-7/+4
* Details (more uniformity in error messages)Roberto Ierusalimschy2020-05-271-5/+5
* Added 'simplesect' sections to the manualRoberto Ierusalimschy2020-04-131-1/+1
* Added macro 'luaL_pushfail'Roberto Ierusalimschy2019-08-161-2/+2
* A few changes in tests about number of bits in integersRoberto Ierusalimschy2019-05-131-1/+1
* Some improvements in 'luaconf.h'Roberto Ierusalimschy2019-05-131-1/+1
* Name 'nonstrict' in the UTF-8 library changed to 'lax'Roberto Ierusalimschy2019-03-191-9/+9
* Changes in the validation of UTF-8Roberto Ierusalimschy2019-03-151-27/+49
* Avoid using 'int' for UTF-8 valuesRoberto Ierusalimschy2018-07-121-11/+22
* added 'return' to calls to 'luaL_error' (to signal to the compilerRoberto Ierusalimschy2017-03-141-2/+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
* '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
* 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