summary refs log tree commit diff stats
path: root/lib/pure/includes/oserr.nim
Commit message (Expand)AuthorAgeFilesLines
* Address CommentsNeelesh Chandola2018-12-111-0/+1
* Fixes #9907Neelesh Chandola2018-12-091-1/+1
* deprecated ospaths (#9665)Andreas Rumpf2018-11-091-2/+2
* add data.sysCommand when startProcessAuxSpawn raisesTimothee Cour2018-09-061-4/+4
* addresses issue #8391 show runtime context on some failed operations (#8393)Timothee Cour2018-07-231-1/+1
* Fixes #5880. (#7229)Dominik Picheta2018-07-101-1/+1
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-44/+0
* added a warning that the .deprecate statement is unreliable for routinesAndreas Rumpf2017-11-211-3/+0
* fix os.nim for WindowsAndreas Rumpf2017-09-011-0/+3
* refactor os.nim and ospaths.nimAndreas Rumpf2017-09-011-0/+132
version 0.8.5: added Nimrod version of the compiler' href='/ahoang/Nim/commit/rod/idents.nim?h=devel&id=e254741541b0389dfb0b675116c76a6a144b90b7'>e25474154 ^
d68181246 ^
2f43fdb83 ^
902bf0587 ^
d68181246 ^
e25474154 ^




9764ba933 ^
367abca38 ^
773d17cd1 ^




b4e5c9d07 ^
e25474154 ^
ed5b7cbac ^
773d17cd1 ^
4de84024e ^

e25474154 ^
4de84024e ^
e25474154 ^
902bf0587 ^

4de84024e ^



e25474154 ^
d68181246 ^
e25474154 ^

4de84024e ^
e25474154 ^
d68181246 ^
4de84024e ^


e25474154 ^
4de84024e ^


e25474154 ^
d68181246 ^
e25474154 ^

d68181246 ^
e25474154 ^
e25474154 ^
b4e5c9d07 ^


4de84024e ^

d68181246 ^


e25474154 ^

b4e5c9d07 ^

d68181246 ^
4de84024e ^
e25474154 ^






f18b3af9d ^
b4e5c9d07 ^

d68181246 ^
b4e5c9d07 ^

d68181246 ^
4de84024e ^

b4e5c9d07 ^

4de84024e ^

b4e5c9d07 ^

4de84024e ^
773d17cd1 ^
40ec7be45 ^





cc28eef38 ^
40ec7be45 ^
773d17cd1 ^



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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118