Commit e623366
committed
Update to libchewing v0.8.3 (Rust code ver.)
Signed-off-by: Hui-Hong You <hiroshi@ghostsinthelab.org>1 parent 768f130 commit e623366
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Submodule libchewing updated 91 files
- .github/dependabot.yml+11
- .github/workflows/ci.yml+22-5
- AUTHORS-2
- CMakeLists.txt+21-17
- Cargo.lock+3-3
- Cargo.toml+1-1
- NEWS+13
- benches/conversion.rs+29
- capi/Cargo.toml+2-2
- capi/src/symbols-elf.map+1-1
- capi/src/symbols-mach_o.map
- capi/src/symbols-msvc.def
- cbindgen.toml+1-1
- doc/chewing-cli.1+2-2
- fuzzer/Cargo.toml+2-2
- include/chewing-compat.h+1-1
- include/chewing.h+1-1
- include/chewing_rs.h+1-1
- include/chewingio.h+1-1
- include/global.h+1-1
- include/internal/bopomofo-private.h+1-1
- include/internal/chewing-private.h+1-1
- include/internal/chewing-sql.h+1-1
- include/internal/chewing-utf8-util.h+1-1
- include/internal/chewingutil.h+1-1
- include/internal/choice-private.h+1-1
- include/internal/dict-private.h+1-1
- include/internal/global-private.h+1-1
- include/internal/hash-private.h+1-1
- include/internal/key2pho-private.h+1-1
- include/internal/memory-private.h+1-1
- include/internal/pinyin-private.h+1-1
- include/internal/tree-private.h+1-1
- include/internal/userphrase-private.h+1-1
- include/mod_aux.h+1-1
- src/bopomofo.c+1-1
- src/chewing-sql.c+1-1
- src/chewingio.c+1-1
- src/chewingutil.c+1-1
- src/choice.c+1-1
- src/common/chewing-utf8-util.c+1-1
- src/common/key2pho.c+1-1
- src/compat.c+1-1
- src/conversion/chewing.rs+31-105
- src/dict.c+1-1
- src/editor/zhuyin_layout/hsu.rs+11-3
- src/hash.c+1-1
- src/mod_aux.c+1-1
- src/pinyin.c+1-1
- src/porting_layer/include/plat_mmap.h+1-1
- src/porting_layer/include/plat_path.h+1-1
- src/porting_layer/include/sys/plat_posix.h+1-1
- src/porting_layer/include/sys/plat_windows.h+1-1
- src/porting_layer/src/plat_mmap_posix.c+1-1
- src/porting_layer/src/plat_mmap_windows.c+1-1
- src/porting_layer/src/plat_path.c+1-1
- src/tools/dump_database.c+1-1
- src/tools/init_database.c+1-1
- src/tree.c+1-1
- src/userphrase-hash.c+1-1
- src/userphrase-sql.c+1-1
- src/userphrase.c+1-1
- tests/genkeystroke.c+1-1
- tests/performance.c+1-1
- tests/randkeystroke.c+1-1
- tests/simulate.c+1-1
- tests/stress.c+1-1
- tests/test-bopomofo.c+106-1
- tests/test-config.c+1-1
- tests/test-easy-symbol.c+1-1
- tests/test-error-handling.c+1-1
- tests/test-fullshape.c+1-1
- tests/test-key2pho.c+1-1
- tests/test-keyboard.c+1-1
- tests/test-keyboardless.c+1-1
- tests/test-logger.c+1-1
- tests/test-mmap.c+1-1
- tests/test-path.c+1-1
- tests/test-regression.c+1-1
- tests/test-reset.c+1-1
- tests/test-special-symbol.c+1-1
- tests/test-struct-size.c+1-1
- tests/test-symbol.c+1-1
- tests/test-userphrase.c+1-1
- tests/test-utf8.c+1-1
- tests/testchewing.c+1-1
- tests/testhelper.c+1-1
- tests/testhelper.h+1-1
- tests/testhelper/Cargo.toml+1-1
- tools/Cargo.toml+2-2
- vet/imports.lock+8-8
0 commit comments