aboutsummaryrefslogtreecommitdiff
path: root/builtins/c_string.c
AgeCommit message (Collapse)Author
2024-09-08Fix nearly every GCC warning and add __attribute__((pure/const)) whereBruce Hill
appropriate
2024-09-05Fully clean up siphash code and fix some issuesBruce Hill
2024-09-05Replace $Type with Type$info for builtin TypeInfosBruce Hill
2024-09-05Do the extremely obvious optimization of checking if two pieces of dataBruce Hill
are at the same location before bothering to compare them
2024-09-03Use Text("...") literal constructor instead of Text$from_str("...")Bruce Hill
function call.
2024-09-02Initial WIP first pastBruce Hill
2024-07-04Randomize hash key on startup and rename to TOMO_HASH_KEY.Bruce Hill
2024-05-18Add C string typeBruce Hill