aboutsummaryrefslogtreecommitdiff
path: root/sys/base
AgeCommit message (Collapse)Author
2021-11-11chore: split up base library into individual files for smaller binariesNicholas Noll
2021-11-11chore: libunicode -> libutfNicholas
2021-10-26Feat(libunicode): Added an explicit unicode libraryNicholas Noll
Refactored code to pull out utf8 functions from base into a standalone library. Also left the required function inside arg.c so that code that calls ARG_BEGIN doesn't have to link to libunicode.
2021-10-26chore: spaceNicholas Noll
2021-10-26chore(rename): libn -> baseNicholas Noll