Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
cls
/
libutf
/
HEAD
ee5074d
Merge pull request #12 from finnoleary/fix-missing-funcdefs
by Connor Lane Smith
· 7 years ago
master
c7812d1
Add missing function definitions (utfecpy, runestrecpy)
by Finn O'leary
· 7 years ago
ff4c606
update licence
by Connor Lane Smith
· 9 years ago
b17614b
add .gitattributes for C header files
by Connor Lane Smith
· 9 years ago
60a0b75
Merge pull request #10 from richardipsum/awk-avoid-length
by Connor Lane Smith
· 9 years ago
1a94efe
avoid use of length() function
by Richard Ipsum
· 9 years ago
bd0e557
Merge pull request #9 from SametSisartenep/master
by Connor Lane Smith
· 9 years ago
72eaffc
Update to Unicode 9.0.0
by SametSisartenep
· 9 years ago
277988f
update boundary tests for new behaviour
by Connor Lane Smith
· 9 years ago
08f4c6a
fix build
by Connor Lane Smith
· 9 years ago
26b2f9c
rune validity checks
by Connor Lane Smith
· 9 years ago
bbc8861
utflen: fix possible misuse of p
by Connor Lane Smith
· 9 years ago
e023c9a
fix messy whitespace
by Connor Lane Smith
· 9 years ago
7c68fde
split src into utf, runestr, runetype
by Connor Lane Smith
· 9 years ago
d24f27b
fix build: utfnlen must keep len and mustn't return early
by Connor Lane Smith
· 9 years ago
1056250
fullrune: style fix
by Connor Lane Smith
· 9 years ago
15bc0d3
utfnlen: add proper len checks
by Connor Lane Smith
· 9 years ago
d56dda5
chartorune: use comma operator to set *p and return
by Connor Lane Smith
· 9 years ago
749e3a0
split out functions depending on lookup table (utftab)
by Connor Lane Smith
· 9 years ago
d4acc61
unmacro runestrcat, runestrcmp, runestrcpy
by Connor Lane Smith
· 9 years ago
6ba8eea
runelen: no clever stuff
by Connor Lane Smith
· 9 years ago
f718f81
chartorune: simplify cases
by Connor Lane Smith
· 9 years ago
ce4eaac
runelen: simplify and explain
by Connor Lane Smith
· 9 years ago
ab8c15c
update licence
by Connor Lane Smith
· 9 years ago
1b1d7d4
chartorune, runetochar: do it in octal
by Connor Lane Smith
· 9 years ago
b9fc7de
fix runes at int32_t
by Connor Lane Smith
· 9 years ago
acd90dd
charntorune: check still needed for len=2
by Connor Lane Smith
· 9 years ago
7b8c1de
update Runemax
by Connor Lane Smith
· 9 years ago
06494ab
remove runetochar length cap
by Connor Lane Smith
· 9 years ago
3a37ebe
simplify chartorune control flow
by Connor Lane Smith
· 9 years ago
4b10076
fix fullrune overstep
by Connor Lane Smith
· 9 years ago
da7389b
clean up .gitignore
by Connor Lane Smith
· 9 years ago
aacd8e4
fix test suite
by Connor Lane Smith
· 9 years ago
119bad8
remove API extensions
by Connor Lane Smith
· 9 years ago
65f0f74
update test suite
by Connor Lane Smith
· 9 years ago
fceccfe
switch to 'fail early' behaviour
by Connor Lane Smith
· 9 years ago
dd2c9a3
use char32_t in C++11, uint_least32_t otherwise
by Connor Lane Smith
· 10 years ago
0bf2f34
chartorune: halve lookup table
by Connor Lane Smith
· 10 years ago
ad46e69
lookup table for chartorune, optimise fullrune
by Connor Lane Smith
· 10 years ago
b615a2e
Merge pull request #7 from geoff-codes/UnicodeData-8.0.0
by Connor Lane Smith
· 10 years ago
8c0188a
Update UnicodeData.txt from Unicode 8.0.0 UCD.
by Geoff Nixon
· 10 years ago
073265b
add .gitattributes
by Connor Lane Smith
· 10 years ago
0f45d09
simplify utfrune, utfutf
by Connor Lane Smith
· 10 years ago
89d4832
add runewidth
by Connor Lane Smith
· 10 years ago
4310117
support c99/c11 features according to availability
by Connor Lane Smith
· 10 years ago
2c82f25
some minor tweaks
by Connor Lane Smith
· 10 years ago
98e9fc1
charntorune may take null rune ptr; macro fullrune
by Connor Lane Smith
· 10 years ago
fec59b6
macro chartorune, runestrcat, runestrcmp, runestrcpy
by Connor Lane Smith
· 10 years ago
357ded5
separate libfmt from libutf
by Connor Lane Smith
· 10 years ago
c558208
fix build
by Connor Lane Smith
· 10 years ago
a366015
Merge commit '2502b1d0e84f19508aae6aaae8c79666d986e396'
by Connor Lane Smith
· 10 years ago
2502b1d
Add iscombiningrune function, to identify combining marks
by njw
· 10 years ago
87b944e
separate runetypebody.h from runetype.h
by Connor Lane Smith
· 10 years ago
5525ede
fix test/malformed test output
by Connor Lane Smith
· 10 years ago
4787d04
fix isxdigitrune, simplify isprintrune
by Connor Lane Smith
· 10 years ago
00f8195
reintroduce runetype.c
by Connor Lane Smith
· 10 years ago
3a37a68
rename runetype.i to runetype.h
by Connor Lane Smith
· 10 years ago
24c2adc
extract templating logic from mkrunetype.awk
by Connor Lane Smith
· 10 years ago
0fe8ec7
move internal header runetype.h into src/
by Connor Lane Smith
· 10 years ago
8b8eeb1
UTF-8-test.txt superseded by test suite
by Connor Lane Smith
· 10 years ago
66a6edf
add test/illegal
by Connor Lane Smith
· 10 years ago
3e375a0
add test/overlong
by Connor Lane Smith
· 10 years ago
8f567c0
fix fgetrunestr EOF case
by Connor Lane Smith
· 10 years ago
0ac8b9d
add fgetrunestr, fputrunestr
by Connor Lane Smith
· 10 years ago
8aa76ad
update README
by Connor Lane Smith
· 10 years ago
580d706
refactor test/malformed
by Connor Lane Smith
· 10 years ago
4fa38d3
add test/malformed
by Connor Lane Smith
· 10 years ago
ad2224a
refactor test/boundary
by Connor Lane Smith
· 10 years ago
1f86640
do not treat valid noncharacters as errors
by Connor Lane Smith
· 10 years ago
ff8ffc4
add boundary tests
by Connor Lane Smith
· 10 years ago
41eb983
Merge pull request #6 from graymalkin/master
by Connor Lane Smith
· 10 years ago
3629932
Travis CI added
by Simon Cooksey
· 10 years ago
3814277
introduce test suite using TAP
by Connor Lane Smith
· 10 years ago
ed53db9
neaten up file generation
by Connor Lane Smith
· 10 years ago
02b1eab
further clean up
by Connor Lane Smith
· 10 years ago
c0a3a81
clean up and update manpages
by Connor Lane Smith
· 10 years ago
69adbcf
Merge pull request #4 from graymalkin/master
by Connor Lane Smith
· 10 years ago
c282a57
Implemented runestrecpy()
by Simon Cooksey
· 10 years ago
ca82d7d
reintroduce utfecpy; see #3
by Connor Lane Smith
· 10 years ago
601bdcd
update build system
by Connor Lane Smith
· 10 years ago
193c586
Merge pull request #2 from junyer/master
by Connor Lane Smith
· 10 years ago
6325d9d
Declare all functions with C linkage.
by Paul Wankadia
· 10 years ago
880fdc7
split awk otheris into non-generated files
by Connor Lane Smith
· 10 years ago
418f357
merge FRIGN's downstream sbase mkrunetype.awk
by Connor Lane Smith
· 10 years ago
01166c1
use int32_t for Rune
by Connor Lane Smith
· 10 years ago
842786e
guarantee that Rune is at least 32 bits long
by Connor Lane Smith
· 10 years ago
60f0557
introduce file hierarchy
by Connor Lane Smith
· 10 years ago
77dd2b2
add runestr functions
by Connor Lane Smith
· 10 years ago
d241aba
add utftorunestr, fgetrune, fputrune; thanks to FRIGN
by Connor Lane Smith
· 10 years ago
edad755
add UnicodeData-7.0.0.txt, remove runetypebody.h
by Connor Lane Smith
· 10 years ago
a202fc8
fix make $(LIB) removal
by Connor Lane Smith
· 10 years ago
64ffb2c
split up rune.c and utf.c
by Connor Lane Smith
· 10 years ago
5b01a20
avoid MIN in continuation loop
by Connor Lane Smith
· 10 years ago
c06065f
charntorune: return immediately on ascii
by Connor Lane Smith
· 10 years ago
b264cc6
fix leading byte rune mask
by Connor Lane Smith
· 10 years ago
79fe8c6
expand and specialise macros
by Connor Lane Smith
· 10 years ago
101c184
needn't use BADRUNE in charntorune: handled by runelen
by Connor Lane Smith
· 10 years ago
d71a4a4
update license
by Connor Lane Smith
· 10 years ago
04a93c1
Merge branch 'master' into HEAD: restore runetype functions
by Connor Lane Smith
· 10 years ago
b35acc0
Merge pull request #1 from bpowers/master
by Connor Lane Smith
· 10 years ago
Next »