]> Kevux Git Server - fll/commit
Cleanup: Rename bytecode to bytesequence.
authorKevin Day <thekevinday@gmail.com>
Mon, 23 May 2022 02:07:07 +0000 (21:07 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 23 May 2022 02:07:07 +0000 (21:07 -0500)
commitdaeddf96080161f71c2655fe5719ca0b822a953a
tree3c4aeffa21fc6555da4a32776c40159a01ba7deb
parentc641c063beb30d04513776cf069300f5900cfc15
Cleanup: Rename bytecode to bytesequence.

The term "bytecode" already exists and is used for a slighty different purpoe (representing compiled or partially compiled data).
This is a different context.
To avoid using the term improperly, switch to a more proper term "bytesequence" (as one word).
A byte sequence is a term representing a sequence of bytes.
This is more specific than binary and effectively emphasis that this is in regards to bytes.
Avoiding the term binary, however correct or not the term may be, helps avoid confusion due to "binary" and "text" data being considered two separate things.
14 files changed:
level_3/utf8/c/common.c
level_3/utf8/c/common.h
level_3/utf8/c/private-common.h
level_3/utf8/c/private-print.c
level_3/utf8/c/private-print.h
level_3/utf8/c/private-utf8.c
level_3/utf8/c/private-utf8.h
level_3/utf8/c/private-utf8_bytesequence.c [moved from level_3/utf8/c/private-utf8_bytecode.c with 83% similarity]
level_3/utf8/c/private-utf8_bytesequence.h [moved from level_3/utf8/c/private-utf8_bytecode.h with 58% similarity]
level_3/utf8/c/private-utf8_codepoint.c
level_3/utf8/c/private-utf8_codepoint.h
level_3/utf8/c/utf8.c
level_3/utf8/c/utf8.h
level_3/utf8/data/build/settings