Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes joinPath regressions | Araq | 2018-12-13 | 1 | -0/+5 |
| | |||||
* | os.nim: big refactoring, use the new pathnorm that was extracted by ↵ | Araq | 2018-12-13 | 1 | -63/+94 |
| | | | | compiler/pathutils.nim; added os.relativePath | ||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -1/+0 |
| | |||||
* | fix #8341: add lastPathPart (#9116) | Timothee Cour | 2018-10-09 | 1 | -19/+42 |
| | |||||
* | Fix os.unixToNativePath proc returns wrong result(#8179) (#8181) | Tomohiro | 2018-07-02 | 1 | -0/+41 |
* Fix os.unixToNativePath proc returns wrong result(#8179) * Add tests for unixToNativePath |