summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorReimer Behrends <behrends@gmail.com>2014-09-22 23:18:14 +0200
committerReimer Behrends <behrends@gmail.com>2014-09-22 23:18:14 +0200
commitd0b292b4668e3837c090aefc056867f09fa92ee2 (patch)
tree6ca0f0b1f06825b99cdf1188d7f7cc31f4903a6c /config
parent9f047f4351b100c929153d0070f3cd34752a08e1 (diff)
downloadNim-d0b292b4668e3837c090aefc056867f09fa92ee2.tar.gz
Fix permissions for createDir() on Unix systems.
Permissions were set to 0o711 by default; they should be 0o777, with
umask being responsible for restricting permissions further.
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions
Araq <rumpf_a@web.de> 2012-06-23 08:41:11 +0200 first implementation of docgen2' href='/ahoang/Nim/commit/compiler/docgen2.nim?h=devel&id=01ab5948aab5f8a9533392f2d2dc5ca98e5e1458'>01ab5948a ^
01ab5948a ^



869a5aa90 ^
3d4084208 ^
36e25a684 ^
3d4084208 ^

2f43fdb83 ^
73c6efdf6 ^
01ab5948a ^
d68181246 ^
01ab5948a ^



d68181246 ^
01ab5948a ^


36e25a684 ^
01ab5948a ^



091c1b307 ^
01ab5948a ^
d68181246 ^
73c6efdf6 ^
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