aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/paths.c
AgeCommit message (Expand)Author
7 daysFixes for Path.with_extension()devBruce Hill
9 daysFix up some path edge casesBruce Hill
9 daysCode cleanup and copy over some CString methods to pathBruce Hill
9 daysFix concat bugstr-pathsBruce Hill
9 daysFix has_extension() logicBruce Hill
9 daysBugfixBruce Hill
9 daysPaths using C stringsBruce Hill
2026-01-25Allow file paths with semicolonsBruce Hill
2025-12-29Fix for file descriptors being reopened unintentionallyBruce Hill
2025-12-28Change autoformatter to no longer allow single-line functionsBruce Hill
2025-12-23Big speedup my trimming down MAP_LIST macro and inlining someBruce Hill
2025-12-22Add Path.writer() and Path.byte_writer()Bruce Hill
2025-12-07Switch paths to use Result return values instead of fail()Bruce Hill
2025-12-07Change Paths to be an enum of their different types.Bruce Hill
2025-11-27Add `recursive` arg to Path.create_directory()Bruce Hill
2025-11-21Bugfix for empty file linesBruce Hill
2025-11-15Add Path.lines()Bruce Hill
2025-10-12Fix memory leaksBruce Hill
2025-10-12More code cleanupsBruce Hill
2025-10-12Code cleanup and fixing minor issuesBruce Hill
2025-10-11Rename pathtype enum valuesBruce Hill
2025-10-11Bugfix for optional paths and converting path type into an actual enumBruce Hill
2025-10-05Fix a bunch of issues with optional typesBruce Hill
2025-10-04When reading a file by line, skip lines with invalid UTF8 instead ofBruce Hill
2025-10-02Merge branch 'zero-nones' into devBruce Hill
2025-10-01Force a GC sweep when we run out of file handles to trigger cleanup ofBruce Hill
2025-10-01Convert to using more zero values for `none`Bruce Hill
2025-09-09Overhaul to the unicode encoding/decoding methods for textBruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-25Clean up some unistr.h issues and expand some parse macros.Bruce Hill
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