-
Notifications
You must be signed in to change notification settings - Fork 811
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule utf8proc
updated
30 files
+0 −23 | .github/workflows/ci-fuzz.yml | |
+0 −64 | .github/workflows/cmake.yml | |
+0 −41 | .github/workflows/make.yml | |
+15 −23 | .gitignore | |
+15 −0 | .travis.yml | |
+28 −45 | CMakeLists.txt | |
+77 −1,115 | Doxyfile | |
+1 −1 | LICENSE.md | |
+3 −3 | MANIFEST | |
+5 −15 | Makefile | |
+0 −34 | NEWS.md | |
+4 −3 | README.md | |
+10 −17 | data/Makefile | |
+13 −35 | data/data_generator.rb | |
+0 −10 | libutf8proc.pc.cmakein | |
+9 −12 | test/case.c | |
+0 −54 | test/fuzz_main.c | |
+0 −72 | test/fuzzer.c | |
+60 −102 | test/graphemetest.c | |
+0 −62 | test/iscase.c | |
+7 −9 | test/iterate.c | |
+0 −1 | test/misc.c | |
+6 −5 | test/normtest.c | |
+0 −13 | test/ossfuzz.sh | |
+8 −10 | test/printproperty.c | |
+4 −17 | test/tests.c | |
+3 −7 | test/tests.h | |
+18 −37 | utf8proc.c | |
+3 −15 | utf8proc.h | |
+10,293 −12,108 | utf8proc_data.c |