]> Kevux Git Server - fll/commit
Cleanup: Restructure f_utf project to make it more manageable.
authorKevin Day <thekevinday@gmail.com>
Sat, 28 May 2022 01:54:28 +0000 (20:54 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 28 May 2022 01:54:28 +0000 (20:54 -0500)
commitd471f37459299a7c67e6ec65b2c7e5f622c86156
tree775dcf8fc7e44cedcf5781b471f3583573a14888
parent7967b40fe131db3e8f8480c8b308fc3e3215ebdf
Cleanup: Restructure f_utf project to make it more manageable.
47 files changed:
build/level_0/settings
build/monolithic/settings
level_0/f_utf/c/private-utf.c
level_0/f_utf/c/private-utf.h
level_0/f_utf/c/private-utf_alphabetic.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_alphabetic.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_combining.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_combining.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_control.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_control.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_digit.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_digit.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_emoji.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_emoji.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_numeric.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_numeric.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_phonetic.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_phonetic.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_private.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_private.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_punctuation.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_punctuation.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_subscript.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_subscript.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_superscript.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_superscript.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_surrogate.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_surrogate.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_symbol.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_symbol.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_valid.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_valid.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_whitespace.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_whitespace.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_wide.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_wide.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_word.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_word.h [new file with mode: 0644]
level_0/f_utf/c/private-utf_zero_width.c [new file with mode: 0644]
level_0/f_utf/c/private-utf_zero_width.h [new file with mode: 0644]
level_0/f_utf/c/utf/is.c
level_0/f_utf/c/utf/is.h
level_0/f_utf/c/utf/is_character.c
level_0/f_utf/c/utf/is_character.h
level_0/f_utf/data/build/settings
level_3/controller/c/controller/private-controller.c
level_3/controller/c/controller/private-controller.h