aboutsummaryrefslogtreecommitdiff
path: root/stdlib/shell.c
AgeCommit message (Expand)Author
2025-03-16Fix shell escaping of pathsBruce Hill
2025-02-25Add $Shell.execute()Bruce Hill
2025-02-24Add $Shell:execute()Bruce Hill
2025-02-19Fix shell escaping (add quotes)Bruce Hill
2025-01-23Overhaul of Text implementation to be more like Cords and have muchBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-10-25Move unistr header out of tomo headerBruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-23Add shell escaping for arrays of textBruce Hill
2024-09-16Update Shell API to have byte-based mode and by_line() just like filesBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill