aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/paths.c
AgeCommit message (Expand)Author
2025-08-24Remove vim modelinesBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Fix some LSP issues, mostly unused importsBruce Hill
2025-08-16Improved parsing and prefix/suffix matching using a `remainder`Bruce Hill
2025-06-28Greatly increase the maximum free space allocated when growing listsBruce Hill
2025-06-24Add Path.has_extension() and update manpages/api docsBruce Hill
2025-05-17Add `modules.ini` file for import aliases, as well as default aliasesBruce Hill
2025-05-06Check return valueBruce Hill
2025-05-06Error checking for path componentsBruce Hill
2025-04-10Remove strlcpy()Bruce Hill
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
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
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