summary refs log tree commit diff stats
path: root/tests/stdlib/tospaths.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes joinPath regressionsAraq2018-12-131-0/+5
|
* os.nim: big refactoring, use the new pathnorm that was extracted by ↵Araq2018-12-131-63/+94
| | | | compiler/pathutils.nim; added os.relativePath
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
|
* fix #8341: add lastPathPart (#9116)Timothee Cour2018-10-091-19/+42
|
* Fix os.unixToNativePath proc returns wrong result(#8179) (#8181)Tomohiro2018-07-021-0/+41
* Fix os.unixToNativePath proc returns wrong result(#8179) * Add tests for unixToNativePath