aboutsummaryrefslogtreecommitdiff
path: root/builtins/c_string.h
AgeCommit message (Collapse)Author
2024-09-13Rename c_string.{c,h} -> c_strings.{c,h}Bruce Hill
2024-09-13Move cord helper functions into their own fileBruce Hill
2024-09-12Fix up CString:as_text()Bruce Hill
2024-09-08Fix nearly every GCC warning and add __attribute__((pure/const)) whereBruce Hill
appropriate
2024-09-05Replace $Type with Type$info for builtin TypeInfosBruce Hill
2024-09-02Initial WIP first pastBruce Hill
2024-05-18Add C string typeBruce Hill