aboutsummaryrefslogtreecommitdiff
path: root/stdlib/paths.h
AgeCommit message (Expand)Author
2025-03-18Expose PathType as a proper enumBruce Hill
2025-03-17Add Path:expand_home() as a publicly visible API and bugfix itBruce Hill
2025-03-16Update file path API and docsBruce Hill
2025-03-15Overhaul of Path so it uses root and array of components instead ofBruce Hill
2024-11-17Rename datetime -> momentBruce Hill
2024-11-03Update Path:read_bytes() API to take a byte countBruce Hill
2024-10-29Add file globbingBruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-29Add DateTimeBruce Hill
2024-09-28Define OptionalPath_tBruce Hill
2024-09-15Update path reading APIs to use optional values instead of erroringBruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill