summary refs log tree commit diff stats
path: root/lib/posix/posix_other.nim
Commit message (Expand)AuthorAgeFilesLines
* removes deprecated T/P typesAraq2018-11-161-35/+1
* Convert *_family fields to cushortLemonBoy2018-09-191-1/+1
* Fix regression due to type changeLemonBoy2018-09-161-1/+1
* Fix connectUnix/bindUnix with abstract socket pathsLemonBoy2018-09-151-1/+1
* Haiku support for Nim (#8542)alaviss2018-08-141-1/+11
* Use higher time resolution when available in os.nim (#7709)Oscar Nihlgård2018-06-041-5/+5
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
* Change type of `Timeval.tv_sec` to `posix.Time` (#7646)Oscar Nihlgård2018-04-181-2/+2
* Fixes `times` module compilation on cpp backend. (#7004)Dominik Picheta2018-01-031-1/+1
* Better times module (#6552)GULPF2017-12-181-18/+18
* fixes #6496Andreas Rumpf2017-10-151-1/+1
* Android support: put Termux specific dependencies behind a -d:termux switchAndreas Rumpf2017-08-301-2/+2
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-1/+1
* Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-031-1/+2
* Genode readdir fix (#6080)Emery Hemingway2017-07-141-1/+1
* WIFSIGNALED means process has exited too (with a bang!) (#5678)Jacek Sieka2017-04-271-0/+15
* Posix from detect (#5697)Jacek Sieka2017-04-121-0/+613
rumpf_a@web.de> 2013-07-29 22:56:32 +0200 'nimrod pretty' command: next steps' href='/ahoang/Nim/commit/compiler/pretty.nim?h=devel&id=6810a0e3e3f82ca40ca4fc51de820212dc90610d'>6810a0e3e ^
2df9b442c ^
1a792d46d ^


e844e536b ^

bd689849f ^
1a792d46d ^

9605435f2 ^
6810a0e3e ^



fd2a80826 ^

2df9b442c ^
9605435f2 ^
6810a0e3e ^
6810a0e3e ^

2df9b442c ^






9605435f2 ^
6810a0e3e ^
9605435f2 ^
6810a0e3e ^



bd689849f ^
e06046ab5 ^













e844e536b ^
40ec7be45 ^
e5be2e9f9 ^

bd689849f ^
e5be2e9f9 ^
5348fef00 ^



e844e536b ^

c94647aec ^
5348fef00 ^

bd689849f ^
5348fef00 ^

e844e536b ^
5348fef00 ^
c5dbcb548 ^
5348fef00 ^



b731e6ef1 ^
bd689849f ^






38bdf1cd7 ^
bd689849f ^




33b69f0ed ^
2df9b442c ^

2d9a24f3f ^
2df9b442c ^
bd689849f ^
dbf9117c5 ^
bd689849f ^
2df9b442c ^
bd689849f ^



18182e4bf ^

bd689849f ^

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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142