aboutsummaryrefslogtreecommitdiff
path: root/stdlib/paths.c
AgeCommit message (Expand)Author
2025-03-16Update file path API and docsBruce Hill
2025-03-16Rename path `root` to path `type`Bruce Hill
2025-03-16Remove debug printBruce Hill
2025-03-16Bugfix for relative_to()Bruce Hill
2025-03-16Add begin:/end: for do: blocksBruce Hill
2025-03-15Overhaul of Path so it uses root and array of components instead ofBruce Hill
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-17Rename datetime -> momentBruce Hill
2024-11-04Fix for blocking readsBruce Hill
2024-11-03Update Path:read_bytes() API to take a byte countBruce Hill
2024-10-29Fix up some GCC compiler flag options for LTO and inliningBruce Hill
2024-10-29Add file globbingBruce Hill
2024-10-27Fixes for places that used Text$find()Bruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-29Add DateTimeBruce Hill
2024-09-23Support creating parent directories as needed (mkdir -p) and also set aBruce Hill
2024-09-16Fix up paths API to use updated Text:match()Bruce 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