index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lutf8lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
A few changes in tests about number of bits in integers
Roberto Ierusalimschy
2019-05-13
1
-1
/
+1
*
Some improvements in 'luaconf.h'
Roberto Ierusalimschy
2019-05-13
1
-1
/
+1
*
Name 'nonstrict' in the UTF-8 library changed to 'lax'
Roberto Ierusalimschy
2019-03-19
1
-9
/
+9
*
Changes in the validation of UTF-8
Roberto Ierusalimschy
2019-03-15
1
-27
/
+49
*
Avoid using 'int' for UTF-8 values
Roberto Ierusalimschy
2018-07-12
1
-11
/
+22
*
added 'return' to calls to 'luaL_error' (to signal to the compiler
Roberto Ierusalimschy
2017-03-14
1
-2
/
+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
*
'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
*
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