aboutsummaryrefslogtreecommitdiff
path: root/core/os/path.odin
Commit message (Collapse)AuthorAgeFilesLines
* Fix #6279Jeroen van Rijn13 hours1-11/+28
| | | | | | | | If the replacement rune was multi-byte, `os.replace_path_separators` would silently fail to replace anything. Now it properly handles non-ASCII separator. Additionally added a fast path for when all runes in the input path as well as the replacement separator are simple ASCII. Test added.
* Fix `os.stem`, `os.short_stem`.Jeroen van Rijn3 days1-14/+10
|
* SimplifyJeroen van Rijn4 days1-2/+2
|
* Fix up ABI name for core:os and core:os/oldJeroen van Rijn6 days1-1/+1
|
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-0/+980