aboutsummaryrefslogtreecommitdiff
path: root/builtins/shell.c
AgeCommit message (Collapse)Author
2024-09-13Rename builtins/ -> stdlib/Bruce Hill
2024-09-13Rename builtins to use plurals when appropriateBruce Hill
2024-09-13Code cleanupBruce Hill
2024-09-13Split pattern code into its own fileBruce Hill
2024-09-09Initial working versionBruce Hill
2024-09-08Fix nearly every GCC warning and add __attribute__((pure/const)) whereBruce Hill
appropriate
2024-09-06Add Shell dsl typeBruce Hill