aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/paths.c
AgeCommit message (Collapse)Author
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-03Deprecate heap_strfBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-30Fix some relative path stuffBruce Hill
2025-03-28Revert "Add strlcpy for mac"Bruce Hill
This reverts commit 34300ba37a9b82e51a602459956da1e6661a358c.
2025-03-28Add strlcpy for macBruce Hill
2025-03-28strcpy() -> strlcpy()Bruce Hill
2025-03-28Minor compat fixBruce Hill
2025-03-28Remove GLOB_TILDE_CHECK for compatiblityBruce Hill
2025-03-28Compatibility fix for euidaccessBruce Hill
2025-03-27Deprecate custom printf specifiers in favor of print() function thatBruce Hill
uses _Generic() to generically convert any value to a string or print as a string.
2025-03-25Fix path:write() to truncate appropriatelyBruce Hill
2025-03-24Safely return if we're removing a nonexistent file and don't careBruce Hill
2025-03-24Recursively remove directoriesBruce Hill
2025-03-21Move stdlib into src/Bruce Hill