Import utf8proc_2.9.0.orig.tar.gz
authorMo Zhou <lumin@debian.org>
Sun, 22 Oct 2023 21:18:12 +0000 (17:18 -0400)
committerMo Zhou <lumin@debian.org>
Sun, 22 Oct 2023 21:18:12 +0000 (17:18 -0400)
commitec32d6215840a83903cfc59fa7771679dd5b5473
tree40de746e6654cbfcf74764886ee29d8af42e1394
Import utf8proc_2.9.0.orig.tar.gz

[dgit import orig utf8proc_2.9.0.orig.tar.gz]
43 files changed:
.github/workflows/ci-fuzz.yml [new file with mode: 0644]
.github/workflows/cmake.yml [new file with mode: 0644]
.github/workflows/make.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
Doxyfile [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile [new file with mode: 0644]
NEWS.md [new file with mode: 0644]
README.md [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
bench/Makefile [new file with mode: 0644]
bench/bench.c [new file with mode: 0644]
bench/icu.c [new file with mode: 0644]
bench/unistring.c [new file with mode: 0644]
bench/util.c [new file with mode: 0644]
bench/util.h [new file with mode: 0644]
data/Makefile [new file with mode: 0644]
data/charwidths.jl [new file with mode: 0644]
data/data_generator.rb [new file with mode: 0644]
libutf8proc.pc.cmakein [new file with mode: 0644]
libutf8proc.pc.in [new file with mode: 0644]
lump.md [new file with mode: 0644]
test/case.c [new file with mode: 0644]
test/charwidth.c [new file with mode: 0644]
test/custom.c [new file with mode: 0644]
test/fuzz_main.c [new file with mode: 0644]
test/fuzzer.c [new file with mode: 0644]
test/graphemetest.c [new file with mode: 0644]
test/iscase.c [new file with mode: 0644]
test/iterate.c [new file with mode: 0644]
test/misc.c [new file with mode: 0644]
test/normtest.c [new file with mode: 0644]
test/ossfuzz.sh [new file with mode: 0755]
test/printproperty.c [new file with mode: 0644]
test/tests.c [new file with mode: 0644]
test/tests.h [new file with mode: 0644]
test/valid.c [new file with mode: 0644]
utf8proc.c [new file with mode: 0644]
utf8proc.h [new file with mode: 0644]
utf8proc_data.c [new file with mode: 0644]
utils.cmake [new file with mode: 0644]