-
Notifications
You must be signed in to change notification settings - Fork 71
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 lexbor
updated
25 files
+2 −2 | README.md | |
+29 −0 | source/lexbor/core/swar.h | |
+1 −1 | source/lexbor/encoding/big5.c | |
+71 −0 | source/lexbor/encoding/decode.c | |
+4 −0 | source/lexbor/encoding/decode.h | |
+1 −1 | source/lexbor/encoding/euc_kr.c | |
+2,092 −2,092 | source/lexbor/encoding/gb18030.c | |
+1 −1 | source/lexbor/encoding/iso_2022_jp_katakana.c | |
+1 −1 | source/lexbor/encoding/jis0208.c | |
+1 −1 | source/lexbor/encoding/jis0212.c | |
+1 −1 | source/lexbor/encoding/multi.h | |
+98 −17 | source/lexbor/unicode/idna.c | |
+16 −0 | source/lexbor/unicode/idna.h | |
+1,020 −456 | source/lexbor/url/url.c | |
+9 −5 | source/lexbor/url/url.h | |
+29 −29 | test/files/lexbor/encoding/gb18030_map_decode.txt | |
+29 −0 | test/files/lexbor/url/file.ton | |
+188 −1 | test/files/lexbor/url/path.ton | |
+460 −0 | test/files/lexbor/url/slow_path.ton | |
+34 −3 | test/lexbor/url/parser.c | |
+27 −3 | test/unit/kv_state.c | |
+3 −0 | utils/lexbor/encoding/multi-byte.py | |
+20 −20 | utils/lexbor/encoding/multi-byte/index-gb18030.txt | |
+1 −1 | utils/lexbor/encoding/tmp/multi.c | |
+1 −1 | utils/lexbor/encoding/tmp/multi.h |