Commit 716df2d
committed
Update source code of libchewing
Signed-off-by: Hui-Hong You <hiroshi@ghostsinthelab.org>1 parent fbb459d commit 716df2d
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule libchewing updated 80 files
- .github/workflows/ci.yml+7-4
- CMakeLists.txt+4-11
- Cargo.lock+96-252
- Cargo.toml+3-8
- README.md+5-3
- capi/Cargo.toml+2-2
- capi/data/mini.dat
- capi/include/chewing-compat.h
- capi/include/chewing.h+9-1
- capi/include/chewingio.h
- capi/include/global.h
- capi/include/mod_aux.h
- capi/src/io.rs+231-229
- capi/src/lib.rs+12
- capi/src/logger.rs+3-3
- capi/src/public.rs+2-1
- capi/src/symbols-elf.map+7-1
- capi/src/symbols-mach_o.map+3-1
- capi/src/symbols-msvc.def+3-1
- capi/src/version.rs+5-5
- capi/tests/test-user-dictionary.rs+39-39
- data/CMakeLists.txt-7
- doc/libchewing.texi+1
- fuzzer/src/bin/fuzzer.rs+3-3
- src/conversion/chewing.rs+34-11
- src/dictionary/layered.rs+13-10
- src/dictionary/loader.rs+30-9
- src/dictionary/sqlite.rs+4-8
- src/dictionary/trie.rs+4-12
- src/dictionary/trie_buf.rs+1-1
- src/dictionary/uhash.rs+1-1
- src/editor/keyboard/colemak.rs+47
- src/editor/keyboard/colemak_dh_ansi.rs+1-2
- src/editor/keyboard/colemak_dh_orth.rs+1-2
- src/editor/keyboard/dvorak.rs+1-2
- src/editor/keyboard/dvorak_on_qwerty.rs+1-1
- src/editor/keyboard/mod.rs+7
- src/editor/keyboard/qgmlwy.rs+1-2
- src/editor/keyboard/qwerty.rs+1-2
- src/editor/keyboard/workman.rs+1-2
- src/editor/mod.rs+11-8
- src/editor/zhuyin_layout/hsu.rs+9
- src/editor/zhuyin_layout/mod.rs+6-1
- src/editor/zhuyin_layout/pinyin.rs+22-24
- src/path.rs+51-28
- src/zhuyin/syllable.rs+1-1
- tests/CMakeLists.txt+6-12
- tests/chewing-utf8-util.h-28
- tests/porting_layer/include/plat_types.h-11
- tests/porting_layer/include/sys/plat_posix.h-60
- tests/porting_layer/include/sys/plat_windows.h-67
- tests/porting_layer/src/asprintf.c-28
- tests/porting_layer/src/asprintf.h-4
- tests/simulate.c+3-9
- tests/test-bopomofo.c+100-96
- tests/test-config.c+30-47
- tests/test-easy-symbol.c+2-17
- tests/test-error-handling.c+6-17
- tests/test-fullshape.c+2-17
- tests/test-keyboard.c+8-21
- tests/test-keyboardless.c+32-47
- tests/test-logger.c+23-16
- tests/test-regression.c+15-30
- tests/test-reset.c+1-16
- tests/test-special-symbol.c+3-18
- tests/test-symbol.c+4-18
- tests/test-userphrase.c+27-42
- tests/testhelper.c+3-17
- tests/testhelper.h+3-4
- tests/testhelper/Cargo.toml+1-1
- tests/testhelper/src/key2pho.rs+2-2
- tests/testhelper/src/path.rs+4-4
- tests/testhelper/src/utf8.rs+9-44
- tools/Cargo.toml+1-1
- tools/src/dump.rs+1-1
- tools/src/info.rs+30-13
- tools/src/init_database.rs+39-22
- vet/audits.toml-397
- vet/config.toml-90
- vet/imports.lock-523
0 commit comments