]> Kevux Git Server - fll/commit
Feature: expand string functions and utf-8 string functions
authorKevin Day <thekevinday@gmail.com>
Wed, 22 Apr 2020 02:00:18 +0000 (21:00 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 22 Apr 2020 02:01:31 +0000 (21:01 -0500)
commit9c36c97cdb3a2ffd3c8ae040f2b02fd1458f7805
treecd50333815af2ab19e236ad048407c8fd075d43f
parent0fd42f80ef1a84cc6a67453187fb8867fe1a5e3c
Feature: expand string functions and utf-8 string functions

The need for this was realized while developing this trim parameter feature.
This has been added as is for commit isolation and may be incomplete.

This utilizes private functions to reduce duplicate code.
While the use of private functions is generally unwanted in this project, this specific case seems to be an exception.

Add rip functions.
Add non-dynamic equivalent of some string functions.
Add trim functions.
12 files changed:
build/level_1/settings
build/monolithic/settings
level_1/fl_string/c/private-string.c [new file with mode: 0644]
level_1/fl_string/c/private-string.h [new file with mode: 0644]
level_1/fl_string/c/string.c
level_1/fl_string/c/string.h
level_1/fl_string/data/build/settings
level_1/fl_utf/c/private-utf.c [new file with mode: 0644]
level_1/fl_utf/c/private-utf.h [new file with mode: 0644]
level_1/fl_utf/c/utf.c
level_1/fl_utf/c/utf.h
level_1/fl_utf/data/build/settings