summary refs log tree commit diff stats
path: root/lib/pure/pathnorm.nim
Commit message (Expand)AuthorAgeFilesLines
* [`std/os` clean up] import and export `osseps` (#20580)ringabout2022-10-171-1/+1
* Add improved Windows UNC path support in std/os (#20281)havardjohn2022-09-031-4/+13
* 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
* change some code-blocks to runnableExamples and correct some errors in docs (...flywind2020-11-121-8/+6
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-1/+1
* 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.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 compiler/...Araq2018-12-131-0/+90
list.nim?h=devel&id=6a6377123716b5a41222fbca29ba7515a8ab3976'>^
e21999c2c ^
53538da04 ^
1dd9fbf70 ^
58e583e39 ^








bddfe007b ^
58e583e39 ^
1dd9fbf70 ^
58e583e39 ^
58e583e39 ^


bddfe007b ^
58e583e39 ^
1dd9fbf70 ^
58e583e39 ^
58e583e39 ^











1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77