Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #13579 joinPath("/foo/", "../a") is now /a (#13586) | Andreas Rumpf | 2020-03-05 | 1 | -0/+5 |
| | |||||
* | fix 3 minor bugs in joinPath (see #13455) (#13462) [backport] | Andrey Makarov | 2020-02-23 | 1 | -1/+2 |
| | |||||
* | [backport] run nimpretty on os-related stuff | narimiran | 2019-09-30 | 1 | -1/+2 |
| | |||||
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -2/+3 |
| | |||||
* | fixes #10952, UNC paths (#11260) | Miran | 2019-05-16 | 1 | -1/+4 |
| | |||||
* | [os] fix #10017 regression, fix #10025 regression (#10018) | Timothee Cour | 2018-12-18 | 1 | -1/+2 |
| | | | | | * [os] fix #10017 regression * [os] fix #10025 regression | ||||
* | os.nim: use the new pathnorm.normalizePath implementation | Araq | 2018-12-14 | 1 | -7/+14 |
| | |||||
* | fixes joinPath regressions | Araq | 2018-12-13 | 1 | -1/+6 |
| | |||||
* | os.nim: big refactoring, use the new pathnorm that was extracted by ↵ | Araq | 2018-12-13 | 1 | -0/+90 |
compiler/pathutils.nim; added os.relativePath |