summary refs log tree commit diff stats
path: root/lib/posix/posix_macos_amd64.nim
Commit message (Expand)AuthorAgeFilesLines
* use single backtick (#17115)flywind2021-02-201-2/+2
* Unsigned iovlen (#15216)wltsmrz2020-08-221-1/+1
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-011-3/+3
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-0/+3
* Deprecate DCE:on (#13839)Juan Carlos2020-04-021-2/+0
* osx: support nanosecond resolution for file stat (eg getLastModificationTime)...Timothee Cour2019-12-041-1/+6
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
* Fix mode_t posix definitions (fixes #12119) (#12132)pgkos2019-09-061-1/+6
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-5/+5
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-1/+7
* ABI fixes for OSX/BSD; fixes #6860 (#11666)Andreas Rumpf2019-07-061-0/+596
ept/run/tlists.nim?h=devel&id=42eb21be7b422b47732a56a1b8420b6f1b63f2c6'>^
e80465dac ^
3bc821aa5 ^









e80465dac ^
3bc821aa5 ^


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