Commit bef0226
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
- .github/workflows/build.yml+65
- Makefile+153-30
- README.md+5
- lib/libhfs/Makefile+1-1
- lib/libhfs/byteorder.h+35-5
- lib/libhfs/endian.c-1
- lib/libhfs/libhfs.c+84-61
- lib/libhfs/libhfs.h+2-8
- lib/libhfs/rcsid.h+1-1
- lib/libhfs/unicode.c+1-1
- lib/libhfsuser/Makefile+1-1
- lib/libhfsuser/cache.c+1-1
- lib/libhfsuser/features.c+2-2
- lib/libhfsuser/features.h+5-2
- lib/libhfsuser/hfsuser.c+119-45
- lib/libhfsuser/hfsuser.h+8-6
- lib/ublio/ublio.h-7
- lib/utf8proc/.github/workflows/ci-fuzz.yml+23
- lib/utf8proc/.gitignore+22-13
- lib/utf8proc/.travis.yml+8-15
- lib/utf8proc/CMakeLists.txt+92-11
- lib/utf8proc/Doxyfile+1.0k-53
- lib/utf8proc/LICENSE.md+2-2
- lib/utf8proc/MANIFEST+5-3
- lib/utf8proc/Makefile+55-19
- lib/utf8proc/NEWS.md+200-18
- lib/utf8proc/README.md+26-4
- lib/utf8proc/appveyor.yml+9-5
- lib/utf8proc/bench/Makefile+2-1
- lib/utf8proc/bench/bench.c+2-2
- lib/utf8proc/bench/icu.c+1-1
- lib/utf8proc/bench/unistring.c+1-1
- lib/utf8proc/data/Makefile+25-25
- lib/utf8proc/data/charwidths.jl+68-89
- lib/utf8proc/data/data_generator.rb+176-56
- lib/utf8proc/libutf8proc.pc.in+10
- lib/utf8proc/test/case.c+33-7
- lib/utf8proc/test/charwidth.c+63-57
- lib/utf8proc/test/custom.c+28
- lib/utf8proc/test/fuzz_main.c+54
- lib/utf8proc/test/fuzzer.c+72
- lib/utf8proc/test/graphemetest.c+115-61
- lib/utf8proc/test/iscase.c+62
- lib/utf8proc/test/iterate.c+15-7
- lib/utf8proc/test/misc.c+51
- lib/utf8proc/test/normtest.c+5-6
- lib/utf8proc/test/ossfuzz.sh+13
- lib/utf8proc/test/printproperty.c+54-43
- lib/utf8proc/test/tests.c+17-4
- lib/utf8proc/test/tests.h+7-3
- lib/utf8proc/utf8proc.c+259-111
- lib/utf8proc/utf8proc.h+183-51
- lib/utf8proc/utf8proc_data.c+15.5k-15.9k
- src/hfsdump.c+14-12
- src/hfsfuse.c+83-20
0 commit comments