summary refs log tree commit diff stats
path: root/lib/pure/pathnorm.nim
Commit message (Collapse)AuthorAgeFilesLines
* use single backtick (#17133)flywind2021-02-211-1/+1
|
* remove quotation marks around imports - fixes links in the docs (#16888)Miran2021-02-011-1/+1
|
* make var string return var char w/ BackwardsIndex (#15461)hlaaftana2020-11-121-3/+3
| | | | | | | | * make var string return var char w/ BackwardsIndex fixes #14497 * work around VM bug * properly workaround again
* change some code-blocks to runnableExamples and correct some errors in docs ↵flywind2020-11-121-8/+6
| | | | | | | | | (#15900) * original docs are wrong * fix pathnorm * Update lib/pure/pathnorm.nim Co-authored-by: Juan Carlos <juancarlospaco@gmail.com>
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-1/+1
| | | | | | | | | | | * I don't care about observable stores * enforce explicit initializations * cleaner code for the stdlib * stdlib: use explicit initializations * make tests green * algorithm.nim: set result explicitly * remove out parameters and bring the PR into a mergable state * updated the changelog
* fix #13579 joinPath("/foo/", "../a") is now /a (#13586)Andreas Rumpf2020-03-051-0/+5
|
* fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]Andrey Makarov2020-02-231-1/+2
|
* [backport] run nimpretty on os-related stuffnarimiran2019-09-301-1/+2
|
* last stdlib cleanupsAraq2019-09-211-2/+3
|
* fixes #10952, UNC paths (#11260)Miran2019-05-161-1/+4
|
* [os] fix #10017 regression, fix #10025 regression (#10018)Timothee Cour2018-12-181-1/+2
| | | | | * [os] fix #10017 regression * [os] fix #10025 regression
* os.nim: use the new pathnorm.normalizePath implementationAraq2018-12-141-7/+14
|
* fixes joinPath regressionsAraq2018-12-131-1/+6
|
* os.nim: big refactoring, use the new pathnorm that was extracted by ↵Araq2018-12-131-0/+90
compiler/pathutils.nim; added os.relativePath